Re: bash evaluation change...

2011-03-07 Thread Roman Rakus
On 03/03/2011 09:03 PM, Nathanael D. Noblet wrote:
 On 03/03/2011 12:42 PM, Will Woods wrote:
 On Wed, 2011-03-02 at 22:55 -0800, Toshio Kuratomi wrote:
Hi guys.
 I'd say, report this as a bug and see where it leads.  It's certainly not
 expected behaviour even if it is intentional.
Already reported.
 One-line reproducer:

 case x in x) echo matches x;; x?) echo matches x? but not x;; esac

 I notice the bash-4.2 CHANGES file[1] mentions something like this in
 the changes from alpha to beta:

 b.  Fixed a bug that caused partially-quoted words that were not
 subject to word splitting to retained quoted NULLs.

 Maybe that's not as fixed as they thought?
 Yeah, got the following from the bash-bug list that Roman submitted.
 Here's a fix.  This is very similar to bash42-004.

 Chet

 *** ../bash-4.2-patched/subst.c   2011-02-25 12:03:58.0 -0500
 --- subst.c   2011-03-03 14:08:23.0 -0500
 ***
 *** 4609,4614 
 --- 4611,4617 
   if (ifs_firstc == 0)
 #endif
 word-flags |= W_NOSPLIT;
 +   word-flags |= W_NOSPLIT2;
   result = call_expand_word_internal (word, quoted, 0, (int *)NULL,
 (int *)NULL);
   expand_no_split_dollar_star = 0;

 So I presume it'll make its way into a newer bash eventually?? Not sure
 on the process but it looks like the powers that be recognize and have a
 fix for it.
Yep, this patch is from upstream. I will apply it soon. You can track 
the issue in bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=681940

RR
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


gcc-4.6.0-0.11.fc15.x86_64 breaks strcmp?

2011-03-07 Thread Richard W.M. Jones
Compiling libguestfs using gcc-4.6.0-0.11.fc15.x86_64 gives lots of:

error: assuming signed overflow does not occur when changing X +- C1 cmp C2 to 
X cmp C1 +- C2 [-Werror=strict-overflow]

These seem to be associated with code that does 'if (strcmp (s1, s2) == 0)'

For example:

dir.c: In function ‘do_rm_rf’:
dir.c:59:7: error: assuming signed overflow does not occur when changing X +- 
C1 cmp C2 to X cmp C1 +- C2 [-Werror=strict-overflow]

--
int
do_rm_rf (const char *path)
{
  int r;
  char *buf, *err;

  if (STREQ (path, /)) {  -- here
reply_with_error (cannot remove root directory);
return -1;
  }
--

where STREQ is a simple macro:

#define STREQ(a,b) (strcmp((a),(b)) == 0)

AFAIK this code should be correct?  I can't find anything at all about
this specific error from Google.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines.  Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
http://et.redhat.com/~rjones/virt-p2v
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Request for sponsered development...

2011-03-07 Thread Christian Weiß
With some detours I finally arrived here.

I have a need out of a commercial project that may lead into some extensions 
within AIGLX and Mesa. I'm going to describe the problem and I'm open for 
whatever comes to your mind, even alternative approaches. If we (from a 
technical perspective you folks) come to the conclusion it's beneficial for 
either Mesa, AIGLX or both, I willing to sponsor the development by fully 
agreeing to the license concepts of the relevant projects.

Consider an installation of about ~600 low budget thin-clients (with almost no 
3D support from the graphics chip) running as X-Terminals. Those thin-client 
stations are serviced by a host computer for 25-30 stations each. This 
infrastructure should be the basis of an architectural/interior planning system 
with serious demands in terms of 3D rendering. It's all clear that the client 
hardware will not be able to provide the power, so it comes down to a 
server-based rendering approach. Therefore some of ATI's or Nvidia's latest 
boards should be attached to the host computers forming a CUDA cluster for 
their terminals. So, the question is: how to get the image to the client? And, 
even not absolutely necessary, all this should be transparent to the 
application.

And that's the idea: the driver for the CUDA cluster comes from the vendor and 
should be used without any change. As a post-processing step within the 
pipeline (probably a specific fragment shader) compresses the content and 
writes it to an off-screen buffer (FBO). Now something out of either Mesa or 
AIGLX should take the buffer and transfers it by the way of the X-protocol to 
the X-Server (of the X-Terminal). At that end of the protocol we need a small 
piece of code that decompresses the buffer and copies it to the frame buffer of 
the relevant window. Ideally this will not place a burden on the CPU but is 
done within the GPU of the X-Terminals hardware. Again, maybe, a simple 
fragment shader which takes the compressed buffer as texture image. Even 
today's lowest-end hardware should provide that feature. Guess that should be 
supported by an GLX_extension from the underlying driver. To a certain extent, 
the latter stuff sounds much like what AIGLX is doing for desktop featur
 e acceleration.

What I'm not so sure is, if

1) AIGLX provides the proper extensions to the X-protocol and
2) if the X-protocol is at all optimized for the rather considerable load of 
that data at high frame-rates.

Suggestions, even those which call me completely displaced here, are very 
welcome.

Cheers,


Christian.


-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


[Test-Announce] L10N Desktop Test Day Tomorrow

2011-03-07 Thread Igor Pires Soares
Greetings everyone!

Tomorrow we will host the last Test Day of our L10N/I18N testing
marathon [1]. The L10N Desktop Test Day will focus on translations
quality in desktop applications, specially Fedora configuration tools.
Translators and contributors from around the world are invited to test
and post results for their languages. 

Fell free to edit the wiki with your results and join us in
#fedora-test-day if you have any doubts. 

[1]
https://fedoraproject.org/wiki/Test_Day:2011-03-08_L10n_Desktop

Regards,
-- 
Igor Pires Soares
Fedora I18N/L10N QA
Fedora Ambassador (Brazil) - Member of FAmSCo
https://fedoraproject.org/wiki/User:Igor


___
test-announce mailing list
test-annou...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/test-announce
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: gcc-4.6.0-0.11.fc15.x86_64 breaks strcmp?

2011-03-07 Thread Adam Jackson
On 3/7/11 9:49 AM, Richard W.M. Jones wrote:
 Compiling libguestfs using gcc-4.6.0-0.11.fc15.x86_64 gives lots of:

 error: assuming signed overflow does not occur when changing X +- C1
 cmp C2 to X cmp C1 +- C2 [-Werror=strict-overflow]

 These seem to be associated with code that does 'if (strcmp (s1, s2)
 == 0)'

 For example:

 dir.c: In function ‘do_rm_rf’: dir.c:59:7: error: assuming signed
 overflow does not occur when changing X +- C1 cmp C2 to X cmp C1 +-
 C2 [-Werror=strict-overflow]

I'm not able to repro this with -0.12.fc15.  If I had to guess, you've 
got a macro for strcmp somewhere that's making type assumptions.  What 
does the .i file look like if you compile with -save-temps ?

- ajax
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[perl-Perl-Critic] update to 1.113

2011-03-07 Thread Marcela Mašláňová
commit c185ce57fa8d83e9bd6a554f80cf776af2eb5dd3
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Mon Mar 7 16:04:37 2011 +0100

update to 1.113

 .gitignore|1 +
 perl-Perl-Critic.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e53ad05..a0e8637 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Perl-Critic-1.105.tar.gz
 Perl-Critic-1.108.tar.gz
 /Perl-Critic-1.111.tar.gz
+/Perl-Critic-1.113.tar.gz
diff --git a/perl-Perl-Critic.spec b/perl-Perl-Critic.spec
index 5ef043d..7f31300 100644
--- a/perl-Perl-Critic.spec
+++ b/perl-Perl-Critic.spec
@@ -1,6 +1,6 @@
 Name:   perl-Perl-Critic
-Version:1.111
-Release:2%{?dist}
+Version:1.113
+Release:1%{?dist}
 Summary:Critique Perl source code for best-practices
 
 Group:  Development/Libraries
@@ -122,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Mar  7 2011 Marcela Mašláňová mmasl...@redhat.com - 1.113-1
+- update to 1.113
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.111-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index bbcb963..60a694a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b4289d48e6f9a75e13ad1f42dc7da43d  Perl-Critic-1.111.tar.gz
+20d2e7c73b68d21c08eff6ae4addd58d  Perl-Critic-1.113.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Atheros AR8152 v1.1 driver in F14

2011-03-07 Thread Jos Vos
Hi,

Can I expect that the Atheros AR8152 v1.1 Fast Ethernet (wired) chipset
is working fine with F14?

I found http://blog.fridns.se/?p=43 and that all sounds a bit scary.  But
http://smolt.fedoraproject.org/reports/view_device/AR8152%20v1.1%20Fast%20Ethernet
suggests that it's working ok for some people (and that it's a already
frequently used chipset).

This AR8152 v1.1 is in a Packard Bell netbook that I don't habe myself
at the moment.

Thanks,

-- 
--Jos Vos j...@xos.nl
--X/OS Experts in Open Systems BV   |   Phone: +31 20 6938364
--Amsterdam, The Netherlands| Fax: +31 20 6948204
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


gcc-4.6.0-0.12.fc15.x86_64 breaks strcmp? (was: Re: gcc-4.6.0-0.11.fc15.x86_64 breaks strcmp?)

2011-03-07 Thread Richard W.M. Jones
On Mon, Mar 07, 2011 at 10:14:57AM -0500, Adam Jackson wrote:
 On 3/7/11 9:49 AM, Richard W.M. Jones wrote:
 Compiling libguestfs using gcc-4.6.0-0.11.fc15.x86_64 gives lots of:
 
 error: assuming signed overflow does not occur when changing X +- C1
 cmp C2 to X cmp C1 +- C2 [-Werror=strict-overflow]
 
 These seem to be associated with code that does 'if (strcmp (s1, s2)
 == 0)'
 
 For example:
 
 dir.c: In function ‘do_rm_rf’: dir.c:59:7: error: assuming signed
 overflow does not occur when changing X +- C1 cmp C2 to X cmp C1 +-
 C2 [-Werror=strict-overflow]
 
 I'm not able to repro this with -0.12.fc15.

Firstly, I have just installed -0.12 and I can reproduce it.

 If I had to guess,
 you've got a macro for strcmp somewhere that's making type
 assumptions.  What does the .i file look like if you compile with
 -save-temps ?

OK ... When you said that, I initially suspected gnulib (which I am
using in this code), but I cannot see gnulib doing any macros or
replacement of strcmp.

