Re: Fwd: Btrfs compression

2010-04-30 Thread Matt McCutchen
On Sat, 2010-05-01 at 05:32 +0200, Kevin Kofler wrote:
> Adam Jackson wrote:
> > find / -xdev -type f | while read i; do
> > cp $i /tmp/tmp
> > rm $i
> > mv /tmp/tmp $i
> > done
> 
> I presume that cp should be cp -p?

"cp --preserve=all" is needed to preserve SELinux context and extended
attributes.

> And I guess it would be better to do a mv 
> -f rather than rm + mv, otherwise you're going to have trouble when you hit 
> /bin/mv. :-) And of course this needs to run as root.
> 
> > Obviously, don't actually run that.
> 
> Well, are there any other caveats than the ones I listed above?

- Filenames with newlines will get mangled.

- Hard links will be broken.

- If a file is changed while the script is working on it, it may be
clobbered with the old contents.  Similarly, if it is moved, it may
reappear in the old location.

The process should really be run using boot media, not on a live root
filesystem.  This avoids the issue of manipulating the /bin/mv being
used.

Here's the approach I would use, starting in the filesystem root:

mkdir TEMP
(GLOBIGNORE=TEMP; mv * TEMP)
rsync -aAXH --remove-source-files TEMP/ .
rm -rf TEMP

-- 
Matt

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


Re: Fwd: Btrfs compression

2010-04-30 Thread Kevin Kofler
Adam Jackson wrote:
> find / -xdev -type f | while read i; do
> cp $i /tmp/tmp
> rm $i
> mv /tmp/tmp $i
> done

I presume that cp should be cp -p? And I guess it would be better to do a mv 
-f rather than rm + mv, otherwise you're going to have trouble when you hit 
/bin/mv. :-) And of course this needs to run as root.

> Obviously, don't actually run that.

Well, are there any other caveats than the ones I listed above?

Kevin Kofler

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


Re: Thunderbird bz 579023 still not fixed even though there is an upstream fix available

2010-04-30 Thread Matt McCutchen
On Fri, 2010-04-30 at 07:57 +0200, Kevin Kofler wrote:
> But of course the underlying true issue is that Mozilla is refusing to 
> guarantee backwards compatibility for the interfaces pretty much all 
> existing apps used and in several cases still use, instead trying to force 
> everyone to port to their new public API. I can't judge whether the original 
> interfaces were so poorly designed they really can't be kept compatible 
> (which reflects poorly on Mozilla) or whether they're just adding a useless 
> wrapper because they refuse to stay compatible (which reflects even more 
> poorly on them).

With the caveat that I'm not really familiar with the situation, I think
that assessment is unfair.  If Mozilla feels the private interfaces are
suboptimal and wants to adjust the design before committing to long-term
stability, I think that's a reasonable decision.  Let he who gets
everything right the first time throw the first stone.

-- 
Matt

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


[Test-Announce] F-13 Blocker Meeting 2010-04-30 Recap

2010-04-30 Thread James Laska
=
#fedora-bugzappers: F13Blocker Review
=


Meeting started by jlaska at 16:00:03 UTC. The full logs are available
at
http://meetbot.fedoraproject.org/fedora-bugzappers/2010-04-30/f-13-blocker-review.2010-04-30-16.00.log.html
.



Meeting summary
---
* Gathering critical mass  (jlaska, 16:00:19)
  * LINK:

https://bugzilla.redhat.com/showdependencytree.cgi?id=507681&hide_resolved=1
(jlaska, 16:05:29)

* https://bugzilla.redhat.com/show_bug.cgi?id=587698  (jlaska, 16:10:11)
  * #  All Applications listed in the desktop menus must have icons
which have a consistent appearance and sufficiently high resolution
to not appear blurry  (jlaska, 16:12:41)
  * AGREED: 587698 affects desktop icon consistency criteria, is a valid
release blocker  (jlaska, 16:15:58)

* https://bugzilla.redhat.com/show_bug.cgi?id=534066  (jlaska, 16:23:23)
  * AGREED: 534066 status unchanged since last week, still with anaconda
team to provide a fix  (jlaska, 16:24:25)

* https://bugzilla.redhat.com/show_bug.cgi?id=504986  (jlaska, 16:25:53)
  * AGREED: 504986 is a valid blocker, anaconda team to investigate +
fix  (jlaska, 16:26:39)
  * No changes from last week, waiting on problem determination and fix
(jlaska, 16:30:27)
  * still assigned to anaconda-maint-list@ ... needs a person?  (jlaska,
16:30:44)

* https://bugzilla.redhat.com/show_bug.cgi?id=531629  (jlaska, 16:30:48)
  * AGREED: 531629 remains a blocker, with anaconda team for action
(jlaska, 16:31:16)
  * appears to be fixed in anaconda-13.37-1 and ready for retest
(jlaska, 16:34:38)

* https://bugzilla.redhat.com/show_bug.cgi?id=569469  (jlaska, 16:37:12)
  * testing of 569469 is still inprogress  (jlaska, 16:39:12)
  * ACTION: jlaska to retest 569469.  If problem resolved, remove from
F13Blocker  (jlaska, 16:40:18)

* https://bugzilla.redhat.com/show_bug.cgi?id=571900  (jlaska, 16:41:18)
  * AGREED: 571900 is a valid release blocker with no reasonable
workaround  (jlaska, 16:48:48)

* https://bugzilla.redhat.com/show_bug.cgi?id=568528  (jlaska, 16:49:17)
  * HELP: Karma feedback needed on system-config-firewall -

http://admin.fedoraproject.org/updates/system-config-firewall-1.2.25-1.fc13
(jlaska, 16:50:44)
  * AGREED: 568528 a valid release blocker, s-c-firewall fix is in,
waiting on anaconda change to support new option  (jlaska, 16:55:27)

* https://bugzilla.redhat.com/show_bug.cgi?id=579515  (jlaska, 16:57:10)
  * adamw pinged this issue last week, reminding maintainer a new
package is needed for F13  (jlaska, 16:58:18)
  * LINK: https://admin.fedoraproject.org/updates/esc-1.1.0-12.fc13
(adamw, 16:59:39)
  * esc update pending:
https://admin.fedoraproject.org/updates/esc-1.1.0-12.fc13  (adamw,
17:01:35)
  * all we need is for the esc update to be pushed to stable and then
ifd-egate can be orphaned  (adamw, 17:03:07)

* https://bugzilla.redhat.com/show_bug.cgi?id=587704  (jlaska, 17:04:08)
  * AGREED: 587704 is a valid release blocker impacting default desktop
icon consistency  (jlaska, 17:06:03)

* https://bugzilla.redhat.com/show_bug.cgi?id=583818  (jlaska, 17:06:27)
  * AGREED: 583818 is a valid release blocker impacting default desktop
icon consistency  (jlaska, 17:08:54)

* https://bugzilla.redhat.com/show_bug.cgi?id=586575  (jlaska, 17:09:25)
  * LINK: https://fedoraproject.org/wiki/Design/F13_Firstboot_Polish
(jlaska, 17:22:44)
  * ACTION: jlaska to send email to mizmo requesting further feedback on
586575.  No current release criteria impacted by this change
(jlaska, 17:32:45)

* https://bugzilla.redhat.com/show_bug.cgi?id=584603  (jlaska, 17:33:35)
  * HELP: Karma feedback needed.  Please help

http://admin.fedoraproject.org/updates/goddard-kde-theme-13.0.1-1.fc13
(jlaska, 17:35:23)
  * 584603 looking good, queue'd for stable  (jlaska, 17:35:45)

* https://bugzilla.redhat.com/show_bug.cgi?id=568106  (jlaska, 17:35:58)
  * AGREED: 568106 not considered a release blocker, move to F13Target.
Willing to take fix if available  (jlaska, 17:53:50)

* https://bugzilla.redhat.com/show_bug.cgi?id=586575  (jlaska, 17:56:40)
  * LINK: https://bugzilla.redhat.com/show_bug.cgi?id=586578   (mizmo,
17:58:05)
  * AGREED: 586575 is a valid release blocker.  (jlaska, 18:02:43)
  * AGREED: conditionally agreed in a new release criteria - all
relevant artwork (ideally specify the set) should be consistent with
the theme chosen for the release  (jlaska, 18:03:20)
  * ACTION: group to decide w/mizmo if f13artwork should be used only
for issues agreed to be blockers, or if f13artwork should be changed
to block f13target and individual bugs which are in fact blockers
set as blockers directly  (adamw, 18:03:54)

* https://bugzilla.redhat.com/show_bug.cgi?id=567325  (jlaska, 18:05:27)
  * ACTION: Oxf13 to block ifd-egate to prevent showing up on F13 media
(jlaska, 18:13:56)
  

rpms/perl-Devel-Profiler/devel perl-Devel-Profiler.spec,1.7,1.8

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Devel-Profiler/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8613

Modified Files:
perl-Devel-Profiler.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Devel-Profiler.spec
===
RCS file: /cvs/pkgs/rpms/perl-Devel-Profiler/devel/perl-Devel-Profiler.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-Devel-Profiler.spec30 Apr 2010 14:33:53 -  1.7
+++ perl-Devel-Profiler.spec30 Apr 2010 19:51:49 -  1.8
@@ -1,6 +1,6 @@
 Name:   perl-Devel-Profiler
 Version:0.04
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Perl profiler compatible with dprofpp
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.04-9
+- Mass rebuild with perl-5.12.0
+
 * Fri Apr 30 2010 Marcela Maslanova  - 0.04-8
 - Mass rebuild with perl-5.12.0
 

