[Bug 464964] FTBFS perl-RRD-Simple-1.43-3.fc9

2009-10-23 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=464964





--- Comment #14 from Paul Howarth   2009-10-23 04:15:32 EDT 
---
Well it's Chris' package, not mine so it's up to him. I think I must have been
confusing it with rrdtool when I thought there were other packages needing it.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


[Bug 530137] Fedora::Bugzilla - $bug->blocks_bug() fail

2009-10-23 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=530137





--- Comment #8 from Jiri Pirko   2009-10-23 03:48:25 EDT ---
Right, so I figured out what's wrong. In bztest3.pl script I'm using
blocks_bug() in a wrong way.

To get a list of dependent bugs and blocks bugs I'm using successfully
following:

print "all_dependent_bug_ids\n";
@dependent_bugs = $bug->all_dependent_bug_ids;
foreach (@dependent_bugs){
print "$_\n";
}

print "all_blocked_bug_ids\n";
@blocked_bugs = $bug->all_blocked_bug_ids;
foreach (@blocked_bugs){
print "$_\n";
}

I would suggest you to add test for these 2 to t/09.depends-blocks.t

Thanks.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list


rpms/perl-CGI-Application-Plugin-DevPopup/devel .cvsignore, 1.2, 1.3 perl-CGI-Application-Plugin-DevPopup.spec, 1.2, 1.3 sources, 1.2, 1.3

2009-10-23 Thread Emmanuel Seyman
Author: eseyman

Update of /cvs/pkgs/rpms/perl-CGI-Application-Plugin-DevPopup/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1342

Modified Files:
.cvsignore perl-CGI-Application-Plugin-DevPopup.spec sources 
Log Message:
Update to 1.03


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Plugin-DevPopup/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore  21 Jun 2009 13:55:11 -  1.2
+++ .cvsignore  23 Oct 2009 07:51:11 -  1.3
@@ -1 +1 @@
-CGI-Application-Plugin-DevPopup-1.01.tar.gz
+CGI-Application-Plugin-DevPopup-1.03.tar.gz


Index: perl-CGI-Application-Plugin-DevPopup.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-CGI-Application-Plugin-DevPopup/devel/perl-CGI-Application-Plugin-DevPopup.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-CGI-Application-Plugin-DevPopup.spec   26 Jul 2009 03:55:06 -  
1.2
+++ perl-CGI-Application-Plugin-DevPopup.spec   23 Oct 2009 07:51:12 -  
1.3
@@ -1,6 +1,6 @@
 Name:   perl-CGI-Application-Plugin-DevPopup
-Version:1.01
-Release:2%{?dist}
+Version:1.03
+Release:1%{?dist}
 Summary:Runtime cgiapp info in a popup window
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Oct 23 2009 Emmanuel Seyman  - 1.03-1
+- Update to 1.03
+
 * Sat Jul 25 2009 Fedora Release Engineering  
- 1.01-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Plugin-DevPopup/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 21 Jun 2009 13:55:11 -  1.2
+++ sources 23 Oct 2009 07:51:12 -  1.3
@@ -1 +1 @@
-3e49c9a8d865a7a1af76761edfd8  CGI-Application-Plugin-DevPopup-1.01.tar.gz
+323d298c84adf799eb206b0042e28908  CGI-Application-Plugin-DevPopup-1.03.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list