Below is how the failure line expands(!)

--
  if ((__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p 
((path))  __builtin_constant_p ((/))  (__s1_len = strlen ((path)), 
__s2_len = strlen ((/)), (!((size_t)(const void *)(((path)) + 1) - 
(size_t)(const void *)((path)) == 1) || __s1_len = 4)  (!((size_t)(const 
void *)(((/)) + 1) - (size_t)(const void *)((/)) == 1) || __s2_len = 4)) ? 
__builtin_strcmp ((path), (/)) : (__builtin_constant_p ((path))  
((size_t)(const void *)(((path)) + 1) - (size_t)(const void *)((path)) == 1)  
(__s1_len = strlen ((path)), __s1_len  4) ? (__builtin_constant_p ((/))  
((size_t)(const void *)(((/)) + 1) - (size_t)(const void *)((/)) == 1) ? 
__builtin_strcmp ((path), (/)) : (__extension__ ({ __const unsigned char 
*__s2 = (__const unsigned char *) (__const char *) ((/)); register int 
__result = (((__const unsigned char *) (__const char *) ((path)))[0] - 
__s2[0]); if (__s1_len  0  __result == 0) { __result = (((__const unsigned 
char *) (__const char *) ((path)))[1] - __s2[1]); if (__s1_len  1  __result 
== 0) { __result = (((__const unsigned char *) (__const char *) ((path)))[2] - 
__s2[2]); if (__s1_len  2  __result == 0) __result = (((__const unsigned 
char *) (__const char *) ((path)))[3] - __s2[3]); } } __result; }))) : 
(__builtin_constant_p ((/))  ((size_t)(const void *)(((/)) + 1) - 
(size_t)(const void *)((/)) == 1)  (__s2_len = strlen ((/)), __s2_len  
4) ? (__builtin_constant_p ((path))  ((size_t)(const void *)(((path)) + 1) - 
(size_t)(const void *)((path)) == 1) ? __builtin_strcmp ((path), (/)) : 
(__extension__ ({ __const unsigned char *__s1 = (__const unsigned char *) 
(__const char *) ((path)); register int __result = __s1[0] - ((__const unsigned 
char *) (__const char *) ((/)))[0]; if (__s2_len  0  __result == 0) { 
__result = (__s1[1] - ((__const unsigned char *) (__const char *) ((/)))[1]); 
if (__s2_len  1  __result == 0) { __result = (__s1[2] - ((__const unsigned 
char *) (__const char *) ((/)))[2]); if (__s2_len  2  __result == 0) 
__result = (__s1[3] - ((__const unsigned char *) (__const char *) ((/)))[3]); 
} } __result; }))) : __builtin_strcmp ((path), (/); }) == 0)) {
--

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines.  Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
http://et.redhat.com/~rjones/virt-p2v
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: gcc-4.6.0-0.11.fc15.x86_64 breaks strcmp?

2011-03-07 Thread yersinia
On Mon, Mar 7, 2011 at 3:49 PM, Richard W.M. Jones rjo...@redhat.com wrote:
 Compiling libguestfs using gcc-4.6.0-0.11.fc15.x86_64 gives lots of:

 error: assuming signed overflow does not occur when changing X +- C1 cmp C2 
 to X cmp C1 +- C2 [-Werror=strict-overflow]

 These seem to be associated with code that does 'if (strcmp (s1, s2) == 0)'

 For example:

 dir.c: In function ‘do_rm_rf’:
 dir.c:59:7: error: assuming signed overflow does not occur when changing X +- 
 C1 cmp C2 to X cmp C1 +- C2 [-Werror=strict-overflow]

 --
 int
 do_rm_rf (const char *path)
 {
  int r;
  char *buf, *err;

  if (STREQ (path, /)) {                      -- here
    reply_with_error (cannot remove root directory);
    return -1;
  }
 --

 where STREQ is a simple macro:

 #define STREQ(a,b) (strcmp((a),(b)) == 0)

I remeber that gnu lib have a similar macro, and last year there was a
fix  
http://old.nabble.com/-PATCH--define-STREQ%28a,-b%29-consistently,-removing-useless-parentheses-td27293621.html

But also in libvirt apparently
http://www.redhat.com/archives/libvir-list/2010-February/msg00010.html

Dunno if this if OT or no

Regards

Regards

Regards

 AFAIK this code should be correct?  I can't find anything at all about
 this specific error from Google.

 Rich.

 --
 Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
 virt-p2v converts physical machines to virtual machines.  Boot with a
 live CD or over the network (PXE) and turn machines into Xen guests.
 http://et.redhat.com/~rjones/virt-p2v
 --
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Unable to build in koji for rawhide

2011-03-07 Thread Roman Rakus
https://koji.fedoraproject.org/koji/taskinfo?taskID=2890468

Any suggestions?

RR
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Unable to build in koji for rawhide

2011-03-07 Thread Roman Rakus
On 03/07/2011 04:43 PM, Roman Rakus wrote:
 https://koji.fedoraproject.org/koji/taskinfo?taskID=2890468

 Any suggestions?

 RR
I should read more before asking. The answer is: Missing one patch.

RR
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: gcc-4.6.0-0.11.fc15.x86_64 breaks strcmp?

2011-03-07 Thread Richard W.M. Jones
On Mon, Mar 07, 2011 at 04:37:20PM +0100, yersinia wrote:
 I remeber that gnu lib have a similar macro, and last year there was a
 fix  
 http://old.nabble.com/-PATCH--define-STREQ%28a,-b%29-consistently,-removing-useless-parentheses-td27293621.html

I understand Jim's argument, although I think I'd rather leave those
parentheses in for safety.

In any case, I tried it without them and as expected it didn't make
any difference to this problem.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://et.redhat.com/~rjones/virt-df/
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: gcc-4.6.0-0.12.fc15.x86_64 breaks strcmp?

2011-03-07 Thread Adam Jackson
On 3/7/11 10:35 AM, Richard W.M. Jones wrote:

 Below is how the failure line expands(!)

Thanks, I needed a laugh this morning.

If I do this as a minimal testcase:

---

#include string.h
#include stdio.h

int
do_rm_rf (const char *path)
{
   int r;
   char *buf, *err;

   if (!strcmp(path, /)) {
 printf (cannot remove root directory);
 return -1;
   }

   return 0;
}

---

And build it with -c -save-temps, I don't get anything remotely like 
what you're getting in the .i file; the strcmp call is emitted 
unmolested.  So I'm choosing to blame this on some other header you're 
including, and the easiest way to find it is to do:

#define STREQ broken
#define strcmp broken

right before the call and let cpp tell you where the original is.

% rpm -q glibc gcc
glibc-2.13.90-4.x86_64
gcc-4.6.0-0.12.fc15.x86_64

- ajax
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: gcc-4.6.0-0.11.fc15.x86_64 breaks strcmp?

2011-03-07 Thread Jim Meyering
Richard W.M. Jones wrote:
 Compiling libguestfs using gcc-4.6.0-0.11.fc15.x86_64 gives lots of:

 error: assuming signed overflow does not occur when changing X +- C1 cmp C2 
 to X cmp C1 +- C2 [-Werror=strict-overflow]

 These seem to be associated with code that does 'if (strcmp (s1, s2) == 0)'

 For example:

 dir.c: In function ‘do_rm_rf’:
 dir.c:59:7: error: assuming signed overflow does not occur when changing X +- 
 C1 cmp C2 to X cmp C1 +- C2 [-Werror=strict-overflow]

 --
 int
 do_rm_rf (const char *path)
 {
   int r;
   char *buf, *err;

   if (STREQ (path, /)) {  -- here
 reply_with_error (cannot remove root directory);
 return -1;
   }
 --

 where STREQ is a simple macro:

 #define STREQ(a,b) (strcmp((a),(b)) == 0)

 AFAIK this code should be correct?  I can't find anything at all about
 this specific error from Google.

Hi Rich,

I suspect that there was a problem with .11, perhaps one of these:

* Fri Mar 04 2011 Jakub Jelinek ja...@redhat.com 4.6.0-0.12
- update from trunk
  - PRs c++/46159, c++/46282, c++/47200, c++/47774, c++/47851, c++/47950,
c++/47974, c/47963, libstdc++/47913, middle-end/47283,
rtl-optimization/47925, target/47935, tree-optimization/47890
- rebuilt against ppl 0.11.2, reenable cloog-ppl Requires

because I can't reproduce that with the latest in rawhide,
gcc-4.6.0-0.12.fc15.x86_64:

$ cat k.c  :
#define STREQ(a,b) (strcmp((a),(b)) == 0)

int
do_rm_rf (const char *path)
{
  int r;
  char *buf, *err;

  if (STREQ (path, /))
{
  reply_with_error (cannot remove root directory);
  return -1;
}
}
$ gcc -O3 -c k.c -Werror=strict-overflow   :
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: gcc-4.6.0-0.11.fc15.x86_64 breaks strcmp?

2011-03-07 Thread Jakub Jelinek
On Mon, Mar 07, 2011 at 05:09:17PM +0100, Jim Meyering wrote:
 I suspect that there was a problem with .11, perhaps one of these:
 
 * Fri Mar 04 2011 Jakub Jelinek ja...@redhat.com 4.6.0-0.12
 - update from trunk
   - PRs c++/46159, c++/46282, c++/47200, c++/47774, c++/47851, c++/47950,
 c++/47974, c/47963, libstdc++/47913, middle-end/47283,
 rtl-optimization/47925, target/47935, tree-optimization/47890
 - rebuilt against ppl 0.11.2, reenable cloog-ppl Requires
 
 because I can't reproduce that with the latest in rawhide,
 gcc-4.6.0-0.12.fc15.x86_64:

You forgot to #include string.h

 $ cat k.c 
  :
 #define STREQ(a,b) (strcmp((a),(b)) == 0)
 
 int
 do_rm_rf (const char *path)
 {
   int r;
   char *buf, *err;
 
   if (STREQ (path, /))
 {
   reply_with_error (cannot remove root directory);
   return -1;
 }
 }
 $ gcc -O3 -c k.c -Werror=strict-overflow  
  :

I can reproduce it and have filed http://gcc.gnu.org/PR48022 for it.

Jakub
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: gcc-4.6.0-0.12.fc15.x86_64 breaks strcmp?

2011-03-07 Thread Jim Meyering
Adam Jackson wrote:

 On 3/7/11 10:35 AM, Richard W.M. Jones wrote:

 Below is how the failure line expands(!)

 Thanks, I needed a laugh this morning.

 If I do this as a minimal testcase:

 ---

 #include string.h
 #include stdio.h

 int
 do_rm_rf (const char *path)
 {
int r;
char *buf, *err;

if (!strcmp(path, /)) {
  printf (cannot remove root directory);
  return -1;
}

return 0;
 }

Shame on me.
I forgot string.h and -Wall ;-)

With the former and -O3, I do see your warning.
Here's a pared-down test case:

$ cat k.c
#include string.h
void do_rm_rf (const char *p) { if (strcmp (p, /) == 0) return; }
$ gcc -Wall -O3 -c k.c -Werror=strict-overflow
k.c: In function ‘do_rm_rf’:
k.c:2:1678: error: assuming signed overflow does not occur when changing X 
+- C1 cmp C2 to X cmp C1 +- C2 [-Werror=strict-overflow]
cc1: some warnings being treated as errors

[Exit 1]
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

File Perl-Critic-Deprecated-1.108.tar.gz uploaded to lookaside cache by ppisar

2011-03-07 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Perl-Critic-Bangs:

1aa62449ce6b29bd2d00f5536577460e  Perl-Critic-Deprecated-1.108.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: gcc-4.6.0-0.12.fc15.x86_64 breaks strcmp?

2011-03-07 Thread Jakub Jelinek
On Mon, Mar 07, 2011 at 05:15:18PM +0100, Jim Meyering wrote:
 With the former and -O3, I do see your warning.
 Here's a pared-down test case:
 
 $ cat k.c
 #include string.h
 void do_rm_rf (const char *p) { if (strcmp (p, /) == 0) return; }
 $ gcc -Wall -O3 -c k.c -Werror=strict-overflow
 k.c: In function ‘do_rm_rf’:
 k.c:2:1678: error: assuming signed overflow does not occur when changing 
 X +- C1 cmp C2 to X cmp C1 +- C2 [-Werror=strict-overflow]
 cc1: some warnings being treated as errors

FYI, as a workaround -D__NO_STRING_INLINES should work, then strcmp
isn't expanded to the fancy glibc expansion...

Jakub
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

File Perl-Critic-Bangs-1.06.tar.gz uploaded to lookaside cache by ppisar

2011-03-07 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Perl-Critic-Bangs:

b7f024919fce71b30bb25a9279ba31d7  Perl-Critic-Bangs-1.06.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: gcc-4.6.0-0.12.fc15.x86_64 breaks strcmp?

2011-03-07 Thread Richard W.M. Jones
On Mon, Mar 07, 2011 at 11:06:44AM -0500, Adam Jackson wrote:
 And build it with -c -save-temps, I don't get anything remotely like
 what you're getting in the .i file; the strcmp call is emitted
 unmolested.  So I'm choosing to blame this on some other header
 you're including, and the easiest way to find it is to do:
 
 #define STREQ broken
 #define strcmp broken

/usr/include/bits/string2.h:800:0: note: this is the location of the previous 
definition

 right before the call and let cpp tell you where the original is.
 
 % rpm -q glibc gcc
 glibc-2.13.90-4.x86_64
 gcc-4.6.0-0.12.fc15.x86_64

I'm using:

glibc-2.12.90-21.x86_64
gcc-4.6.0-0.12.fc15.x86_64

I'll try updating glibc next.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70 libraries supprt'd
http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: gcc-4.6.0-0.12.fc15.x86_64 breaks strcmp?

2011-03-07 Thread Adam Jackson
On 3/7/11 11:15 AM, Jim Meyering wrote:

 Shame on me.
 I forgot string.h and -Wall ;-)

 With the former and -O3, I do see your warning.

Shame on me as well, -O1 or better would be needed since otherwise 
you're never going to hit the simplification logic that would introduce 
this message.

I find it a little comical that glibc does this given that gcc has this 
level of constant expression elimination built in, but hey, why solve 
any problem only once.

- ajax
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


File MooseX-SemiAffordanceAccessor-0.09.tar.gz uploaded to lookaside cache by iarnell

2011-03-07 Thread Iain Arnell
A file has been added to the lookaside cache for 
perl-MooseX-SemiAffordanceAccessor:

36411224d28a62f83b33e19e5f683039  MooseX-SemiAffordanceAccessor-0.09.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File MooseX-Traits-Pluggable-0.10.tar.gz uploaded to lookaside cache by iarnell

2011-03-07 Thread Iain Arnell
A file has been added to the lookaside cache for perl-MooseX-Traits-Pluggable:

7d7af140b575c7b1e32044e2876f6401  MooseX-Traits-Pluggable-0.10.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-MooseX-SemiAffordanceAccessor] update to 0.09

2011-03-07 Thread Iain Arnell
commit 5845731ed7c6467d942aad8052de06a284ec94ae
Author: Iain Arnell iarn...@gmail.com
Date:   Mon Mar 7 17:23:54 2011 +0100

update to 0.09

 .gitignore  |1 +
 perl-MooseX-SemiAffordanceAccessor.spec |   18 --
 sources |2 +-
 3 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8ed3aeb..c01c28d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 MooseX-SemiAffordanceAccessor-0.05.tar.gz
 /MooseX-SemiAffordanceAccessor-0.08.tar.gz
+/MooseX-SemiAffordanceAccessor-0.09.tar.gz
diff --git a/perl-MooseX-SemiAffordanceAccessor.spec 
b/perl-MooseX-SemiAffordanceAccessor.spec
index b9e187c..38a6980 100644
--- a/perl-MooseX-SemiAffordanceAccessor.spec
+++ b/perl-MooseX-SemiAffordanceAccessor.spec
@@ -1,20 +1,19 @@
 Name:   perl-MooseX-SemiAffordanceAccessor
 Summary:Name your accessors foo() and set_foo()
-Version:0.08
-Release:4%{?dist}
+Version:0.09
+Release:1%{?dist}
 License:Artistic 2.0
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/MooseX-SemiAffordanceAccessor-%{version}.tar.gz
 
 URL:http://search.cpan.org/dist/MooseX-SemiAffordanceAccessor
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 BuildArch:  noarch
 
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.31
-BuildRequires:  perl(Moose) = 0.94
+BuildRequires:  perl(Moose) = 1.16
 BuildRequires:  perl(Test::More) = 0.88
 
-Requires:   perl(Moose) = 0.94
+Requires:   perl(Moose) = 1.16
 
 %{?perl_default_filter}
 %{?perl_default_subpackage_tests}
@@ -41,8 +40,6 @@ find lib/ -type f -exec perl -pi -e 's/0\.5504/0.55/' {} ';'
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'
@@ -52,9 +49,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null 
';'
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README LICENSE
@@ -62,6 +56,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Mar 07 2011 Iain Arnell iarn...@gmail.com 0.09-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.08-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 6b9b161..678917f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7fb4070315b24cf268a9b7cdfb35072f  MooseX-SemiAffordanceAccessor-0.08.tar.gz
+36411224d28a62f83b33e19e5f683039  MooseX-SemiAffordanceAccessor-0.09.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-MooseX-Traits-Pluggable] update to 0.10