--
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


rpms/perl-Devel-NYTProf/devel perl-Devel-NYTProf.spec,1.8,1.9

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Devel-NYTProf/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7177

Modified Files:
perl-Devel-NYTProf.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Devel-NYTProf.spec
===
RCS file: /cvs/pkgs/rpms/perl-Devel-NYTProf/devel/perl-Devel-NYTProf.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- perl-Devel-NYTProf.spec 30 Apr 2010 14:33:12 -  1.8
+++ perl-Devel-NYTProf.spec 30 Apr 2010 19:44:51 -  1.9
@@ -1,6 +1,6 @@
 Name:   perl-Devel-NYTProf
 Version:3.11
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Powerful feature-rich perl source code profiler
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 3.11-3
+- Mass rebuild with perl-5.12.0
+
 * Fri Apr 30 2010 Marcela Maslanova  - 3.11-2
 - Mass rebuild with perl-5.12.0
 

--
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: review requests for several R-sub-packages

2010-04-30 Thread josef radinger


On Wed, 28 Apr 2010, Pierre-Yves wrote:

> On Wed, 2010-04-28 at 10:28 +0200, josef radinger wrote:
>>
>> I prepared a handfull of R-subpackages and would need a reviewer.
>> The packages should be rather easy to review, some have dependencies
>> to
>> other packages from my list. I noted that on the given
>> bugzilla-entries.
>
> Are-you already a member of the packager group ?
yes, username cheese

> I looked at R-bitops which looks fine but I can't find you on the
> packager group and therefore I can not do a proper review.
>
> Also you be interested by the mailing list:
> http://www.redhat.com/mailman/listinfo/fedora-r-devel-list

just subscribed
the correct page would be
https://admin.fedoraproject.org/mailman/listinfo/r-devel
the one on redhat.com was migrated.

josef

> Pierre
>
> -- 
> 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


Re: gpsd update

2010-04-30 Thread Thomas Sailer
On Fri, 2010-04-30 at 15:43 +0200, Miroslav Lichvar wrote:

> new API (2.90) was released more than a year ago, so I think the
> upstreams had enough time to make necessary changes and we shouldn't
> wait any longer.

That's a dubious argument since many projects aren't very intimate with
all of their upstreams :)  I didn't even know gpsd development was
active. Seems like competition from gypsy is a good thing!

> vfrnav-0:0.4-1.fc13

Go ahead, I will fix up problems should they pop up.

Thanks,
Tom


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


rpms/perl-Email-Sender/devel perl-Email-Sender.spec,1.3,1.4

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Email-Sender/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23582

Modified Files:
perl-Email-Sender.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Email-Sender.spec
===
RCS file: /cvs/pkgs/rpms/perl-Email-Sender/devel/perl-Email-Sender.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-Email-Sender.spec  13 Mar 2010 07:14:05 -  1.3
+++ perl-Email-Sender.spec  30 Apr 2010 14:55:35 -  1.4
@@ -1,6 +1,6 @@
 Name:   perl-Email-Sender
 Version:0.100460
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:A library for sending email
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.100460-2
+- Mass rebuild with perl-5.12.0
+
 * Sat Mar 13 2010 Iain Arnell  0.100460-1
 - update to latest upstream version
 - use perl_default_filter and DESTDIR

--
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


rpms/perl-Email-Send/devel perl-Email-Send.spec,1.8,1.9

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Email-Send/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23371

Modified Files:
perl-Email-Send.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Email-Send.spec
===
RCS file: /cvs/pkgs/rpms/perl-Email-Send/devel/perl-Email-Send.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- perl-Email-Send.spec7 Dec 2009 05:24:53 -   1.8
+++ perl-Email-Send.spec30 Apr 2010 14:54:54 -  1.9
@@ -1,6 +1,6 @@
 Name:   perl-Email-Send
 Version:2.194
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Module for sending email
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 2.194-4
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 2.194-3
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-Email-Reply/devel perl-Email-Reply.spec,1.6,1.7

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Email-Reply/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23186

Modified Files:
perl-Email-Reply.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Email-Reply.spec
===
RCS file: /cvs/pkgs/rpms/perl-Email-Reply/devel/perl-Email-Reply.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- perl-Email-Reply.spec   7 Dec 2009 05:29:52 -   1.6
+++ perl-Email-Reply.spec   30 Apr 2010 14:54:15 -  1.7
@@ -1,6 +1,6 @@
 Name:   perl-Email-Reply
 Version:1.202
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Reply to an email message
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 1.202-6
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 1.202-5
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-Email-MIME-Modifier/devel perl-Email-MIME-Modifier.spec, 1.13, 1.14

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Email-MIME-Modifier/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22957

Modified Files:
perl-Email-MIME-Modifier.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Email-MIME-Modifier.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-Email-MIME-Modifier/devel/perl-Email-MIME-Modifier.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- perl-Email-MIME-Modifier.spec   7 Dec 2009 05:34:16 -   1.13
+++ perl-Email-MIME-Modifier.spec   30 Apr 2010 14:53:36 -  1.14
@@ -1,6 +1,6 @@
 Name:   perl-Email-MIME-Modifier
 Version:1.444
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Modify Email::MIME Objects Easily
 
 Group:  Development/Libraries
@@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 1.444-3
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 1.444-2
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-Email-MIME-Encodings/devel perl-Email-MIME-Encodings.spec, 1.12, 1.13

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Email-MIME-Encodings/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22754

Modified Files:
perl-Email-MIME-Encodings.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Email-MIME-Encodings.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-Email-MIME-Encodings/devel/perl-Email-MIME-Encodings.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- perl-Email-MIME-Encodings.spec  7 Dec 2009 05:39:02 -   1.12
+++ perl-Email-MIME-Encodings.spec  30 Apr 2010 14:52:57 -  1.13
@@ -1,6 +1,6 @@
 Name:   perl-Email-MIME-Encodings
 Version:1.313
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Unified interface to MIME encoding and decoding
 
 Group:  Development/Libraries
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 1.313-4
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 1.313-3
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-Email-MIME-Creator/devel perl-Email-MIME-Creator.spec, 1.10, 1.11

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Email-MIME-Creator/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22375

Modified Files:
perl-Email-MIME-Creator.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Email-MIME-Creator.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-Email-MIME-Creator/devel/perl-Email-MIME-Creator.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- perl-Email-MIME-Creator.spec7 Dec 2009 05:43:55 -   1.10
+++ perl-Email-MIME-Creator.spec30 Apr 2010 14:52:17 -  1.11
@@ -1,6 +1,6 @@
 Name:   perl-Email-MIME-Creator
 Version:1.456
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Email::MIME constructor for starting anew
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 1.456-3
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 1.456-2
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-Email-MIME-ContentType/devel perl-Email-MIME-ContentType.spec, 1.12, 1.13

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Email-MIME-ContentType/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22194

Modified Files:
perl-Email-MIME-ContentType.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Email-MIME-ContentType.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-Email-MIME-ContentType/devel/perl-Email-MIME-ContentType.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- perl-Email-MIME-ContentType.spec23 Apr 2010 16:35:03 -  1.12
+++ perl-Email-MIME-ContentType.spec30 Apr 2010 14:51:38 -  1.13
@@ -1,6 +1,6 @@
 Name:   perl-Email-MIME-ContentType
 Version:1.015
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Parse a MIME Content-Type Header
 
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 1.015-5
+- Mass rebuild with perl-5.12.0
+
 * Fri Apr 23 2010 Marcela Mašláňová  - 1.015-4
 - rebuild
 

--
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

rpms/perl-DBIx-DBSchema/devel perl-DBIx-DBSchema.spec,1.17,1.18

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-DBIx-DBSchema/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11570

Modified Files:
perl-DBIx-DBSchema.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-DBIx-DBSchema.spec
===
RCS file: /cvs/pkgs/rpms/perl-DBIx-DBSchema/devel/perl-DBIx-DBSchema.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- perl-DBIx-DBSchema.spec 8 Mar 2010 06:40:05 -   1.17
+++ perl-DBIx-DBSchema.spec 30 Apr 2010 14:18:56 -  1.18
@@ -1,6 +1,6 @@
 Name:   perl-DBIx-DBSchema
 Version:0.38
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Database-independent schema objects
 
 Group:  Development/Libraries
@@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.38-2
+- Mass rebuild with perl-5.12.0
+
 * Mon Mar 08 2010 Ralf Corsépius  - 0.38-1
 - Upstream update.
 

--
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

rpms/perl-DBIx-POS/devel perl-DBIx-POS.spec,1.7,1.8

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-DBIx-POS/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11770

Modified Files:
perl-DBIx-POS.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-DBIx-POS.spec
===
RCS file: /cvs/pkgs/rpms/perl-DBIx-POS/devel/perl-DBIx-POS.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-DBIx-POS.spec  7 Dec 2009 09:14:55 -   1.7
+++ perl-DBIx-POS.spec  30 Apr 2010 14:19:37 -  1.8
@@ -1,6 +1,6 @@
 Name:   perl-DBIx-POS
 Version:0.03
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Define a dictionary of SQL statements in a POD dialect (POS)
 # There was some code that was taken from Class::Singleton, which was Artistic 