2011-03-07 Thread Iain Arnell
commit 3c76dd54cf06b03b7b5f170370b4d13281afdaec
Author: Iain Arnell iarn...@gmail.com
Date:   Mon Mar 7 17:26:09 2011 +0100

update to 0.10

 .gitignore|1 +
 perl-MooseX-Traits-Pluggable.spec |   14 ++
 sources   |2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1764c05..cc8b138 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 MooseX-Traits-Pluggable-0.09.tar.gz
+/MooseX-Traits-Pluggable-0.10.tar.gz
diff --git a/perl-MooseX-Traits-Pluggable.spec 
b/perl-MooseX-Traits-Pluggable.spec
index 1a27559..2333e27 100644
--- a/perl-MooseX-Traits-Pluggable.spec
+++ b/perl-MooseX-Traits-Pluggable.spec
@@ -1,12 +1,11 @@
 Name:   perl-MooseX-Traits-Pluggable 
 Summary:A pluggable extension to MooseX::Traits 
-Version:0.09
-Release:4%{?dist}
+Version:0.10
+Release:1%{?dist}
 License:GPL+ or Artistic 
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/R/RK/RKITOVER/MooseX-Traits-Pluggable-%{version}.tar.gz
 
 URL:http://search.cpan.org/dist/MooseX-Traits-Pluggable
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 BuildArch:  noarch
 
@@ -46,8 +45,6 @@ See the MooseX::Traits manpage for more information.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null ';'
@@ -58,9 +55,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null 
';'
 make test
 
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc README Changes
@@ -68,6 +62,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Mar 07 2011 Iain Arnell iarn...@gmail.com 0.10-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.09-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 51b463d..00136ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1aa60064a2c57b44e4935b766262d3f7  MooseX-Traits-Pluggable-0.09.tar.gz
+7d7af140b575c7b1e32044e2876f6401  MooseX-Traits-Pluggable-0.10.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


rawhide report: 20110307 changes

2011-03-07 Thread Rawhide Report
Compose started at Mon Mar  7 08:15:27 UTC 2011

Broken deps for x86_64
--
R-hdf5-1.6.9-10.fc15.x86_64 requires hdf5 = 0:1.8.5.patch1
audacious-plugin-xmp-3.3.0-6.fc15.x86_64 requires audacious(plugin-api) 
= 0:17
byzanz-0.2.2-1.fc14.x86_64 requires libpanel-applet-2.so.0()(64bit)
castor-0.9.5-6.fc15.1.x86_64 requires oro
coccinelle-0.2.5-0.rc4.3.fc16.x86_64 requires ocaml(Oassocb) = 
0:d873c4a1eeb6fa5c5333f8658c49d1db
coccinelle-0.2.5-0.rc4.3.fc16.x86_64 requires ocaml(Ograph2way) = 
0:7442f647b0a74ed48a5c9361fc42ccc4
coccinelle-0.2.5-0.rc4.3.fc16.x86_64 requires ocaml(Flag) = 
0:522d7f86f1236405e53271ff74923515
coccinelle-0.2.5-0.rc4.3.fc16.x86_64 requires ocaml(Osetb) = 
0:8f21a0a4f771662673604ed92a237d79
coccinelle-0.2.5-0.rc4.3.fc16.x86_64 requires ocaml(Oseti) = 
0:a937e7661f510c17bfd21d4372507795
coccinelle-0.2.5-0.rc4.3.fc16.x86_64 requires ocaml(Sexplib) = 
0:a990ea80438337d5407bbc0343c7236a
coccinelle-0.2.5-0.rc4.3.fc16.x86_64 requires ocaml(Setb) = 
0:93bdb588146a13126bfad4eab6c58206
coccinelle-0.2.5-0.rc4.3.fc16.x86_64 requires ocaml(Oassoc_buffer) = 
0:cf6fbee4fcc6644a0a90f07da8eb6c7b
coccinelle-0.2.5-0.rc4.3.fc16.x86_64 requires ocaml(Mapb) = 
0:617c09a110cef9f040335b35078c7234
coccinelle-0.2.5-0.rc4.3.fc16.x86_64 requires ocaml(Oassoch) = 
0:87f7dc2635e5a7ed1ab03b7cd5380ace
coccinelle-0.2.5-0.rc4.3.fc16.x86_64 requires ocaml(Dumper) = 
0:76126ba149caeb2d34f12e11187a9d4e
coccinelle-0.2.5-0.rc4.3.fc16.x86_64 requires ocaml(SetPt) = 
0:b69c030e8ca717d556d3d9bd2a5d22fd
coccinelle-0.2.5-0.rc4.3.fc16.x86_64 requires ocaml(ANSITerminal) = 
0:3d0d1700618d8b3a4e4b2308f28cefb6
conmux-0.0-12.493svn.fc15.noarch requires perl(Payload)
conmux-0.0-12.493svn.fc15.noarch requires perl(Client)
cpm-0.23-0.3.beta.fc12.x86_64 requires libdotconf-1.0.so.0()(64bit)
cvs2cl-2.72-4.noarch requires 
perl(CVS::Utils::ChangeLog::EntrySet::Output)
db4o-7.4-2.fc13.x86_64 requires mono(Mono.GetOptions) = 0:2.0.0.0
dbmail-3.0.0-0.3.rc1.fc15.x86_64 requires libevent-1.4.so.2()(64bit)
dbmail-auth-ldap-3.0.0-0.3.rc1.fc15.x86_64 requires 
libevent-1.4.so.2()(64bit)
dh-make-0.55-3.fc15.noarch requires debhelper
drupal6-views_bulk_operations-1.10-7.fc16.noarch requires drupal6-views
ember-0.6.0-1.fc15.x86_64 requires libboost_thread-mt.so.1.44.0()(64bit)
eog-plugins-2.30.0-2.fc14.x86_64 requires libgdata.so.7()(64bit)
evolution-couchdb-0.5.1-5.fc15.x86_64 requires libgtk-3.0.so.0()(64bit)
evolution-couchdb-0.5.1-5.fc15.x86_64 requires libgdk-3.0.so.0()(64bit)
1:fife-0.3.2-1.fc15.i686 requires libboost_regex.so.1.44.0
1:fife-0.3.2-1.fc15.i686 requires libboost_system.so.1.44.0
1:fife-0.3.2-1.fc15.i686 requires libboost_filesystem.so.1.44.0
1:fife-0.3.2-1.fc15.x86_64 requires libboost_regex.so.1.44.0()(64bit)
1:fife-0.3.2-1.fc15.x86_64 requires libboost_system.so.1.44.0()(64bit)
1:fife-0.3.2-1.fc15.x86_64 requires 
libboost_filesystem.so.1.44.0()(64bit)
file-browser-applet-0.6.6-1.fc15.x86_64 requires 
libpanel-applet-2.so.0()(64bit)
gcstar-1.6.1-3.fc15.noarch requires perl(Gtk2::ScrolledWindow)
gcstar-1.6.1-3.fc15.noarch requires perl(Gtk2::MessageDialog)
gcstar-1.6.1-3.fc15.noarch requires perl(Gtk2::Dialog)
gcstar-1.6.1-3.fc15.noarch requires perl(Gtk2::Toolbar)
gcstar-1.6.1-3.fc15.noarch requires perl(Gtk2::TreeView)
gcstar-1.6.1-3.fc15.noarch requires perl(Gtk2::MenuBar)
gcstar-1.6.1-3.fc15.noarch requires perl(Gtk2::VBox)
gcstar-1.6.1-3.fc15.noarch requires perl(Gtk2::Window)
gedit-valencia-0.3.0-4.fc14.x86_64 requires libvala-0.10.so.0()(64bit)
ghc-hamlet-0.6.1.2-2.fc15.i686 requires ghc(text-0.11.0.0) = 
0:3453462e59a8b0edfe189b4b44e28305
ghc-hamlet-0.6.1.2-2.fc15.i686 requires libHSparsec-3.1.0-ghc7.0.1.so
ghc-hamlet-0.6.1.2-2.fc15.i686 requires ghc(blaze-builder-0.2.1.4) = 
0:faa6102eadedaa4783d7d8d9e73da82a
ghc-hamlet-0.6.1.2-2.fc15.i686 requires libHStext-0.11.0.0-ghc7.0.1.so
ghc-hamlet-0.6.1.2-2.fc15.i686 requires ghc(parsec-3.1.0) = 
0:fb539b3cd4dc20becbc7ba6300c85c2a
ghc-hamlet-0.6.1.2-2.fc15.x86_64 requires 
libHStext-0.11.0.0-ghc7.0.1.so()(64bit)
ghc-hamlet-0.6.1.2-2.fc15.x86_64 requires 
libHSparsec-3.1.0-ghc7.0.1.so()(64bit)
ghc-hamlet-0.6.1.2-2.fc15.x86_64 requires ghc(text-0.11.0.0) = 
0:d464df906c2568b07737e46975f08ccf
ghc-hamlet-0.6.1.2-2.fc15.x86_64 requires ghc(parsec-3.1.0) = 
0:de15acd77ea08ae51368da0dc0223cf2
ghc-hamlet-0.6.1.2-2.fc15.x86_64 requires ghc(blaze-builder-0.2.1.4) = 
0:2e06b2e66d6f5e9d07b917ee7317fb6d
ghc-hamlet-devel-0.6.1.2-2.fc15.i686 requires ghc-devel(parsec-3.1.0) = 

Mono-2.10.1 - coming soon

2011-03-07 Thread Paul Johnson
Hi,

I'm just in the process of a final package for mono-2.10.1 and would like to
garner some opinions before the final spin.

Currently, there is a mono-4-preview sub-package which is an optional extra.
The .NET 4 stuff is pretty stable now and I'm thinking of retiring the
sub-package and adding the bits and bobs into the main package.

Does anyone have a problem with me doing this or would it be better just
renaming it mono-dotnet4 (or something like that)?

I'd like to push it for building tomorrow, so opinions are requested now.

This only affects rawhide.

TTFN

Paul
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Mono-2.10.1 - coming soon

2011-03-07 Thread Chris Smart
On Tue, Mar 8, 2011 at 8:51 AM, Paul Johnson
p...@all-the-johnsons.co.uk wrote:
 Hi,

 I'm just in the process of a final package for mono-2.10.1 and would like to
 garner some opinions before the final spin.


Was Mono ever split into the ECMA and non-ECMA components, as Miguel promised?

-c
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Mono-2.10.1 - coming soon

2011-03-07 Thread Paul Johnson
Hi,

On 7 March 2011 22:18, Chris Smart fed...@christophersmart.com wrote:

 On Tue, Mar 8, 2011 at 8:51 AM, Paul Johnson
 p...@all-the-johnsons.co.uk wrote:
  Hi,
 
  I'm just in the process of a final package for mono-2.10.1 and would like
 to
  garner some opinions before the final spin.
 

 Was Mono ever split into the ECMA and non-ECMA components, as Miguel
 promised?


Not AFAIK - but then other things like shifting things to %{_datadir} never
happened either...

TTFN

Paul
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

F-15 Branched report: 20110307 changes

2011-03-07 Thread Branched Report
Compose started at Mon Mar  7 13:15:32 UTC 2011