only at the time.
 # That code has since been relicensed to GPL+ or Artistic.
@@ -55,6 +55,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.03-9
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.03-8
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-DBIx-ContextualFetch/devel perl-DBIx-ContextualFetch.spec, 1.9, 1.10

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-DBIx-ContextualFetch/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11388

Modified Files:
perl-DBIx-ContextualFetch.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-DBIx-ContextualFetch.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-DBIx-ContextualFetch/devel/perl-DBIx-ContextualFetch.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-DBIx-ContextualFetch.spec  7 Dec 2009 09:23:11 -   1.9
+++ perl-DBIx-ContextualFetch.spec  30 Apr 2010 14:18:16 -  1.10
@@ -1,6 +1,6 @@
 Name:   perl-DBIx-ContextualFetch
 Version:1.03
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Add contextual fetches to DBI
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 1.03-9
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 1.03-8
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-DateTime-Format-SQLite/devel perl-DateTime-Format-SQLite.spec, 1.5, 1.6

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-DateTime-Format-SQLite/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6453

Modified Files:
perl-DateTime-Format-SQLite.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-DateTime-Format-SQLite.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-DateTime-Format-SQLite/devel/perl-DateTime-Format-SQLite.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- perl-DateTime-Format-SQLite.spec13 Feb 2010 18:54:16 -  1.5
+++ perl-DateTime-Format-SQLite.spec30 Apr 2010 14:00:44 -  1.6
@@ -1,7 +1,7 @@
 Name:   perl-DateTime-Format-SQLite 
 Summary:Parse and format SQLite dates and times 
 Version:0.11
-Release:1%{?dist}
+Release:2%{?dist}
 License:GPL+ or Artistic 
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/DateTime-Format-SQLite-%{version}.tar.gz
 
@@ -62,6 +62,9 @@ rm -rf %{buildroot} 
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.11-2
+- Mass rebuild with perl-5.12.0
+
 * Sat Feb 13 2010 Chris Weyl  0.11-1
 - auto-update by cpan-spec-update 0.002
 - added a new req on perl(DateTime) (version 0.1)

--
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


rpms/perl-DBIx-SearchBuilder/devel perl-DBIx-SearchBuilder.spec, 1.23, 1.24

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-DBIx-SearchBuilder/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12147

Modified Files:
perl-DBIx-SearchBuilder.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-DBIx-SearchBuilder.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-DBIx-SearchBuilder/devel/perl-DBIx-SearchBuilder.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- perl-DBIx-SearchBuilder.spec7 Dec 2009 09:06:23 -   1.23
+++ perl-DBIx-SearchBuilder.spec30 Apr 2010 14:21:01 -  1.24
@@ -7,7 +7,7 @@
 
 Name:  perl-DBIx-SearchBuilder
 Version:   1.56
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   Encapsulate SQL queries and rows in simple perl objects
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -94,6 +94,9 @@ DBIx::SearchBuilder bindings for Oracle
 %endif
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 1.56-3
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 1.56-2
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-DBIx-Safe/devel perl-DBIx-Safe.spec,1.4,1.5

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-DBIx-Safe/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11965

Modified Files:
perl-DBIx-Safe.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-DBIx-Safe.spec
===
RCS file: /cvs/pkgs/rpms/perl-DBIx-Safe/devel/perl-DBIx-Safe.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- perl-DBIx-Safe.spec 7 Dec 2009 09:10:38 -   1.4
+++ perl-DBIx-Safe.spec 30 Apr 2010 14:20:18 -  1.5
@@ -1,7 +1,7 @@
 %define realname DBIx-Safe
 Name:   perl-DBIx-Safe
 Version:1.2.5
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:Safer access to your database through a DBI database handle
 License:BSD
 Group:  Development/Libraries
@@ -55,6 +55,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 1.2.5-8
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 1.2.5-7
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-Email-MIME-Attachment-Stripper/devel perl-Email-MIME-Attachment-Stripper.spec, 1.9, 1.10

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Email-MIME-Attachment-Stripper/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21833

Modified Files:
perl-Email-MIME-Attachment-Stripper.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Email-MIME-Attachment-Stripper.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-Email-MIME-Attachment-Stripper/devel/perl-Email-MIME-Attachment-Stripper.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-Email-MIME-Attachment-Stripper.spec7 Dec 2009 05:52:34 -   
1.9
+++ perl-Email-MIME-Attachment-Stripper.spec30 Apr 2010 14:50:57 -  
1.10
@@ -1,6 +1,6 @@
 Name:   perl-Email-MIME-Attachment-Stripper
 Version:1.316
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Strip the attachments from a mail message
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 1.316-4
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 1.316-3
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-Email-MIME/devel perl-Email-MIME.spec,1.17,1.18

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Email-MIME/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21540

Modified Files:
perl-Email-MIME.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Email-MIME.spec
===
RCS file: /cvs/pkgs/rpms/perl-Email-MIME/devel/perl-Email-MIME.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- perl-Email-MIME.spec7 Dec 2009 05:56:40 -   1.17
+++ perl-Email-MIME.spec30 Apr 2010 14:50:18 -  1.18
@@ -1,6 +1,6 @@
 Name:   perl-Email-MIME
 Version:1.863
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Easy MIME message parsing
 
 Group:  Development/Libraries
@@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 1.863-4
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 1.863-3
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-Email-MessageID/devel perl-Email-MessageID.spec,1.11,1.12

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Email-MessageID/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21254

Modified Files:
perl-Email-MessageID.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Email-MessageID.spec
===
RCS file: /cvs/pkgs/rpms/perl-Email-MessageID/devel/perl-Email-MessageID.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- perl-Email-MessageID.spec   7 Dec 2009 06:00:48 -   1.11
+++ perl-Email-MessageID.spec   30 Apr 2010 14:49:38 -  1.12
@@ -1,6 +1,6 @@
 Name:   perl-Email-MessageID
 Version:1.401
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Generate world unique message-ids
 
 Group:  Development/Libraries
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 1.401-6
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 1.401-5
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-Email-Find/devel perl-Email-Find.spec,1.4,1.5

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Email-Find/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20990

Modified Files:
perl-Email-Find.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Email-Find.spec
===
RCS file: /cvs/pkgs/rpms/perl-Email-Find/devel/perl-Email-Find.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- perl-Email-Find.spec7 Dec 2009 06:05:09 -   1.4
+++ perl-Email-Find.spec30 Apr 2010 14:48:58 -  1.5
@@ -1,6 +1,6 @@
 Name:   perl-Email-Find
 Version:0.10
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Find RFC 822 email addresses in plain text
 
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.10-6
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.10-5
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-Email-Date-Format/devel perl-Email-Date-Format.spec, 1.5, 1.6

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Email-Date-Format/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20770

Modified Files:
perl-Email-Date-Format.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Email-Date-Format.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-Email-Date-Format/devel/perl-Email-Date-Format.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- perl-Email-Date-Format.spec 7 Dec 2009 06:09:20 -   1.5
+++ perl-Email-Date-Format.spec 30 Apr 2010 14:48:16 -  1.6
@@ -1,6 +1,6 @@
 Name:   perl-Email-Date-Format
 Version:1.002
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Produce RFC 2822 date strings
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 1.002-6
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 1.002-5
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-Email-Date/devel perl-Email-Date.spec,1.9,1.10

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Email-Date/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20499

Modified Files:
perl-Email-Date.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Email-Date.spec
===
RCS file: /cvs/pkgs/rpms/perl-Email-Date/devel/perl-Email-Date.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-Email-Date.spec7 Dec 2009 06:13:57 -   1.9
+++ perl-Email-Date.spec30 Apr 2010 14:47:36 -  1.10
@@ -1,6 +1,6 @@
 Name:   perl-Email-Date
 Version:1.103
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:Find and format date headers
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 1.103-8
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 1.103-7
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-Email-Address/devel perl-Email-Address.spec,1.19,1.20

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Email-Address/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20284

Modified Files:
perl-Email-Address.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Email-Address.spec
===
RCS file: /cvs/pkgs/rpms/perl-Email-Address/devel/perl-Email-Address.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- perl-Email-Address.spec 7 Dec 2009 06:18:41 -   1.19
+++ perl-Email-Address.spec 30 Apr 2010 14:46:56 -  1.20
@@ -1,6 +1,6 @@
 Name:   perl-Email-Address
 Version:1.889
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:RFC 2822 Address Parsing and Creation
 
 Group:  Development/Libraries
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 1.889-5
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 1.889-4
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-Email-Abstract/devel perl-Email-Abstract.spec,1.9,1.10

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Email-Abstract/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20064

Modified Files:
perl-Email-Abstract.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Email-Abstract.spec
===
RCS file: /cvs/pkgs/rpms/perl-Email-Abstract/devel/perl-Email-Abstract.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-Email-Abstract.spec7 Dec 2009 06:22:51 -   1.9
+++ perl-Email-Abstract.spec30 Apr 2010 14:46:13 -  1.10
@@ -1,6 +1,6 @@
 Name:   perl-Email-Abstract
 Version:3.001
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Unified interface to mail representations
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 3.001-4
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 3.001-3
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-Moose/devel .cvsignore, 1.39, 1.40 perl-Moose.spec, 1.54, 1.55 sources, 1.39, 1.40

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Moose/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19728