Broken deps for x86_64
--
Io-language-extras-20080330-4.fc15.x86_64 requires 
libevent-1.4.so.2()(64bit)
balsa-2.4.9-3.fc15.x86_64 requires libgtkhtml-3.15.so.19()(64bit)
bugzilla-3.6.4-4.fc15.noarch requires perl(DBD::Oracle)
bugzilla-3.6.4-4.fc15.noarch requires perl(DBI::db)
bugzilla-3.6.4-4.fc15.noarch requires perl(DBI::st)
bugzilla-3.6.4-4.fc15.noarch requires perl(sanitycheck.cgi)
byzanz-0.2.2-1.fc14.x86_64 requires libpanel-applet-2.so.0()(64bit)
coccinelle-0.2.5-0.rc4.2.fc15.1.x86_64 requires ocaml(Ograph2way) = 
0:7442f647b0a74ed48a5c9361fc42ccc4
coccinelle-0.2.5-0.rc4.2.fc15.1.x86_64 requires ocaml(Flag) = 
0:522d7f86f1236405e53271ff74923515
coccinelle-0.2.5-0.rc4.2.fc15.1.x86_64 requires ocaml(Osetb) = 
0:8f21a0a4f771662673604ed92a237d79
coccinelle-0.2.5-0.rc4.2.fc15.1.x86_64 requires ocaml(Oassocb) = 
0:d873c4a1eeb6fa5c5333f8658c49d1db
coccinelle-0.2.5-0.rc4.2.fc15.1.x86_64 requires ocaml(Setb) = 
0:93bdb588146a13126bfad4eab6c58206
coccinelle-0.2.5-0.rc4.2.fc15.1.x86_64 requires ocaml(Oassoc_buffer) = 
0:cf6fbee4fcc6644a0a90f07da8eb6c7b
coccinelle-0.2.5-0.rc4.2.fc15.1.x86_64 requires ocaml(Mapb) = 
0:617c09a110cef9f040335b35078c7234
coccinelle-0.2.5-0.rc4.2.fc15.1.x86_64 requires ocaml(Sexplib) = 
0:a990ea80438337d5407bbc0343c7236a
coccinelle-0.2.5-0.rc4.2.fc15.1.x86_64 requires ocaml(Dumper) = 
0:76126ba149caeb2d34f12e11187a9d4e
coccinelle-0.2.5-0.rc4.2.fc15.1.x86_64 requires ocaml(Oassoch) = 
0:87f7dc2635e5a7ed1ab03b7cd5380ace
coccinelle-0.2.5-0.rc4.2.fc15.1.x86_64 requires ocaml(SetPt) = 
0:b69c030e8ca717d556d3d9bd2a5d22fd
coccinelle-0.2.5-0.rc4.2.fc15.1.x86_64 requires ocaml(ANSITerminal) = 
0:3d0d1700618d8b3a4e4b2308f28cefb6
coccinelle-0.2.5-0.rc4.2.fc15.1.x86_64 requires ocaml(Oseti) = 
0:a937e7661f510c17bfd21d4372507795
conmux-0.0-12.493svn.fc15.noarch requires perl(Payload)
conmux-0.0-12.493svn.fc15.noarch requires perl(Client)
cpm-0.23-0.3.beta.fc12.x86_64 requires libdotconf-1.0.so.0()(64bit)
cvs2cl-2.72-4.noarch requires 
perl(CVS::Utils::ChangeLog::EntrySet::Output)
db4o-7.4-2.fc13.x86_64 requires mono(Mono.GetOptions) = 0:2.0.0.0
dbmail-3.0.0-0.3.rc1.fc15.x86_64 requires libevent-1.4.so.2()(64bit)
dbmail-auth-ldap-3.0.0-0.3.rc1.fc15.x86_64 requires 
libevent-1.4.so.2()(64bit)
dh-make-0.55-3.fc15.noarch requires debhelper
drupal6-views_bulk_operations-1.10-6.fc15.noarch requires drupal6-views
ember-0.6.0-1.fc15.x86_64 requires libboost_thread-mt.so.1.44.0()(64bit)
eog-plugins-2.30.0-2.fc14.x86_64 requires libgdata.so.7()(64bit)
evolution-couchdb-0.5.1-5.fc15.x86_64 requires libgtk-3.0.so.0()(64bit)
evolution-couchdb-0.5.1-5.fc15.x86_64 requires libgdk-3.0.so.0()(64bit)
fawkes-plugin-player-0.4.1-1.fc15.x86_64 requires 
libboost_signals-mt.so.1.44.0()(64bit)
fawkes-plugin-player-0.4.1-1.fc15.x86_64 requires 
libboost_thread-mt.so.1.44.0()(64bit)
1:fife-0.3.2-1.fc15.i686 requires libboost_regex.so.1.44.0
1:fife-0.3.2-1.fc15.i686 requires libboost_system.so.1.44.0
1:fife-0.3.2-1.fc15.i686 requires libboost_filesystem.so.1.44.0
1:fife-0.3.2-1.fc15.x86_64 requires libboost_regex.so.1.44.0()(64bit)
1:fife-0.3.2-1.fc15.x86_64 requires libboost_system.so.1.44.0()(64bit)
1:fife-0.3.2-1.fc15.x86_64 requires 
libboost_filesystem.so.1.44.0()(64bit)
file-browser-applet-0.6.6-1.fc15.x86_64 requires 
libpanel-applet-2.so.0()(64bit)
gcstar-1.6.1-3.fc15.noarch requires perl(Gtk2::ScrolledWindow)
gcstar-1.6.1-3.fc15.noarch requires perl(Gtk2::Dialog)
gcstar-1.6.1-3.fc15.noarch requires perl(Gtk2::Toolbar)
gcstar-1.6.1-3.fc15.noarch requires perl(Gtk2::TreeView)
gcstar-1.6.1-3.fc15.noarch requires perl(Gtk2::MenuBar)
gcstar-1.6.1-3.fc15.noarch requires perl(Gtk2::VBox)
gcstar-1.6.1-3.fc15.noarch requires perl(Gtk2::Window)
gcstar-1.6.1-3.fc15.noarch requires perl(Gtk2::MessageDialog)
gearmand-0.14-2.fc15.x86_64 requires libevent-1.4.so.2()(64bit)
glom-1.16.1-2.fc15.x86_64 requires libgdamm-4.0.so.12()(64bit)
glom-libs-1.16.1-2.fc15.i686 requires libgdamm-4.0.so.12
glom-libs-1.16.1-2.fc15.x86_64 requires libgdamm-4.0.so.12()(64bit)
glunarclock-0.34.1-1.fc14.x86_64 requires 
libpanel-applet-2.so.0()(64bit)
gnome-applet-bubblemon-2.0.15-1.fc13.x86_64 requires 
libpanel-applet-2.so.0()(64bit)
gnome-applet-cpufire-1.6-3.fc14.x86_64 requires 
libpanel-applet-2.so.0()(64bit)
gnome-applet-globalmenu-0.7.9-1.fc15.x86_64 requires 
libpanel-applet-2.so.0()(64bit)
gnome-applet-grandr-0.4.1-2.fc12.x86_64 requires 
libpanel-applet-2.so.0()(64bit)
 

Re: Mono-2.10.1 - coming soon

2011-03-07 Thread Peter Robinson
On Mon, Mar 7, 2011 at 9:51 PM, Paul Johnson
p...@all-the-johnsons.co.uk wrote:
 Hi,

 I'm just in the process of a final package for mono-2.10.1 and would like to
 garner some opinions before the final spin.

 Currently, there is a mono-4-preview sub-package which is an optional extra.
 The .NET 4 stuff is pretty stable now and I'm thinking of retiring the
 sub-package and adding the bits and bobs into the main package.

 Does anyone have a problem with me doing this or would it be better just
 renaming it mono-dotnet4 (or something like that)?

 I'd like to push it for building tomorrow, so opinions are requested now.

I'd like to see the contents of the package moved around so that when
I install something like banshee I don't need to install mono-devel
and have it pull in all the dev packages that I don't need on a
netbook that I never use for development.

Peter
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


[perl-Hash-MoreUtils/f15/master] Import.

2011-03-07 Thread corsepiu
Summary of changes:

  ffe7e9c... Import. (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Hash-MoreUtils/f14/master] Import.

2011-03-07 Thread corsepiu
Summary of changes:

  ffe7e9c... Import. (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Hash-MoreUtils/f13/master] Import.

2011-03-07 Thread corsepiu
Summary of changes:

  ffe7e9c... Import. (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 590074] RFE : please build perl-Net-CUPS for EPEL

2011-03-07 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=590074

Marcela Mašláňová mmasl...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Flag||fedora-cvs?

--- Comment #2 from Marcela Mašláňová mmasl...@redhat.com 2011-03-07 08:06:26 
EST ---
Package Change Request
==
Package Name: perl-Net-CUPS
New Branches: el5 el6
Owners: remi

(I'm co-maintainer of this package. I would be glad if you handle it in EPEL).

-- 
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
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 678531] perl-Math-Random-MT-Auto-6.16 is available

2011-03-07 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=678531

Marcela Mašláňová mmasl...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Math-Random-MT-Auto-6.
   ||16-2.fc16
 Resolution||RAWHIDE
Last Closed||2011-03-07 08:19:23

-- 
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
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Coro] 5.372 bump

2011-03-07 Thread Petr Pisar
commit cc205b3709e27d51e9a34e02c6e8a5420e5c8ded
Author: Petr Písař ppi...@redhat.com
Date:   Mon Mar 7 14:50:59 2011 +0100

5.372 bump

 .gitignore |1 +
 ...Fix-syntax-error-RT-65991-in-5.37-version.patch |   26 
 perl-Coro.spec |7 +++--
 sources|2 +-
 4 files changed, 6 insertions(+), 30 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6447f66..149920f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Coro-5.25.tar.gz
 /Coro-5.26.tar.gz
 /Coro-5.37.tar.gz
+/Coro-5.372.tar.gz
diff --git a/perl-Coro.spec b/perl-Coro.spec
index 90314eb..21f6cf8 100644
--- a/perl-Coro.spec
+++ b/perl-Coro.spec
@@ -1,5 +1,5 @@
 Name:   perl-Coro
-Version:5.37
+Version:5.372
 Release:1%{?dist}
 Summary:The only real threads in perl
 License:GPL+ or Artistic
@@ -7,7 +7,6 @@ Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Coro/
 Source0:
http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Coro-%{version}.tar.gz
 Patch0: %{name}-5.25-ucontext-default.patch
-Patch1: %{name}-5.37-Fix-syntax-error-RT-65991-in-5.37-version.patch
 BuildRequires:  perl(AnyEvent) = 5
 BuildRequires:  perl(common::sense)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -62,7 +61,6 @@ programming much safer and easier than using other thread 
models.
 %ifnarch %{ix86} x86_64
 %patch0 -p1 -b .ucontext-default
 %endif
-%patch1 -p1 -b .syntax
 %if 0%{?fix_shbang_line}
 %fix_shbang_line eg/myhttpd
 %else
@@ -96,6 +94,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 07 2011 Petr Pisar ppi...@redhat.com - 5.372-1
+- 5.372 bump
+
 * Mon Feb 21 2011 Petr Pisar ppi...@redhat.com - 5.37-1
 - 5.37 bump
 - Fix State.xs syntax (RT#65991)
diff --git a/sources b/sources
index 8ce752c..6de0d08 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f644de75d65c0dacadea04146ce8329f  Coro-5.37.tar.gz
+70c6453f07e991990a00a6ed30db91f4  Coro-5.372.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 679380] perl-Coro-5.372 is available

2011-03-07 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=679380

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Coro-5.372-1.fc16
 Resolution||RAWHIDE
Last Closed||2011-03-07 08:57:51

-- 
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
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Catalyst-Runtime-5.80032.tar.gz uploaded to lookaside cache by iarnell

2011-03-07 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Catalyst-Runtime:

a44aabbf6c89ed4c26464167d53b6fab  Catalyst-Runtime-5.80032.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Perl-Critic-Bangs] 1.06 imported

2011-03-07 Thread Petr Pisar
commit ee5eb79081844259d98015f39e301e50fd88ca7b
Author: Petr Písař ppi...@redhat.com
Date:   Mon Mar 7 17:24:18 2011 +0100

1.06 imported

 .gitignore  |1 +
 perl-Perl-Critic-Bangs.spec |   72 +++
 sources |1 +
 3 files changed, 74 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..9017b52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Perl-Critic-Bangs-1.06.tar.gz
diff --git a/perl-Perl-Critic-Bangs.spec b/perl-Perl-Critic-Bangs.spec
new file mode 100644
index 000..718c497
--- /dev/null
+++ b/perl-Perl-Critic-Bangs.spec
@@ -0,0 +1,72 @@
+Name:   perl-Perl-Critic-Bangs
+Version:1.06
+Release:1%{?dist}
+Summary:Collection of handy Perl::Critic policies
+License:GPL+ or Artistic 2.0
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Perl-Critic-Bangs/
+Source0:
http://www.cpan.org/authors/id/P/PE/PETDANCE/Perl-Critic-Bangs-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Perl::Critic) = 1.098
+BuildRequires:  perl(Perl::Critic::Policy)
+BuildRequires:  perl(Perl::Critic::Utils)
+BuildRequires:  perl(Perl::Critic::Utils::PPIRegexp)
+BuildRequires:  perl(Readonly)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Perl::Critic) = 1.01
+# Tests only:
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(Perl::Critic::PolicyFactory)
+BuildRequires:  perl(Perl::Critic::PolicyParameter)
+BuildRequires:  perl(Perl::Critic::TestUtils)
+BuildRequires:  perl(Perl::Critic::UserProfile)
+BuildRequires:  perl(Perl::Critic::Violation)
+BuildRequires:  perl(PPI::Cache)
+BuildRequires:  perl(PPI::Document)
+BuildRequires:  perl(Test::Pod) = 1.00
+BuildRequires:  perl(Test::Pod::Coverage) = 1.06
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(Perl::Critic) = 1.098
+Requires:   perl(Test::More)
+Requires:   perl(Test::Perl::Critic) = 1.01
+
+%description
+The rules included with the Perl::Critic::Bangs group include:
+  - Commented-out code is usually noise.  It should be removed.
+  - Watch for comments like XXX, TODO, etc.
+  - Tests should have a plan.
+  - Variables like $user and $user2 are insufficiently distinguished.
+  - Determining the class in a constructor by using ref($proto) || $proto.
+  - Adding modifiers to a regular expression made up entirely of a variable
+  created with qr() is usually not doing what you expect.
+  - Vague variables like $data or $info are not descriptive enough.
+
+%prep
+%setup -q -n Perl-Critic-Bangs-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=perl
+make %{?_smp_mflags}
+
+%install
+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 \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%defattr(-,root,root,-)
+%doc Changes perlcriticrc README TODO
+%{perl_privlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Jan 27 2011 Petr Pisar ppi...@redhat.com 1.06-1
+- Specfile autogenerated by cpanspec 1.78.
+- Remove BuildRoot stuff
+- Write description according POD.
+- Install into perl core directory.
diff --git a/sources b/sources
index e69de29..ff4a30d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b7f024919fce71b30bb25a9279ba31d7  Perl-Critic-Bangs-1.06.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 590074] RFE : please build perl-Net-CUPS for EPEL

2011-03-07 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=590074

--- Comment #3 from Jason Tibbitts ti...@math.uh.edu 2011-03-07 11:38:44 EST 
---
Though as far as I can tell, Marcela is not a co-maintainer of this package,
the actual owner has had plenty of time to chime in one way or the other and
hasn't done so.  I'm just going to go ahead and process this request.

Git done (by process-git-requests).

-- 
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
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Catalyst-Runtime] update to 5.80032

2011-03-07 Thread Iain Arnell
commit 39d48e2645be9f9095494ee5bb90248835d5fb04
Author: Iain Arnell iarn...@gmail.com
Date:   Mon Mar 7 17:34:49 2011 +0100

update to 5.80032

 .gitignore |1 +
 perl-Catalyst-Runtime.spec |   20 +---
 sources|2 +-
 3 files changed, 11 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 081791c..52a490e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Catalyst-Runtime-5.80021.tar.gz
 /Catalyst-Runtime-5.80025.tar.gz
 /Catalyst-Runtime-5.80029.tar.gz
 /Catalyst-Runtime-5.80030.tar.gz
+/Catalyst-Runtime-5.80032.tar.gz
diff --git a/perl-Catalyst-Runtime.spec b/perl-Catalyst-Runtime.spec
index b75de78..2acd99b 100644
--- a/perl-Catalyst-Runtime.spec
+++ b/perl-Catalyst-Runtime.spec
@@ -1,12 +1,11 @@
 Name:   perl-Catalyst-Runtime
 Summary:Catalyst Framework Runtime
-Version:5.80030
-Release:2%{?dist}
+Version:5.80032
+Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
-Source0:
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Catalyst-Runtime-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-Runtime-%{version}.tar.gz
 URL:http://search.cpan.org/dist/Catalyst-Runtime/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 BuildArch:  noarch
 
@@ -35,7 +34,7 @@ BuildRequires:  perl(Moose) = 1.03
 BuildRequires:  perl(MooseX::Emulate::Class::Accessor::Fast) = 0.00903
 BuildRequires:  perl(MooseX::Getopt) = 0.30
 BuildRequires:  perl(MooseX::MethodAttributes::Inheritable) = 0.24
-BuildRequires:  perl(MooseX::Role::WithOverloading) = 0.05
+BuildRequires:  perl(MooseX::Role::WithOverloading) = 0.09
 BuildRequires:  perl(MooseX::Types)
 BuildRequires:  perl(MooseX::Types::Common::Numeric)
 BuildRequires:  perl(MRO::Compat)
@@ -88,7 +87,7 @@ Requires:   perl(Moose) = 1.03
 Requires:   perl(MooseX::Emulate::Class::Accessor::Fast) = 0.00903
 Requires:   perl(MooseX::Getopt) = 0.30
 Requires:   perl(MooseX::MethodAttributes::Inheritable) = 0.24
-Requires:   perl(MooseX::Role::WithOverloading) = 0.05
+Requires:   perl(MooseX::Role::WithOverloading) = 0.09
 Requires:   perl(MooseX::Types)
 Requires:   perl(MooseX::Types::Common::Numeric)
 Requires:   perl(MRO::Compat)
@@ -139,8 +138,6 @@ PERL5_CPANPLUS_IS_RUNNING=1 %{__perl} Makefile.PL 
INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
@@ -168,9 +165,6 @@ export TEST_STRESS=1
 make test
 make clean
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc Changes COPYING*
@@ -183,6 +177,10 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %changelog
+* Mon Mar 07 2011 Iain Arnell iarn...@gmail.com 5.80032-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 5.80030-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index e6d3318..062b627 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0345021a910c79e5a4491c1abe65deb5  Catalyst-Runtime-5.80030.tar.gz
+a44aabbf6c89ed4c26464167d53b6fab  Catalyst-Runtime-5.80032.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Catalyst-Runtime/f15/master] update to 5.80032

2011-03-07 Thread Iain Arnell
Summary of changes:

  39d48e2... update to 5.80032 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File NetPacket-LLC-0.01.tar.gz uploaded to lookaside cache by hpejakle

2011-03-07 Thread Jan Klepek
A file has been added to the lookaside cache for perl-NetPacket-LLC:

0a0cc97648a655da5b7a825760c1d78f  NetPacket-LLC-0.01.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-NetPacket-LLC] Initial import #573918

2011-03-07 Thread Jan Klepek
commit 5a7247184a92bedc65dfa6ad2c59508d54fd1e35
Author: Jan Klepek jan.kle...@gmail.com
Date:   Mon Mar 7 18:52:23 2011 +0100

Initial import #573918

 .gitignore  |1 +
 perl-NetPacket-LLC.spec |   55 +++
 sources |1 +
 3 files changed, 57 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..4dabafc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/NetPacket-LLC-0.01.tar.gz
diff --git a/perl-NetPacket-LLC.spec b/perl-NetPacket-LLC.spec
new file mode 100644
index 000..d1f46d3
--- /dev/null
+++ b/perl-NetPacket-LLC.spec
@@ -0,0 +1,55 @@
+Name:   perl-NetPacket-LLC
+Version:0.01
+Release:2%{?dist}
+Summary:Assemble and disassemble IEEE 802.3 LLC protocol packets
+License:Artistic clarified
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/NetPacket-LLC/
+Source0:
http://www.cpan.org/authors/id/C/CG/CGANESAN/NetPacket-LLC-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(NetPacket::Ethernet) = 0.04
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%{?perl_default_filter}
+
+%description
+NetPacket::LLC provides a set of routines for assembling and disassembling
+packets using the IEEE standard LLC protocol layer.
+
+%prep
+%setup -q -n NetPacket-LLC-%{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 \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Jan 11 2011 Jan Klepek jan.klepek at, gmail.com - 0.01-2
+- fixed license
+
+* Mon Mar 15 2010 Jan Klepek jan.klepek at, gmail.com 0.01-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..a7a2a5a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+0a0cc97648a655da5b7a825760c1d78f  NetPacket-LLC-0.01.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-NetPacket-LLC/f14/master] Initial import #573918

2011-03-07 Thread Jan Klepek
Summary of changes:

  5a72471... Initial import #573918 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-NetPacket-LLC/f13/master] Initial import #573918

2011-03-07 Thread Jan Klepek
Summary of changes:

  5a72471... Initial import #573918 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-NetPacket-LLC/f15/master] Initial import #573918

2011-03-07 Thread Jan Klepek
Summary of changes:

  5a72471... Initial import #573918 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Color-Calc-1.071.tar.gz uploaded to lookaside cache by eseyman

2011-03-07 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Color-Calc:

96adc525668ff10f3ebc9d339f21080e  Color-Calc-1.071.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Color-Calc] Update to 1.071

2011-03-07 Thread Emmanuel Seyman
commit 12bc8dc36c875d2e6c0bfc4e4d72fd8da3813e25
Author: Emmanuel Seyman emmanuel.sey...@club-internet.fr
Date:   Mon Mar 7 21:09:51 2011 +0100

Update to 1.071

 .gitignore   |1 +
 perl-Color-Calc.spec |7 +--
 sources  |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 929ff2d..6fa94e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Color-Calc-1.061.tar.gz
 /Color-Calc-1.070.tar.gz
+/Color-Calc-1.071.tar.gz
diff --git a/perl-Color-Calc.spec b/perl-Color-Calc.spec
index e2bb407..4b92d84 100644
--- a/perl-Color-Calc.spec
+++ b/perl-Color-Calc.spec
@@ -1,6 +1,6 @@
 Name:   perl-Color-Calc
-Version:1.070
-Release:2%{?dist}
+Version:1.071
+Release:1%{?dist}
 Summary:Simple calculations with RGB colors
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 07 2011 Emmanuel Seyman emmanuel.sey...@club-internet.fr - 1.071-1
+- Update to 1.071
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.070-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index f8103b0..39eee7e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-30b407dc79b9be06874ae836ee4583c6  Color-Calc-1.070.tar.gz
+96adc525668ff10f3ebc9d339f21080e  Color-Calc-1.071.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 656317] libwx_gtk2u_stc-2.8.so: cannot open shared object file: No such file or directory