Modified Files:
.cvsignore perl-Moose.spec sources 
Log Message:
* Fri Apr 30 2010 Marclea Mašláňová  1.01-1
- update



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Moose/devel/.cvsignore,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- .cvsignore  20 Mar 2010 17:46:23 -  1.39
+++ .cvsignore  30 Apr 2010 14:45:06 -  1.40
@@ -1 +1 @@
-Moose-0.99.tar.gz
+Moose-1.01.tar.gz


Index: perl-Moose.spec
===
RCS file: /cvs/pkgs/rpms/perl-Moose/devel/perl-Moose.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -p -r1.54 -r1.55
--- perl-Moose.spec 20 Mar 2010 17:46:23 -  1.54
+++ perl-Moose.spec 30 Apr 2010 14:45:06 -  1.55
@@ -1,6 +1,6 @@
 Name:   perl-Moose
 Summary:Complete modern object system for Perl 5
-Version:0.99
+Version:1.01
 Release:1%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -112,6 +112,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::Moose*
 
 %changelog
+* Fri Apr 30 2010 Marclea Mašláňová  1.01-1
+- update
+
 * Fri Mar 12 2010 Chris Weyl  0.99-1
 - update by Fedora::App::MaintainerTools 0.006
 - updating to latest GA CPAN version (0.99)


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Moose/devel/sources,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- sources 20 Mar 2010 17:46:23 -  1.39
+++ sources 30 Apr 2010 14:45:07 -  1.40
@@ -1 +1 @@
-bb3a9b89268f6deae85018fdb510a8ec  Moose-0.99.tar.gz
+f13f9c203d099f5dc6117f59bda96340  Moose-1.01.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: Graphics drivers requiring kernel modesetting

2010-04-30 Thread Dennis J.
On 04/30/2010 05:24 AM, Dave Airlie wrote:
> On Thu, 2010-04-29 at 13:56 +0200, Dennis J. wrote:
>> On 04/29/2010 05:24 AM, Dave Airlie wrote:
>>> On Thu, 2010-04-29 at 04:15 +0200, Björn Persson wrote:
 As far as I understand, both Nouveau and the Intel graphics driver now 
 require
 kernel modesetting, starting with Fedora 13. Before I edit
 http://fedoraproject.org/wiki/How_to_debug_Xorg_problems a second time I
 wanted to ask: Does the Radeon driver still support userspace modesetting, 
 or
 are there in fact no drivers in Fedora 13 that work both with and without
 kernel modesetting? I'd like to finally get that page fully up-to-date.
>>>
>>> radeon still supports both modes of operation, though bugs reported
>>> against non-kms code will most likely end up in the bin in favour of
>>> fixing kms bugs.
>>
>> Can you give a rough estimate/timeframe for when the performance
>> regressions for R7xx cards since F11 will be fixed? That is the only thing
>> that keeps me on F11 right now. When running the F13 LiveCD I cannot play a
>> 360p Youtube video without it dropping frames due to high CPU usage but on
>> F11 things work fine an CPU usage is significantly lower.
>
>
> If you are on an AGP card I suspect its that, we haven't had much
> reports of speed problems on r700 normally. There are some patches going
> in upstream to help with that, not sure if they'll make F-13 at this
> point.

It's a PCI Express card. I filed a bug here a while ago that contains all 
kinds of logs and a link to a smolt profile:
https://bugzilla.redhat.com/show_bug.cgi?id=553059

(I have to use "nouveau.modeset=0" for booting in that bug because without 
that the F13 doesn't boot at all. See
https://bugzilla.redhat.com/show_bug.cgi?id=530784
for more information on that.)

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

rpms/perl-DateTime-Format-ISO8601/devel perl-DateTime-Format-ISO8601.spec, 1.5, 1.6

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-DateTime-Format-ISO8601/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5367

Modified Files:
perl-DateTime-Format-ISO8601.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-DateTime-Format-ISO8601.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-DateTime-Format-ISO8601/devel/perl-DateTime-Format-ISO8601.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- perl-DateTime-Format-ISO8601.spec   14 Feb 2010 01:30:07 -  1.5
+++ perl-DateTime-Format-ISO8601.spec   30 Apr 2010 13:56:36 -  1.6
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Format-ISO8601 
 Version:0.07
-Release:1%{?dist}
+Release:2%{?dist}
 # LICENSE, lib/DateTime/Format/ISO8601.pod -> GPL+ or Artistic
 License:GPL+ or Artistic 
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf %{buildroot} 
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.07-2
+- Mass rebuild with perl-5.12.0
+
 * Sat Feb 13 2010 Chris Weyl  0.07-1
 - update to 0.07
 

--
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


rpms/perl-DateTime-Format-ICal/devel perl-DateTime-Format-ICal.spec, 1.9, 1.10

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-DateTime-Format-ICal/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5192

Modified Files:
perl-DateTime-Format-ICal.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-DateTime-Format-ICal.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-DateTime-Format-ICal/devel/perl-DateTime-Format-ICal.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-DateTime-Format-ICal.spec  7 Dec 2009 12:05:46 -   1.9
+++ perl-DateTime-Format-ICal.spec  30 Apr 2010 13:55:56 -  1.10
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Format-ICal
 Version:0.09
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Parse and format iCal datetime and duration strings
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.09-5
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.09-4
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-DateTime-Format-IBeat/devel perl-DateTime-Format-IBeat.spec, 1.8, 1.9

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-DateTime-Format-IBeat/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5038

Modified Files:
perl-DateTime-Format-IBeat.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-DateTime-Format-IBeat.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-DateTime-Format-IBeat/devel/perl-DateTime-Format-IBeat.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- perl-DateTime-Format-IBeat.spec 7 Dec 2009 12:10:17 -   1.8
+++ perl-DateTime-Format-IBeat.spec 30 Apr 2010 13:55:17 -  1.9
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Format-IBeat
 Version:0.161
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Format times in .beat notation 
 
 Group:  Development/Libraries
@@ -58,6 +58,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.161-9
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.161-8
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-DateTime-Format-HTTP/devel perl-DateTime-Format-HTTP.spec, 1.10, 1.11

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-DateTime-Format-HTTP/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4872

Modified Files:
perl-DateTime-Format-HTTP.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-DateTime-Format-HTTP.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-DateTime-Format-HTTP/devel/perl-DateTime-Format-HTTP.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- perl-DateTime-Format-HTTP.spec  7 Dec 2009 12:14:51 -   1.10
+++ perl-DateTime-Format-HTTP.spec  30 Apr 2010 13:54:36 -  1.11
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Format-HTTP
 Version:0.38
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:HTTP protocol date conversion routines
 
 Group:  Development/Libraries
@@ -57,6 +57,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.38-5
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.38-4
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-DateTime-Format-Flexible/devel perl-DateTime-Format-Flexible.spec, 1.6, 1.7

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-DateTime-Format-Flexible/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4689

Modified Files:
perl-DateTime-Format-Flexible.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-DateTime-Format-Flexible.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-DateTime-Format-Flexible/devel/perl-DateTime-Format-Flexible.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- perl-DateTime-Format-Flexible.spec  7 Dec 2009 12:19:40 -   1.6
+++ perl-DateTime-Format-Flexible.spec  30 Apr 2010 13:53:57 -  1.7
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Format-Flexible
 Version:0.09
-Release:3%{?dist}
+Release:4%{?dist}
 # see LICENSE
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -66,6 +66,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.09-4
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.09-3
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-DateTime-Format-Excel/devel perl-DateTime-Format-Excel.spec, 1.4, 1.5

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-DateTime-Format-Excel/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4528

Modified Files:
perl-DateTime-Format-Excel.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-DateTime-Format-Excel.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-DateTime-Format-Excel/devel/perl-DateTime-Format-Excel.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- perl-DateTime-Format-Excel.spec 7 Dec 2009 12:26:52 -   1.4
+++ perl-DateTime-Format-Excel.spec 30 Apr 2010 13:53:17 -  1.5
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Format-Excel 
 Version:0.2901 
-Release:4%{?dist}
+Release:5%{?dist}
 # lib/DateTime/Format/Excel.pm -> GPL+ or Artistic
 License:GPL+ or Artistic 
 Group:  Development/Libraries
@@ -59,6 +59,9 @@ rm -rf %{buildroot} 
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.2901-5
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.2901-4
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-DateTime-Format-DBI/devel perl-DateTime-Format-DBI.spec, 1.7, 1.8

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-DateTime-Format-DBI/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4374

Modified Files:
perl-DateTime-Format-DBI.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-DateTime-Format-DBI.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-DateTime-Format-DBI/devel/perl-DateTime-Format-DBI.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-DateTime-Format-DBI.spec   7 Dec 2009 12:31:54 -   1.7
+++ perl-DateTime-Format-DBI.spec   30 Apr 2010 13:52:37 -  1.8
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Format-DBI
 Version:0.032
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Find a parser class for a database connection
 License:GPL+ or Artistic 
 Group:  Development/Libraries
@@ -71,6 +71,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.032-5
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.032-4
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-DateTime-Format-DB2/devel perl-DateTime-Format-DB2.spec, 1.5, 1.6

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-DateTime-Format-DB2/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4199

Modified Files:
perl-DateTime-Format-DB2.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-DateTime-Format-DB2.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-DateTime-Format-DB2/devel/perl-DateTime-Format-DB2.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- perl-DateTime-Format-DB2.spec   7 Dec 2009 12:35:39 -   1.5
+++ perl-DateTime-Format-DB2.spec   30 Apr 2010 13:51:56 -  1.6
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Format-DB2
 Version:0.05
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Parse and format DB2 dates and times
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -57,6 +57,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.05-6
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.05-5
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-DateTime-Format-DateParse/devel perl-DateTime-Format-DateParse.spec, 1.5, 1.6

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-DateTime-Format-DateParse/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4041

Modified Files:
perl-DateTime-Format-DateParse.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-DateTime-Format-DateParse.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-DateTime-Format-DateParse/devel/perl-DateTime-Format-DateParse.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- perl-DateTime-Format-DateParse.spec 13 Feb 2010 18:33:33 -  1.5
+++ perl-DateTime-Format-DateParse.spec 30 Apr 2010 13:51:14 -  1.6
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Format-DateParse
 Version:0.04
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Parse Date::Parse compatible formats
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -56,6 +56,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.04-6
+- Mass rebuild with perl-5.12.0
+
 * Sat Feb 13 2010 Chris Weyl  0.04-5
 - apply workaround patch from rt#52598
 - default filter, default subpackage tests

--
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


rpms/perl-DateTime-Format-DateManip/devel perl-DateTime-Format-DateManip.spec, 1.5, 1.6

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-DateTime-Format-DateManip/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3851

Modified Files:
perl-DateTime-Format-DateManip.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-DateTime-Format-DateManip.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-DateTime-Format-DateManip/devel/perl-DateTime-Format-DateManip.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- perl-DateTime-Format-DateManip.spec 7 Dec 2009 12:44:02 -   1.5
+++ perl-DateTime-Format-DateManip.spec 30 Apr 2010 13:50:32 -  1.6
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Format-DateManip
 Version:0.04
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Convert Date::Manip to DateTime and vice versa
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -51,6 +51,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.04-6
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.04-5
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-DateTime-Format-Builder/devel perl-DateTime-Format-Builder.spec, 1.8, 1.9

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-DateTime-Format-Builder/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3669

Modified Files:
perl-DateTime-Format-Builder.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-DateTime-Format-Builder.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-DateTime-Format-Builder/devel/perl-DateTime-Format-Builder.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- perl-DateTime-Format-Builder.spec   7 Dec 2009 12:48:19 -   1.8
+++ perl-DateTime-Format-Builder.spec   30 Apr 2010 13:49:52 -  1.9
@@ -12,7 +12,7 @@
 
 Name:   perl-DateTime-Format-Builder
 Version:0.7901
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Create DateTime parser classes and objects
 
 Group:  Development/Libraries
@@ -114,6 +114,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.7901-6
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.7901-5
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-DateTime-Event-Recurrence/devel perl-DateTime-Event-Recurrence.spec, 1.8, 1.9

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-DateTime-Event-Recurrence/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3356

Modified Files:
perl-DateTime-Event-Recurrence.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-DateTime-Event-Recurrence.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-DateTime-Event-Recurrence/devel/perl-DateTime-Event-Recurrence.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- perl-DateTime-Event-Recurrence.spec 7 Dec 2009 12:53:43 -   1.8
+++ perl-DateTime-Event-Recurrence.spec 30 Apr 2010 13:49:11 -  1.9
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Event-Recurrence
 Version:0.16
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:DateTime::Set extension for create basic recurrence sets
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.16-10
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.16-9
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-DateTime-Event-ICal/devel perl-DateTime-Event-ICal.spec, 1.9, 1.10

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-DateTime-Event-ICal/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3122

Modified Files:
perl-DateTime-Event-ICal.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-DateTime-Event-ICal.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-DateTime-Event-ICal/devel/perl-DateTime-Event-ICal.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-DateTime-Event-ICal.spec   13 Feb 2010 20:40:23 -  1.9
+++ perl-DateTime-Event-ICal.spec   30 Apr 2010 13:48:27 -  1.10
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Event-ICal
 Version:0.10
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl DateTime extension for computing rfc2445 recurrences
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.10-2
+- Mass rebuild with perl-5.12.0
+
 * Sat Feb 13 2010 Steven Pritchard  0.10-1
 - Update to 0.10.
 

--
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


rpms/perl-DateTime-Calendar-Mayan/devel perl-DateTime-Calendar-Mayan.spec, 1.3, 1.4

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-DateTime-Calendar-Mayan/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2919

Modified Files:
perl-DateTime-Calendar-Mayan.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-DateTime-Calendar-Mayan.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-DateTime-Calendar-Mayan/devel/perl-DateTime-Calendar-Mayan.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-DateTime-Calendar-Mayan.spec   7 Dec 2009 13:03:52 -   1.3
+++ perl-DateTime-Calendar-Mayan.spec   30 Apr 2010 13:47:47 -  1.4
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Calendar-Mayan 
 Version:0.0601 
-Release:3%{?dist}
+Release:4%{?dist}
 # lib/DateTime/Calendar/Mayan.pod -> GPL+ or Artistic
 License:GPL+ or Artistic 
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ rm -rf %{buildroot} 
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.0601-4
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.0601-3
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-DateTime/devel perl-DateTime.spec,1.36,1.37

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-DateTime/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2751

Modified Files:
perl-DateTime.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-DateTime.spec
===
RCS file: /cvs/pkgs/rpms/perl-DateTime/devel/perl-DateTime.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- perl-DateTime.spec  27 Jan 2010 19:36:22 -  1.36
+++ perl-DateTime.spec  30 Apr 2010 13:47:06 -  1.37
@@ -5,7 +5,7 @@
 Name:   perl-DateTime
 # must now be 0.xx00 to preserve upgrade path:
 Version:%{DT_version}00
-Release:2%{?dist}
+Release:3%{?dist}
 Epoch:  1
 Summary:Date and time objects
 License:GPL+ or Artistic
@@ -139,6 +139,9 @@ rm -rf $RPM_BUILD_ROOT
 %{perl_vendorarch}/DateTime*.pm
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 1:0.5300-3
+- Mass rebuild with perl-5.12.0
+
 * Wed Jan 27 2010 Stepan Kasal  - 1:0.5300-2
 - new upstream version of DateTime-TimeZone
 

--
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


rpms/perl-Date-Simple/devel perl-Date-Simple.spec,1.14,1.15

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Date-Simple/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2588

Modified Files:
perl-Date-Simple.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Date-Simple.spec
===
RCS file: /cvs/pkgs/rpms/perl-Date-Simple/devel/perl-Date-Simple.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- perl-Date-Simple.spec   7 Dec 2009 13:14:04 -   1.14
+++ perl-Date-Simple.spec   30 Apr 2010 13:46:25 -  1.15
@@ -1,7 +1,7 @@
 Summary:   Simple date object for perl
 Name:  perl-Date-Simple
 Version:   3.03
-Release:   5%{?dist}
+Release:   6%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Date-Simple/
@@ -59,6 +59,9 @@ BuildRequires:perl(ExtUtils::MakeMaker)
 %{_mandir}/man3/Date::Simple*.3pm*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 3.03-6
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 3.03-5
 - rebuild against perl 5.10.1
 

--
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


rpms/perl-Date-Pcalc/devel perl-Date-Pcalc.spec,1.7,1.8

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Date-Pcalc/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2416

Modified Files:
perl-Date-Pcalc.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Date-Pcalc.spec
===
RCS file: /cvs/pkgs/rpms/perl-Date-Pcalc/devel/perl-Date-Pcalc.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-Date-Pcalc.spec7 Dec 2009 13:18:21 -   1.7
+++ perl-Date-Pcalc.spec30 Apr 2010 13:45:40 -  1.8
@@ -1,6 +1,6 @@
 Name:  perl-Date-Pcalc
 Version:   1.2
-Release:   8%{?dist}
+Release:   9%{?dist}
 Summary:   Gregorian calendar date calculations
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -49,6 +49,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 1.2-9
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 1.2-8
 - rebuild against perl 5.10.1
 

--
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


gpsd update

2010-04-30 Thread Miroslav Lichvar
I'd like to update the gpsd package to the latest version 2.94. If
there will be no objections, probably sometimes next week.

Unfortunately, there were non-trivial API changes since version 2.39
that break most of the dependent packages. The first version with the
new API (2.90) was released more than a year ago, so I think the
upstreams had enough time to make necessary changes and we shouldn't
wait any longer.

Packages that currently use libgps.so.18:

qtgpsc-0:0.2.3-6.fc12
kdebase-workspace-0:4.4.2-5.fc14
vfrnav-0:0.4-1.fc13
gpsdrive-0:2.10-0.5.pre7.fc13
kdeedu-marble-libs-0:4.4.2-1.fc14
vifir-0:0.4-1.fc12
viking-0:0.9.9-1.fc12

Here is a gpsd srpm in case anyone wants to start preparing patches

http://fedorapeople.org/~mlichvar/tmp/gpsd-2.94-1.fc14.src.rpm

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


rpms/perl-Data-Visitor/devel perl-Data-Visitor.spec,1.12,1.13

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Data-Visitor/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1707

Modified Files:
perl-Data-Visitor.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Data-Visitor.spec
===
RCS file: /cvs/pkgs/rpms/perl-Data-Visitor/devel/perl-Data-Visitor.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- perl-Data-Visitor.spec  4 Jan 2010 13:48:17 -   1.12
+++ perl-Data-Visitor.spec  30 Apr 2010 13:42:44 -  1.13
@@ -1,6 +1,6 @@
 Name:   perl-Data-Visitor
 Version:0.26
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Visitor style traversal of Perl data structures
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -60,6 +60,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.26-2
+- Mass rebuild with perl-5.12.0
+
 * Mon Jan 04 2010 Iain Arnell  0.26-1
 - update to latest upstream version
 - BR perl(Moose), not perl(Any::Moose)

--
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


[Test-Announce] F-13 Blocker Meeting 2010-04-30 @ 16:00 UTC (12 PM EDT)

2010-04-30 Thread James Laska
# What: F-13 Blocker bug review
# When: Friday, 2010-04-30 @ 16:00 UTC (12 PM EDT)
# Where: #fedora-bugzappers on irc.freenode.net

Today will be the third scheduled [1] Fedora 13 Blocker bug review
meeting.  We'll be reviewing all F13Blocker bugs [2] to determine
whether they impact the release criteria [3]. 

The list of bugs to be discussed at the meeting is included below
(sorted by component).  As we approach the final release, these meetings
often take a long time to work through the list.  If you are the
reporter or assignee you can help.  Take a moment to review the bug
ensure the issue should be listed as a F13Blocker.

Thanks,
James

[1]
http://poelstra.fedorapeople.org/schedules/f-13/f-13-quality-tasks.html
[2]
https://bugzilla.redhat.com/showdependencytree.cgi?id=F13Blocker&hide_resolved=1
[3] https://fedoraproject.org/wiki/Fedora_13_Final_Release_Criteria


= anaconda =
504986 ASSIGNED (anaconda-maint-l...@redhat.com) - F11 x86-64 LiveUSB backtrace
531629 ASSIGNED (anaconda-maint-l...@redhat.com) - RuntimeError: Returning 
partitions to state prior to edit failed
534066 NEW (anaconda-maint-l...@redhat.com) - Anaconda does not assign correct 
root partition to boot windows
568528 ASSIGNED (msi...@redhat.com) - firewall --disabled still produces a 
blocking /etc/sysconfig/iptables
569469 NEW (dleh...@redhat.com) - ValueError: Cannot remove non-leaf device 
'vda5'
571900 NEW (anaconda-maint-l...@redhat.com) - Keyboard mapping not correct (USA 
instead of Belgium) when first login after install Fedora 13 Alpha -
587639 NEW (anaconda-maint-l...@redhat.com) - Remove "Thank you for downloading 
pre-release" dialog

= distribution =
584041 NEW (nott...@redhat.com) - Fedora 13 icon and artwork polish bug

= grub =
568106 NEW (pjo...@redhat.com) - Unable to enter grub menu in F-13-Alpha with 
console=ttyS0

= ifd-egate =
567325 NEW (rrel...@redhat.com) - ifd-egate uses deprecated udev rules syntax

= iptables =
586685 NEW (twoer...@redhat.com) - iptables prevents ssh login to newly 
installed smachine

= kde-settings =
539278 NEW (rdie...@math.unl.edu) - (F13Blocker-KDE) F13 KDE Blocker

= kernel =
572771 NEW (kernel-ma...@redhat.com) - Thaw doesn't work after hibernate with 
F-13
577059 ASSIGNED (jfor...@redhat.com) - HSM Failure while ejecting disc images 
on KVM guest
584229 NEW (a...@redhat.com) - Kernel 2.6.33.2-57.fc13.x86_64 fails to show DVI 
display
586916 NEW (kernel-ma...@redhat.com) - Unable to decrypt disk on F-12 x86_64 
install on T410: required "rdblacklist=aesni-intel"

= NetworkManager =
567978 ASSIGNED (d...@redhat.com) - Unable to activate network in loader with 
[*] Enable IPv6 support

= release-notes =
545986 ASSIGNED (wb8...@arrl.net) - F13 Release Notes Blocker

= samba =
586511 NEW (sso...@redhat.com) - [abrt] crash in samba-client-0:3.5.2-59.fc13: 
Process /usr/bin/smbclient was killed by signal 11 (SIGSEGV)

= telepathy-gabble =
586910 NEW (bdpep...@gmail.com) - Please update telepathy-gabble to 0.9.11 in 
F13

= xorg-x11-server =
582468 ASSIGNED (peter.hutte...@redhat.com) - X server uses the wrong 
configuration directory


signature.asc
Description: This is a digitally signed message part
___
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: Fwd: Btrfs compression

2010-04-30 Thread Adam Jackson
On Fri, 2010-04-30 at 07:43 +0200, Valent Turkovic wrote:
> How to recompress data already on btrfs partition?

find / -xdev -type f | while read i; do
cp $i /tmp/tmp
rm $i
mv /tmp/tmp $i
done

Obviously, don't actually run that.

- ajax


signature.asc
Description: This is a digitally signed message part
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: [Test-Announce] Fedora 13 Final TC1 Available Now!

2010-04-30 Thread Hedayat Vatankhah


/*Andre Robatino */ wrote on 04/30/2010 3:13:26 
PM +0450:

On 04/30/2010 06:25 AM, Hedayat Vatankhah wrote:
   

Well, I'm not going to insist on providing jigdo. However, the situation
in my mind is this one: I've downloaded Fedora 13 Beta DVD iso
previously and installed it on my system. Then, I've updated my system
regularly (using yum presto) and I use yum's "keepcache=1" option. So,
my Fedora Beta DVD iso + cached updated rpms would provide a
considerable number of files available in the next DVD iso; so if jigdo
is available I would probably be able to create the next iso without
downloading many rpm packages.

Certainly, the efficiency in this case depend on the installation. A
minimal installation will not have many rpms and so will not receive new
versions of most rpms when updating.
 

That's a good point - if many of the updated RPMs in the new ISO have
already been downloaded and cached, then jigdo/rsync/zsync looks much
better, since most if not all of the exact RPMs in the new ISO are
already available.  If rsync or zsync were available, you could get the
same benefit as jigdo by concatenating your old ISO and all of your new
cached RPMs together into a single large file, and running rsync/zsync
on that to convert it into the new ISO.  Unfortunately, rsync runs on
the server, and turned out to be a resource hog, so it's not currently
used for development images.  Zsync runs on the client so shouldn't have
this problem.  Unfortunately, it's not available in Fedora yet.  See

http://kparal.wordpress.com/2009/09/01/zsync-transfer-large-files-efficiently/

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

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

Zsync would also be perfect for converting between different install
disc sets (currently the DVD and the CD set) since the packages are
exactly the same.  It can also be used to efficiently convert from the
first disc in either set to the netinst disc.  So I'd certainly like to
see it in Fedora.
   
Yes, I would certainly prefer zsync if it was available (it would be 
even better than jigdo, as it does not even need the exact rpms).


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

rawhide report: 20100430 changes

2010-04-30 Thread Rawhide Report
Compose started at Fri Apr 30 08:15:05 UTC 2010

Broken deps for i386
--
calibre-0.6.47-1.fc14.i686 requires libpodofo.so.0.6.99
evolution-couchdb-0.3.2-2.fc13.i686 requires libcouchdb-glib-1.0.so.1
fontmatrix-0.6.99-5.r1073.fc14.i686 requires libpodofo.so.0.6.99
ghc-cairo-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 0:6.12.1
ghc-cairo-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 0:6.12.1
ghc-cairo-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 0:6.12.1
ghc-cairo-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 0:6.12.1
ghc-cairo-prof-0.10.1.20100110-3.fc13.i686 requires ghc-prof = 0:6.12.1
ghc-gconf-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 0:6.12.1
ghc-gconf-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 0:6.12.1
ghc-gconf-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 0:6.12.1
ghc-gconf-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 0:6.12.1
ghc-gconf-prof-0.10.1.20100110-3.fc13.i686 requires ghc-prof = 0:6.12.1
ghc-gio-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 0:6.12.1
ghc-gio-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 0:6.12.1
ghc-gio-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 0:6.12.1
ghc-gio-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 0:6.12.1
ghc-gio-prof-0.10.1.20100110-3.fc13.i686 requires ghc-prof = 0:6.12.1
ghc-glade-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 0:6.12.1
ghc-glade-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 0:6.12.1
ghc-glade-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 0:6.12.1
ghc-glade-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 0:6.12.1
ghc-glade-prof-0.10.1.20100110-3.fc13.i686 requires ghc-prof = 0:6.12.1
ghc-glib-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 0:6.12.1
ghc-glib-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 0:6.12.1
ghc-glib-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 0:6.12.1
ghc-glib-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 0:6.12.1
ghc-glib-prof-0.10.1.20100110-3.fc13.i686 requires ghc-prof = 0:6.12.1
ghc-gstreamer-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 0:6.12.1
ghc-gstreamer-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 0:6.12.1
ghc-gstreamer-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 
0:6.12.1
ghc-gstreamer-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 
0:6.12.1
ghc-gstreamer-prof-0.10.1.20100110-3.fc13.i686 requires ghc-prof = 
0:6.12.1
ghc-gtk-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 0:6.12.1
ghc-gtk-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 0:6.12.1
ghc-gtk-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 0:6.12.1
ghc-gtk-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 0:6.12.1
ghc-gtk-prof-0.10.1.20100110-3.fc13.i686 requires ghc-prof = 0:6.12.1
ghc-gtkglext-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 0:6.12.1
ghc-gtkglext-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 0:6.12.1
ghc-gtkglext-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 0:6.12.1
ghc-gtkglext-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 0:6.12.1
ghc-gtkglext-prof-0.10.1.20100110-3.fc13.i686 requires ghc-prof = 
0:6.12.1
ghc-gtksourceview2-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 
0:6.12.1
ghc-gtksourceview2-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 
0:6.12.1
ghc-gtksourceview2-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 
0:6.12.1
ghc-gtksourceview2-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 
0:6.12.1
ghc-gtksourceview2-prof-0.10.1.20100110-3.fc13.i686 requires ghc-prof = 
0:6.12.1
ghc-soegtk-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 0:6.12.1
ghc-soegtk-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 0:6.12.1
ghc-soegtk-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 0:6.12.1
ghc-soegtk-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 0:6.12.1
ghc-soegtk-prof-0.10.1.20100110-3.fc13.i686 requires ghc-prof = 0:6.12.1
ghc-svgcairo-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 0:6.12.1
ghc-svgcairo-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 0:6.12.1
ghc-svgcairo-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 0:6.12.1
ghc-svgcairo-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 0:6.12.1
ghc-svgcairo-prof-0.10.1.20100110-3.fc13.i686 requires ghc-prof = 
0:6.12.1
ghc-vte-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 0:6.12.1
ghc-vte-devel-0.10.1.20100110-3.fc13.i686 requires ghc = 0:6.12.1
ghc-vte-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 0:6.12.1
ghc-vte-doc-0.10.1.20100110-3.fc13.i686 requires ghc-doc = 0:6.12.1
  

rpms/perl-Class-Unload/devel perl-Class-Unload.spec,1.4,1.5

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Class-Unload/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31804

Modified Files:
perl-Class-Unload.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Class-Unload.spec
===
RCS file: /cvs/pkgs/rpms/perl-Class-Unload/devel/perl-Class-Unload.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- perl-Class-Unload.spec  4 Dec 2009 02:41:02 -   1.4
+++ perl-Class-Unload.spec  30 Apr 2010 10:44:22 -  1.5
@@ -1,6 +1,6 @@
 Name:   perl-Class-Unload
 Version:0.05
-Release:5%{?dist}
+Release:6%{?dist}
 Summary:Unload given Class
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.05-6
+- Mass rebuild with perl-5.12.0
+
 * Fri Dec  4 2009 Stepan Kasal  - 0.05-5
 - rebuild against perl 5.10.1
 

--
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: [Test-Announce] Fedora 13 Final TC1 Available Now!

2010-04-30 Thread Andre Robatino
On 04/30/2010 06:25 AM, Hedayat Vatankhah wrote:
> Well, I'm not going to insist on providing jigdo. However, the situation
> in my mind is this one: I've downloaded Fedora 13 Beta DVD iso
> previously and installed it on my system. Then, I've updated my system
> regularly (using yum presto) and I use yum's "keepcache=1" option. So,
> my Fedora Beta DVD iso + cached updated rpms would provide a
> considerable number of files available in the next DVD iso; so if jigdo
> is available I would probably be able to create the next iso without
> downloading many rpm packages.
> 
> Certainly, the efficiency in this case depend on the installation. A
> minimal installation will not have many rpms and so will not receive new
> versions of most rpms when updating.

That's a good point - if many of the updated RPMs in the new ISO have
already been downloaded and cached, then jigdo/rsync/zsync looks much
better, since most if not all of the exact RPMs in the new ISO are
already available.  If rsync or zsync were available, you could get the
same benefit as jigdo by concatenating your old ISO and all of your new
cached RPMs together into a single large file, and running rsync/zsync
on that to convert it into the new ISO.  Unfortunately, rsync runs on
the server, and turned out to be a resource hog, so it's not currently
used for development images.  Zsync runs on the client so shouldn't have
this problem.  Unfortunately, it's not available in Fedora yet.  See

http://kparal.wordpress.com/2009/09/01/zsync-transfer-large-files-efficiently/

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

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

Zsync would also be perfect for converting between different install
disc sets (currently the DVD and the CD set) since the packages are
exactly the same.  It can also be used to efficiently convert from the
first disc in either set to the netinst disc.  So I'd certainly like to
see it in Fedora.



signature.asc
Description: OpenPGP digital signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

rpms/perl-Class-Singleton/devel perl-Class-Singleton.spec,1.10,1.11

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Class-Singleton/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29127

Modified Files:
perl-Class-Singleton.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Class-Singleton.spec
===
RCS file: /cvs/pkgs/rpms/perl-Class-Singleton/devel/perl-Class-Singleton.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- perl-Class-Singleton.spec   4 Dec 2009 02:04:24 -   1.10
+++ perl-Class-Singleton.spec   30 Apr 2010 10:27:46 -  1.11
@@ -1,6 +1,6 @@
 Name:   perl-Class-Singleton
 Version:1.4
-Release:6%{?dist}
+Release:7%{?dist}
 Summary:Implementation of a "Singleton" class
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 1.4-7
+- Mass rebuild with perl-5.12.0
+
 * Fri Dec  4 2009 Stepan Kasal  - 1.4-6
 - rebuild against perl 5.10.1
 

--
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: [Test-Announce] Fedora 13 Final TC1 Available Now!

2010-04-30 Thread Hedayat Vatankhah
Well, I'm not going to insist on providing jigdo. However, the situation 
in my mind is this one: I've downloaded Fedora 13 Beta DVD iso 
previously and installed it on my system. Then, I've updated my system 
regularly (using yum presto) and I use yum's "keepcache=1" option. So, 
my Fedora Beta DVD iso + cached updated rpms would provide a 
considerable number of files available in the next DVD iso; so if jigdo 
is available I would probably be able to create the next iso without 
downloading many rpm packages.


Certainly, the efficiency in this case depend on the installation. A 
minimal installation will not have many rpms and so will not receive new 
versions of most rpms when updating.


Thanks anyway,
Hedayat

/*Andre Robatino */ wrote on 04/30/2010 2:14:32 
PM +0450:

On 04/30/2010 04:46 AM, Hedayat Vatankhah wrote:
   

Hi,
It would be nice if Jigdo downloads could be also provided so that
people with previous releases (e.g. Beta release) which have downloaded
(and cached) updates could easily create new installation media without
downloading much (which will be much less than delta isos).
 

Jigdo/rsync/zsync all have roughly the same efficiency (ignoring the
large template file which must initially be downloaded when using jigdo)
in that they avoid downloading unchanged packages, but updated packages
must be downloaded in full.  Deltaisos also avoid downloading unchanged
packages, but in addition save space for updated packages by using
deltarpms instead of full RPMs.  So a deltaiso between 2 given ISOs
should always be more efficient (in terms of size) than any of the
others in doing the conversion.  Of course this is assuming that a
single deltaiso between the two ISOs is available (as opposed to having
to use several to go from A to B, then from B to C, etc. which is much
less efficient).  It's not feasible to produce a deltaiso between every
pair of ISOs since the number grows quadratically.  However, most
testers download each TC/RC, so deltaisos just between successive
TCs/RCs are usually enough.

On the other hand, using deltarpms is expensive in terms of CPU.  The
tradeoffs between downloading deltarpms vs. full RPMs are exactly the
same for using deltaisos vs. jigdo/rsync/zsync as they are for using
yum-presto vs. not using it, so anyone who currently finds yum-presto of
benefit should be better off using deltaisos vs. any of the other
choices (even if they were available).

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

rpms/perl-Class-Method-Modifiers/devel perl-Class-Method-Modifiers.spec, 1.9, 1.10

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Class-Method-Modifiers/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25757

Modified Files:
perl-Class-Method-Modifiers.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Class-Method-Modifiers.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-Class-Method-Modifiers/devel/perl-Class-Method-Modifiers.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-Class-Method-Modifiers.spec1 Mar 2010 08:14:05 -   1.9
+++ perl-Class-Method-Modifiers.spec30 Apr 2010 10:02:04 -  1.10
@@ -1,7 +1,7 @@
 Name:   perl-Class-Method-Modifiers
 Summary:Provides Moose-like method modifiers
 Version:1.05
-Release:1%{?dist}
+Release:2%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 Source0:
http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Class-Method-Modifiers-%{version}.tar.gz
 
@@ -64,6 +64,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 1.05-2
+- Mass rebuild with perl-5.12.0
+
 * Mon Mar 01 2010 Chris Weyl  1.05-1
 - update by Fedora::App::MaintainerTools 0.004
 - PERL_INSTALL_ROOT => DESTDIR

--
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


Non-responsive Maintainer: garrick?

2010-04-30 Thread Chen Lei
 
Hi all,

It seems like garrick became unresponsive for years. His latest koji build time 
is 2008-04-17 05:43:55. Some of his packages in rawhide are even older than 
el-4 branch maintained other maintainers. Should we initiate the
non-responsive maintainer process?


e.g.
http://koji.fedoraproject.org/koji/packageinfo?packageID=4005
 
Regards,
Chen Lei
 
 -- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

rpms/perl-Class-Inspector/devel perl-Class-Inspector.spec,1.26,1.27

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Class-Inspector/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23994

Modified Files:
perl-Class-Inspector.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Class-Inspector.spec
===
RCS file: /cvs/pkgs/rpms/perl-Class-Inspector/devel/perl-Class-Inspector.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- perl-Class-Inspector.spec   4 Dec 2009 02:00:04 -   1.26
+++ perl-Class-Inspector.spec   30 Apr 2010 09:45:17 -  1.27
@@ -1,6 +1,6 @@
 Name:  perl-Class-Inspector
 Version:   1.24
-Release:   4%{?dist}
+Release:   5%{?dist}
 Summary:   Get information about a class and its structure
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -53,6 +53,9 @@ make test AUTOMATED_TESTING=1
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 1.24-5
+- Mass rebuild with perl-5.12.0
+
 * Fri Dec  4 2009 Stepan Kasal  - 1.24-4
 - rebuild against perl 5.10.1
 

--
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: [Test-Announce] Fedora 13 Final TC1 Available Now!

2010-04-30 Thread Andre Robatino
On 04/30/2010 04:46 AM, Hedayat Vatankhah wrote:
> Hi,
> It would be nice if Jigdo downloads could be also provided so that
> people with previous releases (e.g. Beta release) which have downloaded
> (and cached) updates could easily create new installation media without
> downloading much (which will be much less than delta isos).

Jigdo/rsync/zsync all have roughly the same efficiency (ignoring the
large template file which must initially be downloaded when using jigdo)
in that they avoid downloading unchanged packages, but updated packages
must be downloaded in full.  Deltaisos also avoid downloading unchanged
packages, but in addition save space for updated packages by using
deltarpms instead of full RPMs.  So a deltaiso between 2 given ISOs
should always be more efficient (in terms of size) than any of the
others in doing the conversion.  Of course this is assuming that a
single deltaiso between the two ISOs is available (as opposed to having
to use several to go from A to B, then from B to C, etc. which is much
less efficient).  It's not feasible to produce a deltaiso between every
pair of ISOs since the number grows quadratically.  However, most
testers download each TC/RC, so deltaisos just between successive
TCs/RCs are usually enough.

On the other hand, using deltarpms is expensive in terms of CPU.  The
tradeoffs between downloading deltarpms vs. full RPMs are exactly the
same for using deltaisos vs. jigdo/rsync/zsync as they are for using
yum-presto vs. not using it, so anyone who currently finds yum-presto of
benefit should be better off using deltaisos vs. any of the other
choices (even if they were available).



signature.asc
Description: OpenPGP digital signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

rpms/perl-Class-ErrorHandler/devel perl-Class-ErrorHandler.spec, 1.7, 1.8

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Class-ErrorHandler/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3517

Modified Files:
perl-Class-ErrorHandler.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Class-ErrorHandler.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-Class-ErrorHandler/devel/perl-Class-ErrorHandler.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-Class-ErrorHandler.spec7 Dec 2009 00:00:01 -   1.7
+++ perl-Class-ErrorHandler.spec30 Apr 2010 09:18:51 -  1.8
@@ -1,6 +1,6 @@
 Name:   perl-Class-ErrorHandler
 Version:0.01
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Class::ErrorHandler Perl module
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.01-9
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.01-8
 - rebuild against perl 5.10.1
 

--
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: btrfs love-hate relationship

2010-04-30 Thread Rudolf Kastl
2010/4/30 Valent Turkovic :
> http://blog.rot13.org/2010/04/btrfs_love-hate_relationship.html
>
> This is an interesting read.
>
> I personally use it only in testing, but Dobrica who wrote blog post
> tried it in production.

hopefully he analyzed and filed his bugs else the "field testing" was
for nothing. somehow i am not really surprised that there are still
issues... maybe that is the reason why it is yet not recommended to
use it in a production environment or for anything else besides
testing with noncritical systems and noncritical data.

kind regards,
Rudolf Kastl
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: btrfs love-hate relationship

2010-04-30 Thread Rahul Sundaram
On 04/30/2010 02:41 PM, Valent Turkovic wrote:
> http://blog.rot13.org/2010/04/btrfs_love-hate_relationship.html
>
> This is an interesting read.
>
> I personally use it only in testing, but Dobrica who wrote blog post
> tried it in production.
>   

Btrfs is a experimental filesystem and not ready for production use as
has been said repeatedly.   Please stop cross posting as well.

Rahul

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


rpms/perl-Class-DBI-SQLite/devel perl-Class-DBI-SQLite.spec,1.9,1.10

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Class-DBI-SQLite/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32475

Modified Files:
perl-Class-DBI-SQLite.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Class-DBI-SQLite.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-Class-DBI-SQLite/devel/perl-Class-DBI-SQLite.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-Class-DBI-SQLite.spec  7 Dec 2009 00:04:11 -   1.9
+++ perl-Class-DBI-SQLite.spec  30 Apr 2010 09:14:18 -  1.10
@@ -1,6 +1,6 @@
 Name:   perl-Class-DBI-SQLite
 Version:0.11
-Release:8%{?dist}
+Release:9%{?dist}
 Summary:Extension to Class::DBI for sqlite
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.11-9
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.11-8
 - rebuild against perl 5.10.1
 

--
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


btrfs love-hate relationship

2010-04-30 Thread Valent Turkovic
http://blog.rot13.org/2010/04/btrfs_love-hate_relationship.html

This is an interesting read.

I personally use it only in testing, but Dobrica who wrote blog post
tried it in production.

-- 
pratite me na twitteru - www.twitter.com/valentt
blog: http://kernelreloaded.blog385.com
linux, anime, spirituality, windsurf, wireless, ronjenje, pametne kuće, zwave
registered as user #367004 with the Linux Counter, http://counter.li.org.
ICQ: 2125241, Skype: valent.turkovic, MSN: valent.turko...@hotmail.com
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

rpms/perl-Class-DBI-Pager/devel perl-Class-DBI-Pager.spec,1.10,1.11

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Class-DBI-Pager/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4543

Modified Files:
perl-Class-DBI-Pager.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Class-DBI-Pager.spec
===
RCS file: /cvs/pkgs/rpms/perl-Class-DBI-Pager/devel/perl-Class-DBI-Pager.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- perl-Class-DBI-Pager.spec   7 Dec 2009 00:29:24 -   1.10
+++ perl-Class-DBI-Pager.spec   30 Apr 2010 08:48:38 -  1.11
@@ -1,6 +1,6 @@
 Name:   perl-Class-DBI-Pager
 Version:0.08
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:Pager utility for Class::DBI
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 0.08-8
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 0.08-7
 - rebuild against perl 5.10.1
 

--
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: [Test-Announce] Fedora 13 Final TC1 Available Now!

2010-04-30 Thread Hedayat Vatankhah

Hi,
It would be nice if Jigdo downloads could be also provided so that 
people with previous releases (e.g. Beta release) which have downloaded 
(and cached) updates could easily create new installation media without 
downloading much (which will be much less than delta isos).


Good luck,
Hedayat

/*Andre Robatino */ wrote on 04/30/2010 12:14:32 
AM +0450:

Fedora 13 Final TC1 is now available [1].  Please refer to the following
pages for download links and testing instructions.

Installation:

https://fedoraproject.org/wiki/Test_Results:Current_Installation_Test

Desktop:

https://fedoraproject.org/wiki/Test_Results:Current_Desktop_Test

Ideally, all Alpha, Beta, and Final priority test cases for installation
[2] and desktop [3] should pass in order to meet the Final Release
Criteria [4].  Help is available on #fedora-qa on irc.freenode.net [5],
or on the test list [6].

[1] http://poelstra.fedorapeople.org/schedules/f-13/f-13-quality-tasks.html
[2] https://fedoraproject.org/wiki/QA:Installation_validation_testing
[3] https://fedoraproject.org/wiki/QA:Desktop_validation_testing
[4] https://fedoraproject.org/wiki/Fedora_13_Final_Release_Criteria
[5] irc://irc.freenode.net/fedora-qa
[6] https://admin.fedoraproject.org/mailman/listinfo/test

   



___
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

rpms/perl-Chatbot-Eliza/devel perl-Chatbot-Eliza.spec,1.7,1.8

2010-04-30 Thread Marcela Mašláňová
Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Chatbot-Eliza/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1768

Modified Files:
perl-Chatbot-Eliza.spec 
Log Message:
- Mass rebuild with perl-5.12.0


Index: perl-Chatbot-Eliza.spec
===
RCS file: /cvs/pkgs/rpms/perl-Chatbot-Eliza/devel/perl-Chatbot-Eliza.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-Chatbot-Eliza.spec 7 Dec 2009 02:16:47 -   1.7
+++ perl-Chatbot-Eliza.spec 30 Apr 2010 07:01:55 -  1.8
@@ -1,6 +1,6 @@
 Name:   perl-Chatbot-Eliza
 Version:1.04
-Release:7%{?dist}
+Release:8%{?dist}
 Summary:Implementation of the Eliza algorithm
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -55,6 +55,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 30 2010 Marcela Maslanova  - 1.04-8
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal  - 1.04-7
 - rebuild against perl 5.10.1
 

--
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: Thunderbird bz 579023 still not fixed even though there is an upstream fix available

2010-04-30 Thread Kevin Kofler
I wrote:
> Debian builds xulrunner-1.9.2.3 against the system libffi-3.0.9 and it
> just works. They even claim a minimum version of only >= 3.0.5 for the
> dependency.

Actually they even claim only >= 3.0.4.

See for yourself:
http://packages.debian.org/experimental/xulrunner-1.9.2

Kevin Kofler

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