2011-03-07 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=656317

--- Comment #17 from rde...@gmail.com 2011-03-07 15:14:02 EST ---
Package: perl-Padre-0.64-1.fc14
Architecture: i686
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-
1. ALT + F2
2. typed 'padre'
3. clicked enter

-- 
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
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-File-Finder] Add perl(Exporter) to BuildRequires

2011-03-07 Thread Rüdiger Landmann
commit 21b4a94d2781a0c13c4eac82fe2a3d362d23baeb
Author: Ruediger Landmann r.landm...@redhat.com
Date:   Tue Mar 8 09:38:06 2011 +1000

Add perl(Exporter) to BuildRequires

 perl-File-Finder.spec |6 +-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-File-Finder.spec b/perl-File-Finder.spec
index 21aa6e4..b141e42 100644
--- a/perl-File-Finder.spec
+++ b/perl-File-Finder.spec
@@ -1,6 +1,6 @@
 Name:   perl-File-Finder
 Version:0.53
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Nice wrapper for File::Find ala find(1)
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -14,6 +14,7 @@ BuildRequires:  perl(Test::Distribution)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Text::Glob)
+BuildRequires:  perl(Exporter)
 Requires:   perl(Text::Glob)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
@@ -47,6 +48,9 @@ make test TEST_VERBOSE=1
 %{_mandir}/man3/*
 
 %changelog
+* Tue Mar 8 2011 Rüdiger Landmann r.landm...@redhat.com 0.53-3
+- Add perl(Exporter) to BuildRequires
+
 * Tue Jan 18 2011 Rüdiger Landmann r.landm...@redhat.com 0.53-2
 - Correct BuildRequires
 - Change Source0 to point to author URL instead of by-module
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-File-Finder/f14/master] Add perl(Exporter) to BuildRequires

2011-03-07 Thread Rüdiger Landmann
commit 6d5fb703924aa8f786fab5d2845b5bbd35cb484b
Author: Ruediger Landmann r.landm...@redhat.com
Date:   Tue Mar 8 09:44:40 2011 +1000

Add perl(Exporter) to BuildRequires

 .gitignore|1 +
 perl-File-Finder.spec |   59 +
 sources   |1 +
 3 files changed, 61 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..f48afbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/File-Finder-0.53.tar.gz
diff --git a/perl-File-Finder.spec b/perl-File-Finder.spec
new file mode 100644
index 000..b141e42
--- /dev/null
+++ b/perl-File-Finder.spec
@@ -0,0 +1,59 @@
+Name:   perl-File-Finder
+Version:0.53
+Release:3%{?dist}
+Summary:Nice wrapper for File::Find ala find(1)
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/File-Finder/
+Source0:
http://search.cpan.org/CPAN/authors/id/M/ME/MERLYN/File-Finder-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Find::Rule)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Distribution)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Text::Glob)
+BuildRequires:  perl(Exporter)
+Requires:   perl(Text::Glob)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%description
+File::Find is great, but constructing the wanted routine can sometimes be a
+pain. This module provides a wanted-writer, using syntax that is directly
+mappable to the find command's syntax.
+
+%prep
+%setup -q -n File-Finder-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+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 \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test TEST_VERBOSE=1
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README TODO
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Mar 8 2011 Rüdiger Landmann r.landm...@redhat.com 0.53-3
+- Add perl(Exporter) to BuildRequires
+
+* Tue Jan 18 2011 Rüdiger Landmann r.landm...@redhat.com 0.53-2
+- Correct BuildRequires
+- Change Source0 to point to author URL instead of by-module
+
+* Tue Jan 18 2011 Rüdiger Landmann r.landm...@redhat.com 0.53-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..9251e6a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+92898b39fc36e4a8c82e8c0484e29271  File-Finder-0.53.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-File-Finder/f15/master] Add perl(Exporter) to BuildRequires

2011-03-07 Thread Rüdiger Landmann
commit 63406febdb0694f7ba253584adcd675455a1341e
Author: Ruediger Landmann r.landm...@redhat.com
Date:   Tue Mar 8 09:52:49 2011 +1000

Add perl(Exporter) to BuildRequires

 .gitignore|1 +
 perl-File-Finder.spec |   59 +
 sources   |1 +
 3 files changed, 61 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..f48afbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/File-Finder-0.53.tar.gz
diff --git a/perl-File-Finder.spec b/perl-File-Finder.spec
new file mode 100644
index 000..b141e42
--- /dev/null
+++ b/perl-File-Finder.spec
@@ -0,0 +1,59 @@
+Name:   perl-File-Finder
+Version:0.53
+Release:3%{?dist}
+Summary:Nice wrapper for File::Find ala find(1)
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/File-Finder/
+Source0:
http://search.cpan.org/CPAN/authors/id/M/ME/MERLYN/File-Finder-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Find::Rule)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Distribution)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Text::Glob)
+BuildRequires:  perl(Exporter)
+Requires:   perl(Text::Glob)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%description
+File::Find is great, but constructing the wanted routine can sometimes be a
+pain. This module provides a wanted-writer, using syntax that is directly
+mappable to the find command's syntax.
+
+%prep
+%setup -q -n File-Finder-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+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 \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test TEST_VERBOSE=1
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README TODO
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Mar 8 2011 Rüdiger Landmann r.landm...@redhat.com 0.53-3
+- Add perl(Exporter) to BuildRequires
+
+* Tue Jan 18 2011 Rüdiger Landmann r.landm...@redhat.com 0.53-2
+- Correct BuildRequires
+- Change Source0 to point to author URL instead of by-module
+
+* Tue Jan 18 2011 Rüdiger Landmann r.landm...@redhat.com 0.53-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..9251e6a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+92898b39fc36e4a8c82e8c0484e29271  File-Finder-0.53.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-File-Finder/el6/master] Add perl(Exporter) to BuildRequires

2011-03-07 Thread Rüdiger Landmann
commit 140cc12e25c5dde8573fd0ce6f905c2b8e9d142a
Author: Ruediger Landmann r.landm...@redhat.com
Date:   Tue Mar 8 09:59:31 2011 +1000

Add perl(Exporter) to BuildRequires

 .gitignore|1 +
 perl-File-Finder.spec |   59 +
 sources   |1 +
 3 files changed, 61 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..f48afbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/File-Finder-0.53.tar.gz
diff --git a/perl-File-Finder.spec b/perl-File-Finder.spec
new file mode 100644
index 000..b141e42
--- /dev/null
+++ b/perl-File-Finder.spec
@@ -0,0 +1,59 @@
+Name:   perl-File-Finder
+Version:0.53
+Release:3%{?dist}
+Summary:Nice wrapper for File::Find ala find(1)
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/File-Finder/
+Source0:
http://search.cpan.org/CPAN/authors/id/M/ME/MERLYN/File-Finder-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Find::Rule)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Distribution)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Text::Glob)
+BuildRequires:  perl(Exporter)
+Requires:   perl(Text::Glob)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%description
+File::Find is great, but constructing the wanted routine can sometimes be a
+pain. This module provides a wanted-writer, using syntax that is directly
+mappable to the find command's syntax.
+
+%prep
+%setup -q -n File-Finder-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+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 \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test TEST_VERBOSE=1
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README TODO
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Mar 8 2011 Rüdiger Landmann r.landm...@redhat.com 0.53-3
+- Add perl(Exporter) to BuildRequires
+
+* Tue Jan 18 2011 Rüdiger Landmann r.landm...@redhat.com 0.53-2
+- Correct BuildRequires
+- Change Source0 to point to author URL instead of by-module
+
+* Tue Jan 18 2011 Rüdiger Landmann r.landm...@redhat.com 0.53-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..9251e6a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+92898b39fc36e4a8c82e8c0484e29271  File-Finder-0.53.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-Kwiki-UserName

2011-03-07 Thread buildsys


perl-Kwiki-UserName has broken dependencies in the F-15 tree:
On x86_64:
perl-Kwiki-UserName-0.14-14.fc15.noarch requires perl(mixin)
On i386:
perl-Kwiki-UserName-0.14-14.fc15.noarch requires perl(mixin)
Please resolve this as soon as possible.


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


Broken dependencies: perl-CGI-Application-Structured-Tools

2011-03-07 Thread buildsys


perl-CGI-Application-Structured-Tools has broken dependencies in the F-15 tree:
On x86_64:
perl-CGI-Application-Structured-Tools-0.007-4.fc15.noarch requires 
main_module)
perl-CGI-Application-Structured-Tools-0.007-4.fc15.noarch requires 
perl(tmpl_var)
perl-CGI-Application-Structured-Tools-0.007-4.fc15.noarch requires 
perl(tmpl_var
On i386:
perl-CGI-Application-Structured-Tools-0.007-4.fc15.noarch requires 
main_module)
perl-CGI-Application-Structured-Tools-0.007-4.fc15.noarch requires 
perl(tmpl_var)
perl-CGI-Application-Structured-Tools-0.007-4.fc15.noarch requires 
perl(tmpl_var
Please resolve this as soon as possible.


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


Broken dependencies: perl-Math-Random-MT-Auto

2011-03-07 Thread buildsys


perl-Math-Random-MT-Auto has broken dependencies in the F-15 tree:
On x86_64:
perl-Math-Random-MT-Auto-6.14-7.fc15.x86_64 requires 
perl(Object::InsideOut)
perl-Math-Random-MT-Auto-6.14-7.fc15.x86_64 requires 
perl(Object::InsideOut) = 0:2.06
On i386:
perl-Math-Random-MT-Auto-6.14-7.fc15.i686 requires 
perl(Object::InsideOut)
perl-Math-Random-MT-Auto-6.14-7.fc15.i686 requires 
perl(Object::InsideOut) = 0:2.06
Please resolve this as soon as possible.


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


Broken dependencies: perl-Catalyst-Controller-FormBuilder

2011-03-07 Thread buildsys


perl-Catalyst-Controller-FormBuilder has broken dependencies in the F-15 tree:
On x86_64:
perl-Catalyst-Controller-FormBuilder-0.05-7.fc15.noarch requires 
perl(Catalyst::View::HTML::Template)
On i386:
perl-Catalyst-Controller-FormBuilder-0.05-7.fc15.noarch requires 
perl(Catalyst::View::HTML::Template)
Please resolve this as soon as possible.


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


File IO-Any-0.04.tar.gz uploaded to lookaside cache by rlandmann

2011-03-07 Thread Rüdiger Landmann
A file has been added to the lookaside cache for perl-IO-Any:

eb8d75819dc1b78febd487cb8d9dae12  IO-Any-0.04.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-IO-Any] New package

2011-03-07 Thread Rüdiger Landmann
commit e3df148fbd09e72c39a07d6104ff6486ea5618d2
Author: Ruediger Landmann r.landm...@redhat.com
Date:   Tue Mar 8 10:46:19 2011 +1000

New package

 .gitignore   |1 +
 perl-IO-Any.spec |   57 ++
 sources  |1 +
 3 files changed, 59 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..aad32c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/IO-Any-0.04.tar.gz
diff --git a/perl-IO-Any.spec b/perl-IO-Any.spec
new file mode 100644
index 000..8029247
--- /dev/null
+++ b/perl-IO-Any.spec
@@ -0,0 +1,57 @@
+Name:   perl-IO-Any
+Version:0.04
+Release:2%{?dist}
+Summary:Read or write files, folders, or strings, guessing the correct 
object type
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/IO-Any/
+Source0:
http://search.cpan.org/CPAN/authors/id/J/JK/JKUTEJ/IO-Any-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(File::Slurp)
+BuildRequires:  perl(IO::AtomicFile)
+BuildRequires:  perl(IO::String)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Test::Differences)
+BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(AnyEvent)
+BuildRequires:  perl(Test::Distribution)
+# BuildRequires:  perl(Test::Fixme)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%description
+The aim is to provide read/write anything. The module tries to guess what
+the anything is based on some rules. See new method Pod for examples
+and new and _guess_what code for the implementation.
+
+%prep
+%setup -q -n IO-Any-%{version}
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Jan 17 2011 Rüdiger Landmann r.landm...@redhat.com 0.04-2
+- Correct BuildRequires to enable tests to run
+- Remove redundant explicit Requires
+
+* Mon Jan 17 2011 Rüdiger Landmann r.landm...@redhat.com 0.04-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..d2da34d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+eb8d75819dc1b78febd487cb8d9dae12  IO-Any-0.04.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-IO-Any/f15/master] New package

2011-03-07 Thread Rüdiger Landmann
commit 29688cac798a213b3d1c8c8ee5f07038c610ef20
Author: Ruediger Landmann r.landm...@redhat.com
Date:   Tue Mar 8 11:29:55 2011 +1000

New package

 .gitignore   |1 +
 perl-IO-Any.spec |   57 ++
 sources  |1 +
 3 files changed, 59 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..aad32c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/IO-Any-0.04.tar.gz
diff --git a/perl-IO-Any.spec b/perl-IO-Any.spec
new file mode 100644
index 000..8029247
--- /dev/null
+++ b/perl-IO-Any.spec
@@ -0,0 +1,57 @@
+Name:   perl-IO-Any
+Version:0.04
+Release:2%{?dist}
+Summary:Read or write files, folders, or strings, guessing the correct 
object type
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/IO-Any/
+Source0:
http://search.cpan.org/CPAN/authors/id/J/JK/JKUTEJ/IO-Any-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(File::Slurp)
+BuildRequires:  perl(IO::AtomicFile)
+BuildRequires:  perl(IO::String)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Test::Differences)
+BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(AnyEvent)
+BuildRequires:  perl(Test::Distribution)
+# BuildRequires:  perl(Test::Fixme)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%description
+The aim is to provide read/write anything. The module tries to guess what
+the anything is based on some rules. See new method Pod for examples
+and new and _guess_what code for the implementation.
+
+%prep
+%setup -q -n IO-Any-%{version}
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Jan 17 2011 Rüdiger Landmann r.landm...@redhat.com 0.04-2
+- Correct BuildRequires to enable tests to run
+- Remove redundant explicit Requires
+
+* Mon Jan 17 2011 Rüdiger Landmann r.landm...@redhat.com 0.04-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..d2da34d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+eb8d75819dc1b78febd487cb8d9dae12  IO-Any-0.04.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-IO-Any/f14/master] New package

2011-03-07 Thread Rüdiger Landmann
commit 717cf43ae99eff015b19baccbffe2a4050179b80
Author: Ruediger Landmann r.landm...@redhat.com
Date:   Tue Mar 8 11:35:09 2011 +1000

New package

 .gitignore   |1 +
 perl-IO-Any.spec |   57 ++
 sources  |1 +
 3 files changed, 59 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..aad32c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/IO-Any-0.04.tar.gz
diff --git a/perl-IO-Any.spec b/perl-IO-Any.spec
new file mode 100644
index 000..8029247
--- /dev/null
+++ b/perl-IO-Any.spec
@@ -0,0 +1,57 @@
+Name:   perl-IO-Any
+Version:0.04
+Release:2%{?dist}
+Summary:Read or write files, folders, or strings, guessing the correct 
object type
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/IO-Any/
+Source0:
http://search.cpan.org/CPAN/authors/id/J/JK/JKUTEJ/IO-Any-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(File::Slurp)
+BuildRequires:  perl(IO::AtomicFile)
+BuildRequires:  perl(IO::String)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Test::Differences)
+BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(AnyEvent)
+BuildRequires:  perl(Test::Distribution)
+# BuildRequires:  perl(Test::Fixme)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%description
+The aim is to provide read/write anything. The module tries to guess what
+the anything is based on some rules. See new method Pod for examples
+and new and _guess_what code for the implementation.
+
+%prep
+%setup -q -n IO-Any-%{version}
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Jan 17 2011 Rüdiger Landmann r.landm...@redhat.com 0.04-2
+- Correct BuildRequires to enable tests to run
+- Remove redundant explicit Requires
+
+* Mon Jan 17 2011 Rüdiger Landmann r.landm...@redhat.com 0.04-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..d2da34d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+eb8d75819dc1b78febd487cb8d9dae12  IO-Any-0.04.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-IO-Any/el6/master] New package

2011-03-07 Thread Rüdiger Landmann
commit 1c84c4f027a6aed16a63b5d4de4f0e8cd22e9894
Author: Ruediger Landmann r.landm...@redhat.com
Date:   Tue Mar 8 11:58:27 2011 +1000

New package

 .gitignore   |1 +
 perl-IO-Any.spec |   57 ++
 sources  |1 +
 3 files changed, 59 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..aad32c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/IO-Any-0.04.tar.gz
diff --git a/perl-IO-Any.spec b/perl-IO-Any.spec
new file mode 100644
index 000..8029247
--- /dev/null
+++ b/perl-IO-Any.spec
@@ -0,0 +1,57 @@
+Name:   perl-IO-Any
+Version:0.04
+Release:2%{?dist}
+Summary:Read or write files, folders, or strings, guessing the correct 
object type
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/IO-Any/
+Source0:
http://search.cpan.org/CPAN/authors/id/J/JK/JKUTEJ/IO-Any-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(File::Slurp)
+BuildRequires:  perl(IO::AtomicFile)
+BuildRequires:  perl(IO::String)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Test::Differences)
+BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(AnyEvent)
+BuildRequires:  perl(Test::Distribution)
+# BuildRequires:  perl(Test::Fixme)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%description
+The aim is to provide read/write anything. The module tries to guess what
+the anything is based on some rules. See new method Pod for examples
+and new and _guess_what code for the implementation.
+
+%prep
+%setup -q -n IO-Any-%{version}
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Jan 17 2011 Rüdiger Landmann r.landm...@redhat.com 0.04-2
+- Correct BuildRequires to enable tests to run
+- Remove redundant explicit Requires
+
+* Mon Jan 17 2011 Rüdiger Landmann r.landm...@redhat.com 0.04-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..d2da34d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+eb8d75819dc1b78febd487cb8d9dae12  IO-Any-0.04.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 647783] perl-Mail-Box shouldn't force spamassassin to be installed

2011-03-07 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=647783

--- Comment #12 from Fedora Update System upda...@fedoraproject.org 
2011-03-07 21:22:34 EST ---
perl-Mail-Box-2.097-1.fc15 has been pushed to the Fedora 15 stable repository. 
If problems still persist, please make note of it in this bug report.

-- 
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
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 647783] perl-Mail-Box shouldn't force spamassassin to be installed

2011-03-07 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=647783

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-Mail-Box-2.097-1.fc15
 Resolution||ERRATA
Last Closed||2011-03-07 21:22:41

-- 
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
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 680738] perl-Log-Log4perl-1.32 is available

2011-03-07 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=680738

--- Comment #3 from Fedora Update System upda...@fedoraproject.org 2011-03-07 
21:24:00 EST ---
perl-Log-Log4perl-1.32-1.fc15 has been pushed to the Fedora 15 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
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
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 673125] perl-Module-Build-0.3624 is available

2011-03-07 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=673125

--- Comment #7 from Fedora Update System upda...@fedoraproject.org 2011-03-07 
21:24:56 EST ---
perl-Module-Build-0.3624-2.fc15 has been pushed to the Fedora 15 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
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
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 672665] perl-Module-Build-0.3622 is available

2011-03-07 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=672665

--- Comment #14 from Fedora Update System upda...@fedoraproject.org 
2011-03-07 21:25:02 EST ---
perl-Module-Build-0.3624-2.fc15 has been pushed to the Fedora 15 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
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
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 680738] perl-Log-Log4perl-1.32 is available

2011-03-07 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=680738

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-Log-Log4perl-1.32-1.fc
   ||15
 Resolution||ERRATA
Last Closed||2011-03-07 21:24:09

-- 
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
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 673125] perl-Module-Build-0.3624 is available

2011-03-07 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=673125

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-Module-Build-0.3624-2.
   ||fc15
 Resolution||ERRATA
Last Closed||2011-03-07 21:25:10

-- 
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
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 672665] perl-Module-Build-0.3622 is available

2011-03-07 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=672665

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-Module-Build-0.3624-2.
   ||fc15
 Resolution||ERRATA
Last Closed|2011-02-28 06:37:37 |2011-03-07 21:25:26

-- 
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
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 590074] RFE : please build perl-Net-CUPS for EPEL

2011-03-07 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=590074

--- Comment #4 from Marcela Mašláňová mmasl...@redhat.com 2011-03-08 02:39:18 
EST ---
Hm, strange you are right. Chris gave me co-maintainer on all his perl packages
except this ;-)

-- 
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
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel