rpms/perl-Font-TTF/devel import.log, 1.2, 1.3 perl-Font-TTF.spec, 1.13, 1.14

2009-02-23 Thread Nicolas Mailhot
Author: nim

Update of /cvs/extras/rpms/perl-Font-TTF/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19054/devel

Modified Files:
import.log perl-Font-TTF.spec 
Log Message:
F11 mass rebuild


Index: import.log
===
RCS file: /cvs/extras/rpms/perl-Font-TTF/devel/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- import.log  4 Sep 2008 17:16:25 -   1.2
+++ import.log  23 Feb 2009 08:58:36 -  1.3
@@ -1,2 +1,3 @@
 perl-Font-TTF-0_45-1_fc10:HEAD:perl-Font-TTF-0.45-1.fc10.src.rpm:1215811435
 perl-Font-TTF-0_45-2_fc10:HEAD:perl-Font-TTF-0.45-2.fc10.src.rpm:1220548574
+perl-Font-TTF-0_45-3_fc11:HEAD:perl-Font-TTF-0.45-3.fc11.src.rpm:1235379493


Index: perl-Font-TTF.spec
===
RCS file: /cvs/extras/rpms/perl-Font-TTF/devel/perl-Font-TTF.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- perl-Font-TTF.spec  17 Feb 2009 19:09:24 -  1.13
+++ perl-Font-TTF.spec  23 Feb 2009 08:58:36 -  1.14
@@ -2,7 +2,7 @@
 
 Name:perl-%{cpanname}
 Version: 0.45
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Perl library for modifying TTF font files
 
 Group: Development/Libraries
@@ -83,11 +83,15 @@
 
 
 %changelog
-* Thu Sep 4 2008 nicolas.mailhot at laposte.net
+* Mon Feb 23 2009 Nicolas Mailhot nicolas.mailhot at laposte.net
+- 0.45-3
+— global-ization
+
+* Thu Sep 4 2008 Nicolas Mailhot nicolas.mailhot at laposte.net
 - 0.45-2
 ⚖ ⇒ Artistic 2.0
 
-* Fri Jul 11 2008 nicolas.mailhot at laposte.net
+* Fri Jul 11 2008 Nicolas Mailhot nicolas.mailhot at laposte.net
 - 0.45-1
 ⌖ Fedora 10 alpha general package cleanup
 ⚖ Upstream needs to relicense fast to avoid culling

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


rpms/perl-Object-Event/F-10 import.log, NONE, 1.1 perl-Object-Event.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-23 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Object-Event/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7273/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Object-Event.spec 
Log Message:

First import for F-10



--- NEW FILE import.log ---
perl-Object-Event-0_7-1_fc10:F-10:perl-Object-Event-0.7-1.fc10.src.rpm:1235181349


--- NEW FILE perl-Object-Event.spec ---
Name:   perl-Object-Event
Version:0.7
Release:1%{?dist}
Summary:Class that provides an event callback interface
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Object-Event/
Source0:
http://www.cpan.org/authors/id/E/EL/ELMEX/Object-Event-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
This module was mainly written for Net::XMPP2, Net::IRC3, AnyEvent::HTTPD
and BS to provide a consistent API for registering and emitting events.
Even though I originally wrote it for those modules I released it
separately in case anyone may find this module useful.

%prep
%setup -q -n Object-Event-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Feb 19 2009 Allisson Azevedo allis...@gmail.com 0.7-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Object-Event/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  20 Feb 2009 20:21:29 -  1.1
+++ .cvsignore  21 Feb 2009 02:01:19 -  1.2
@@ -0,0 +1 @@
+Object-Event-0.7.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Object-Event/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Feb 2009 20:21:29 -  1.1
+++ sources 21 Feb 2009 02:01:19 -  1.2
@@ -0,0 +1 @@
+a6d9daa3091d38a6cfe310100a00b897  Object-Event-0.7.tar.gz

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


rpms/perl-Object-Event/F-9 import.log, NONE, 1.1 perl-Object-Event.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-23 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Object-Event/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7640/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Object-Event.spec 
Log Message:

First import for F-9



--- NEW FILE import.log ---
perl-Object-Event-0_7-1_fc10:F-9:perl-Object-Event-0.7-1.fc10.src.rpm:1235181651


--- NEW FILE perl-Object-Event.spec ---
Name:   perl-Object-Event
Version:0.7
Release:1%{?dist}
Summary:Class that provides an event callback interface
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Object-Event/
Source0:
http://www.cpan.org/authors/id/E/EL/ELMEX/Object-Event-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
This module was mainly written for Net::XMPP2, Net::IRC3, AnyEvent::HTTPD
and BS to provide a consistent API for registering and emitting events.
Even though I originally wrote it for those modules I released it
separately in case anyone may find this module useful.

%prep
%setup -q -n Object-Event-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Feb 19 2009 Allisson Azevedo allis...@gmail.com 0.7-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Object-Event/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  20 Feb 2009 20:21:29 -  1.1
+++ .cvsignore  21 Feb 2009 02:04:13 -  1.2
@@ -0,0 +1 @@
+Object-Event-0.7.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Object-Event/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Feb 2009 20:21:29 -  1.1
+++ sources 21 Feb 2009 02:04:13 -  1.2
@@ -0,0 +1 @@
+a6d9daa3091d38a6cfe310100a00b897  Object-Event-0.7.tar.gz

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


rpms/perl-Net-DBus-GLib/devel import.log, NONE, 1.1 perl-Net-DBus-GLib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-23 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Net-DBus-GLib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9398/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Net-DBus-GLib.spec 
Log Message:

First import for devel



--- NEW FILE import.log ---
perl-Net-DBus-GLib-0_33_0-1_fc10:HEAD:perl-Net-DBus-GLib-0.33.0-1.fc10.src.rpm:1235182538


--- NEW FILE perl-Net-DBus-GLib.spec ---
Name:   perl-Net-DBus-GLib
Version:0.33.0
Release:1%{?dist}
Summary:Perl extension for the DBus GLib bindings
License:GPLv2+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Net-DBus-GLib/
Source0:
http://www.cpan.org/authors/id/D/DA/DANBERR/Net-DBus-GLib-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Glib)
BuildRequires:  perl(Net::DBus) = 0.33.0
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  dbus-glib-devel
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
Net::DBus::GLib provides an extension to the Net::DBus module allowing
integration with the GLib mainloop. To integrate with the main loop, simply
get a connection to the bus via the methods in Net::DBus::GLib rather than
the usual Net::DBus module. That's it - every other API remains the same.

%prep
%setup -q -n Net-DBus-GLib-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS CHANGES LICENSE README examples/
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Net*
%{_mandir}/man3/*

%changelog
* Thu Feb 19 2009 Allisson Azevedo allis...@gmail.com 0.33.0-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Net-DBus-GLib/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  20 Feb 2009 20:22:23 -  1.1
+++ .cvsignore  21 Feb 2009 02:19:21 -  1.2
@@ -0,0 +1 @@
+Net-DBus-GLib-0.33.0.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Net-DBus-GLib/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Feb 2009 20:22:23 -  1.1
+++ sources 21 Feb 2009 02:19:21 -  1.2
@@ -0,0 +1 @@
+d86fac8abef6781e7f652b1062f474ff  Net-DBus-GLib-0.33.0.tar.gz

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


rpms/perl-Net-DBus-GLib/F-10 import.log, NONE, 1.1 perl-Net-DBus-GLib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-23 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Net-DBus-GLib/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10034/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Net-DBus-GLib.spec 
Log Message:

First import for F-10



--- NEW FILE import.log ---
perl-Net-DBus-GLib-0_33_0-1_fc10:F-10:perl-Net-DBus-GLib-0.33.0-1.fc10.src.rpm:1235182741


--- NEW FILE perl-Net-DBus-GLib.spec ---
Name:   perl-Net-DBus-GLib
Version:0.33.0
Release:1%{?dist}
Summary:Perl extension for the DBus GLib bindings
License:GPLv2+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Net-DBus-GLib/
Source0:
http://www.cpan.org/authors/id/D/DA/DANBERR/Net-DBus-GLib-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Glib)
BuildRequires:  perl(Net::DBus) = 0.33.0
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  dbus-glib-devel
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
Net::DBus::GLib provides an extension to the Net::DBus module allowing
integration with the GLib mainloop. To integrate with the main loop, simply
get a connection to the bus via the methods in Net::DBus::GLib rather than
the usual Net::DBus module. That's it - every other API remains the same.

%prep
%setup -q -n Net-DBus-GLib-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS CHANGES LICENSE README examples/
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Net*
%{_mandir}/man3/*

%changelog
* Thu Feb 19 2009 Allisson Azevedo allis...@gmail.com 0.33.0-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Net-DBus-GLib/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  20 Feb 2009 20:22:23 -  1.1
+++ .cvsignore  21 Feb 2009 02:22:22 -  1.2
@@ -0,0 +1 @@
+Net-DBus-GLib-0.33.0.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Net-DBus-GLib/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Feb 2009 20:22:23 -  1.1
+++ sources 21 Feb 2009 02:22:22 -  1.2
@@ -0,0 +1 @@
+d86fac8abef6781e7f652b1062f474ff  Net-DBus-GLib-0.33.0.tar.gz

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


rpms/perl-Net-DBus-GLib/F-9 import.log, NONE, 1.1 perl-Net-DBus-GLib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-23 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Net-DBus-GLib/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10424/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Net-DBus-GLib.spec 
Log Message:

First import for F-9



--- NEW FILE import.log ---
perl-Net-DBus-GLib-0_33_0-1_fc10:F-9:perl-Net-DBus-GLib-0.33.0-1.fc10.src.rpm:1235182916


--- NEW FILE perl-Net-DBus-GLib.spec ---
Name:   perl-Net-DBus-GLib
Version:0.33.0
Release:1%{?dist}
Summary:Perl extension for the DBus GLib bindings
License:GPLv2+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Net-DBus-GLib/
Source0:
http://www.cpan.org/authors/id/D/DA/DANBERR/Net-DBus-GLib-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Glib)
BuildRequires:  perl(Net::DBus) = 0.33.0
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  dbus-glib-devel
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
Net::DBus::GLib provides an extension to the Net::DBus module allowing
integration with the GLib mainloop. To integrate with the main loop, simply
get a connection to the bus via the methods in Net::DBus::GLib rather than
the usual Net::DBus module. That's it - every other API remains the same.

%prep
%setup -q -n Net-DBus-GLib-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS CHANGES LICENSE README examples/
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Net*
%{_mandir}/man3/*

%changelog
* Thu Feb 19 2009 Allisson Azevedo allis...@gmail.com 0.33.0-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Net-DBus-GLib/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  20 Feb 2009 20:22:23 -  1.1
+++ .cvsignore  21 Feb 2009 02:25:16 -  1.2
@@ -0,0 +1 @@
+Net-DBus-GLib-0.33.0.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Net-DBus-GLib/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Feb 2009 20:22:23 -  1.1
+++ sources 21 Feb 2009 02:25:16 -  1.2
@@ -0,0 +1 @@
+d86fac8abef6781e7f652b1062f474ff  Net-DBus-GLib-0.33.0.tar.gz

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


rpms/perl-Gnome2/devel import.log, NONE, 1.1 perl-Gnome2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-23 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Gnome2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13578/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Gnome2.spec 
Log Message:

First import for devel



--- NEW FILE import.log ---
perl-Gnome2-1_042-1_fc10:HEAD:perl-Gnome2-1.042-1.fc10.src.rpm:1235184603


--- NEW FILE perl-Gnome2.spec ---
Name:   perl-Gnome2
Version:1.042
Release:1%{?dist}
Summary:Perl interface to the 2.x series of the GNOME libraries
License:LGPLv2
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Gnome2/
Source0:
http://www.cpan.org/authors/id/T/TS/TSCH/Gnome2-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::Depends) = 0.20
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(ExtUtils::PkgConfig) = 1.03
BuildRequires:  perl(Glib) = 1.04
BuildRequires:  perl(Gnome2::Canvas) = 1.00
BuildRequires:  perl(Gnome2::VFS) = 1.00
BuildRequires:  perl(Gtk2) = 1.00
BuildRequires:  libgnomeui-devel
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
The Gnome2 module allows a perl developer to use the Gnome libraries.  Find out
more about Gnome+ at http://www.gnome.org.


%prep
%setup -q -n Gnome2-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog doctypes gnome.typemap LICENSE maps NEWS README TODO
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Gnome2*
%{_mandir}/man3/*

%changelog
* Thu Feb 19 2009 Allisson Azevedo allis...@gmail.com 1.042-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Gnome2/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  20 Feb 2009 20:36:06 -  1.1
+++ .cvsignore  21 Feb 2009 02:56:24 -  1.2
@@ -0,0 +1 @@
+Gnome2-1.042.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Gnome2/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Feb 2009 20:36:06 -  1.1
+++ sources 21 Feb 2009 02:56:25 -  1.2
@@ -0,0 +1 @@
+eb7b624114e45e54e022a633ffc1cce6  Gnome2-1.042.tar.gz

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


rpms/perl-Gnome2/F-10 import.log, NONE, 1.1 perl-Gnome2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-23 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Gnome2/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14535/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Gnome2.spec 
Log Message:

First import for F-10



--- NEW FILE import.log ---
perl-Gnome2-1_042-1_fc10:F-10:perl-Gnome2-1.042-1.fc10.src.rpm:1235184965


--- NEW FILE perl-Gnome2.spec ---
Name:   perl-Gnome2
Version:1.042
Release:1%{?dist}
Summary:Perl interface to the 2.x series of the GNOME libraries
License:LGPLv2
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Gnome2/
Source0:
http://www.cpan.org/authors/id/T/TS/TSCH/Gnome2-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::Depends) = 0.20
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(ExtUtils::PkgConfig) = 1.03
BuildRequires:  perl(Glib) = 1.04
BuildRequires:  perl(Gnome2::Canvas) = 1.00
BuildRequires:  perl(Gnome2::VFS) = 1.00
BuildRequires:  perl(Gtk2) = 1.00
BuildRequires:  libgnomeui-devel
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
The Gnome2 module allows a perl developer to use the Gnome libraries.  Find out
more about Gnome+ at http://www.gnome.org.


%prep
%setup -q -n Gnome2-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog doctypes gnome.typemap LICENSE maps NEWS README TODO
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Gnome2*
%{_mandir}/man3/*

%changelog
* Thu Feb 19 2009 Allisson Azevedo allis...@gmail.com 1.042-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Gnome2/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  20 Feb 2009 20:36:06 -  1.1
+++ .cvsignore  21 Feb 2009 02:59:23 -  1.2
@@ -0,0 +1 @@
+Gnome2-1.042.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Gnome2/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Feb 2009 20:36:06 -  1.1
+++ sources 21 Feb 2009 02:59:23 -  1.2
@@ -0,0 +1 @@
+eb7b624114e45e54e022a633ffc1cce6  Gnome2-1.042.tar.gz

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


rpms/perl-Gnome2/F-9 import.log, NONE, 1.1 perl-Gnome2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-23 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Gnome2/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15306/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Gnome2.spec 
Log Message:

First import for F-9



--- NEW FILE import.log ---
perl-Gnome2-1_042-1_fc10:F-9:perl-Gnome2-1.042-1.fc10.src.rpm:1235185122


--- NEW FILE perl-Gnome2.spec ---
Name:   perl-Gnome2
Version:1.042
Release:1%{?dist}
Summary:Perl interface to the 2.x series of the GNOME libraries
License:LGPLv2
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Gnome2/
Source0:
http://www.cpan.org/authors/id/T/TS/TSCH/Gnome2-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::Depends) = 0.20
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(ExtUtils::PkgConfig) = 1.03
BuildRequires:  perl(Glib) = 1.04
BuildRequires:  perl(Gnome2::Canvas) = 1.00
BuildRequires:  perl(Gnome2::VFS) = 1.00
BuildRequires:  perl(Gtk2) = 1.00
BuildRequires:  libgnomeui-devel
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
The Gnome2 module allows a perl developer to use the Gnome libraries.  Find out
more about Gnome+ at http://www.gnome.org.


%prep
%setup -q -n Gnome2-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog doctypes gnome.typemap LICENSE maps NEWS README TODO
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Gnome2*
%{_mandir}/man3/*

%changelog
* Thu Feb 19 2009 Allisson Azevedo allis...@gmail.com 1.042-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Gnome2/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  20 Feb 2009 20:36:06 -  1.1
+++ .cvsignore  21 Feb 2009 03:02:08 -  1.2
@@ -0,0 +1 @@
+Gnome2-1.042.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Gnome2/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Feb 2009 20:36:06 -  1.1
+++ sources 21 Feb 2009 03:02:08 -  1.2
@@ -0,0 +1 @@
+eb7b624114e45e54e022a633ffc1cce6  Gnome2-1.042.tar.gz

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


rpms/perl-Tie-RefHash-Weak/devel import.log, NONE, 1.1 perl-Tie-RefHash-Weak.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-23 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Tie-RefHash-Weak/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18506/devel

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Tie-RefHash-Weak.spec 
Log Message:

First import



--- NEW FILE import.log ---
perl-Tie-RefHash-Weak-0_09-1_fc10:HEAD:perl-Tie-RefHash-Weak-0.09-1.fc10.src.rpm:1235186805


--- NEW FILE perl-Tie-RefHash-Weak.spec ---
Name:   perl-Tie-RefHash-Weak
Version:0.09
Release:1%{?dist}
Summary:Tie::RefHash subclass with weakened references in the keys
License:GPL+ or Artistic)
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Tie-RefHash-Weak/
Source0:
http://www.cpan.org/authors/id/N/NU/NUFFIN/Tie-RefHash-Weak-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Task::Weaken)
BuildRequires:  perl(Variable::Magic)
BuildRequires:  perl(Test::More)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
The Tie::RefHash module can be used to access hashes by reference. This is
useful when you index by object, for example.

%prep
%setup -q -n Tie-RefHash-Weak-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Feb 05 2009 Allisson Azevedo allis...@gmail.com 0.09-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Tie-RefHash-Weak/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  20 Feb 2009 20:35:14 -  1.1
+++ .cvsignore  21 Feb 2009 03:30:41 -  1.2
@@ -0,0 +1 @@
+Tie-RefHash-Weak-0.09.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Tie-RefHash-Weak/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Feb 2009 20:35:14 -  1.1
+++ sources 21 Feb 2009 03:30:41 -  1.2
@@ -0,0 +1 @@
+c7c6793fab417c9761d88f596dfb32e9  Tie-RefHash-Weak-0.09.tar.gz

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


rpms/perl-Tie-RefHash-Weak/F-10 import.log, NONE, 1.1 perl-Tie-RefHash-Weak.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-23 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Tie-RefHash-Weak/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18930/F-10

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Tie-RefHash-Weak.spec 
Log Message:

First import



--- NEW FILE import.log ---
perl-Tie-RefHash-Weak-0_09-1_fc10:F-10:perl-Tie-RefHash-Weak-0.09-1.fc10.src.rpm:1235186999


--- NEW FILE perl-Tie-RefHash-Weak.spec ---
Name:   perl-Tie-RefHash-Weak
Version:0.09
Release:1%{?dist}
Summary:Tie::RefHash subclass with weakened references in the keys
License:GPL+ or Artistic)
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Tie-RefHash-Weak/
Source0:
http://www.cpan.org/authors/id/N/NU/NUFFIN/Tie-RefHash-Weak-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Task::Weaken)
BuildRequires:  perl(Variable::Magic)
BuildRequires:  perl(Test::More)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
The Tie::RefHash module can be used to access hashes by reference. This is
useful when you index by object, for example.

%prep
%setup -q -n Tie-RefHash-Weak-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Feb 05 2009 Allisson Azevedo allis...@gmail.com 0.09-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Tie-RefHash-Weak/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  20 Feb 2009 20:35:14 -  1.1
+++ .cvsignore  21 Feb 2009 03:33:01 -  1.2
@@ -0,0 +1 @@
+Tie-RefHash-Weak-0.09.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Tie-RefHash-Weak/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Feb 2009 20:35:14 -  1.1
+++ sources 21 Feb 2009 03:33:01 -  1.2
@@ -0,0 +1 @@
+c7c6793fab417c9761d88f596dfb32e9  Tie-RefHash-Weak-0.09.tar.gz

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


rpms/perl-Tie-RefHash-Weak/F-9 import.log, NONE, 1.1 perl-Tie-RefHash-Weak.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-02-23 Thread Allisson Azevedo
Author: allisson

Update of /cvs/pkgs/rpms/perl-Tie-RefHash-Weak/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19922/F-9

Modified Files:
.cvsignore sources 
Added Files:
import.log perl-Tie-RefHash-Weak.spec 
Log Message:

First import



--- NEW FILE import.log ---
perl-Tie-RefHash-Weak-0_09-1_fc10:F-9:perl-Tie-RefHash-Weak-0.09-1.fc10.src.rpm:1235187142


--- NEW FILE perl-Tie-RefHash-Weak.spec ---
Name:   perl-Tie-RefHash-Weak
Version:0.09
Release:1%{?dist}
Summary:Tie::RefHash subclass with weakened references in the keys
License:GPL+ or Artistic)
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Tie-RefHash-Weak/
Source0:
http://www.cpan.org/authors/id/N/NU/NUFFIN/Tie-RefHash-Weak-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Task::Weaken)
BuildRequires:  perl(Variable::Magic)
BuildRequires:  perl(Test::More)
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
The Tie::RefHash module can be used to access hashes by reference. This is
useful when you index by object, for example.

%prep
%setup -q -n Tie-RefHash-Weak-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu Feb 05 2009 Allisson Azevedo allis...@gmail.com 0.09-1
- Initial rpm release.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Tie-RefHash-Weak/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  20 Feb 2009 20:35:14 -  1.1
+++ .cvsignore  21 Feb 2009 03:35:33 -  1.2
@@ -0,0 +1 @@
+Tie-RefHash-Weak-0.09.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Tie-RefHash-Weak/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 20 Feb 2009 20:35:14 -  1.1
+++ sources 21 Feb 2009 03:35:33 -  1.2
@@ -0,0 +1 @@
+c7c6793fab417c9761d88f596dfb32e9  Tie-RefHash-Weak-0.09.tar.gz

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


Fedora rawhide rebuild in mock status 2009-02-20 x86_64

2009-02-23 Thread Matt Domsch
Fedora Rawhide-in-Mock Build Results for x86_64
based on rawhide as of Friday Feb 20, 2009.

Most packages were actually built as of the F11 Alpha cut on or around
Feb 1.  Any newer packages in rawhide as of Feb 20 were then pulled in
and rebuilt, and any previously-failed packages were also rebuilt, so
I believe this list to be current and correct.  I did have a couple
servers fail during the builds, so it is possible that at most 8 of
these are not true failures, but a result of builders crashing. Don't
pin your hopes on that though. :-)

Full logs at http://linux.dell.com/files/fedora/FixBuildRequires/


1 Open Bugs which now build, and can be marked CLOSED RAWHIDE:
grub: [u'484329']

Total packages: 7073
Number failed to build: 306
Number expected to fail due to ExclusiveArch or ExcludeArch: 33
Leaving:  273

Of those expected to have worked...
Without a bug filed: 271
--
ConsoleKit-0.3.0-3.fc11 (build/make) mccann,jmccann
DevIL-1.7.7-1.fc11 (patch_fuzz) jwrdegoede
DeviceKit-disks-002-0.git20080720.fc10 (build/make) davidz
Macaulay2-1.1-2.fc10 (build/make) rdieter
PyQt4-4.4.4-3.fc11 (build/make) rdieter,than
R-BSgenome.Celegans.UCSC.ce2-1.2.0-5 (build/make) pingou
R-BSgenome.Dmelanogaster.FlyBase.r51-1.3.1-3 (build/make) pingou
R-hgu95av2probe-2.0.0-1.fc9 (build/make) pingou
R-lmtest-0.9-2.fc10 (build/make) orion
R-pls-2.1-2.fc9 (build/make) pingou
Sprog-0.14-13.fc9 (build/make) ghenry
UnihanDb-5.1.0-7.fc10 (build/make) dchen,i18n-team
agistudio-1.2.3-8.fc11 (build/make) limb
alsa-oss-1.0.17-1.fc10 (build/make) jima
anjuta-2.25.901-2.fc11 (build/make) rishi,rakesh
atlas-3.8.2-5.fc11 (build/make) deji,deji
autotrace-0.31.1-18.fc10 (build/make) qspencer
avogadro-0.9.0-1.fc11 (build/make) sdz
ax25-apps-0.0.6-2.fc9 (build/make) bjensen,sindrepb,sconklin,dp67
banshee-1.4.2-3.fc11 (build/make) salimma,spot
batik-1.7-3.fc11 (build/make) langel,fitzsim
binutils-2.19.51.0.2-12.fc11 (patch_fuzz) nickc,jakub,jkratoch,nickc
blackbox-0.70.1-11 (build/make) thias
bluez-gnome-1.8-12.fc11 (build/make) hadess,hadess
boo-0.8.1.2865-4.fc9 (build/make) pfj
castor-0.9.5-3.fc10 (build/make) pcheung
cdo-1.0.8-2.fc9 (build/make) edhill
cegui-0.6.2-1.fc11 (build/make) jwrdegoede
clustermon-0.15.0-8.fc11 (build/make) rmccabe
compat-db-4.6.21-5.fc10 (build/make) jnovy,pmatilai
compat-gcc-32-3.2.3-64 (build/make) jakub
coredumper-1.2.1-6.fc10 (build/make) rakesh
corosync-0.92-7.svn1756.fc11 (build/make) sdake,agk,fabbione
cowbell-0.3-0.svn34.4.fc10 (build/make) sindrepb
dbmail-2.2.11-2.fc10 (build/make) bjohnson
dbxml-2.4.16-0.2.fc11 (build/make) mzazrive
dvb-apps-1.1.1-12.fc10 (build/make) scop
eclipse-3.4.1-15.fc11 (build/make) overholt,oliver,overholt,akurtakov
eel2-2.25.1-4.fc11 (build/make) tbzatek
enigma-1.01-8.1 (build/make) thl,wart
etherboot-5.4.4-8.fc11 (build/make) ehabkost,glommer,virtmaint
evolution-brutus-1.2.34-2.fc11 (build/make) bpepple,colding
fbreader-0.10.3-1.fc11 (build/make) salimma
festival-1.96-7.fc10 (build/make) davidz,mattdm
file-browser-applet-0.6.0-1.fc11 (build/make) deji
firewalk-5.0-2.fc9 (build/make) sindrepb
flite-1.3-10.fc10 (build/make) faucamp
fpc-2.2.2-3.fc10 (build/make) joost,tbzatek
freealut-1.1.0-6.fc9 (build/make) awjb
freetds-0.82-3.fc10 (build/make) buc
g3data-1.5.1-8.fc9 (build/make) jspaleta
gambas2-2.11.1-1.fc11 (build/make) spot
gauche-0.8.13-2.fc10 (build/make) gemi
gauche-gl-0.4.4-3.fc9 (build/make) gemi
gauche-gtk-0.4.1-17.fc9 (build/make) gemi
gcl-2.6.8-0.1.20080902cvs.2.fc11 (build/make) jjames,green
gcombust-0.1.55-13 (build/make) thias
gdbm-1.8.0-29.fc10 (build/make) kasal
gedit-vala-0.3.2-3.fc11 (build/make) salimma
geronimo-specs-1.0-2.M2.fc10 (build/make) fnasser
gfan-0.3-3.fc11 (build/make) konradm
ggz-gtk-client-0.0.14.1-1.fc9 (build/make) bpepple,rdieter
ghdl-0.27-0.110svn.3.fc11 (build/make) sailer
glibc-2.9.90-7 (build/make) jakub
glunarclock-0.32.4-12.fc10 (build/make) limb
gmp-4.2.4-4.fc11 (build/make) varekova
gnome-applet-vm-0.2.0-2.fc9 (build/make) crobinso,virtmaint
gnome-chemistry-utils-0.10.2-1.fc11 (build/make) belegdol
gnome-desktop-sharp-2.24.0-3.fc10 (build/make) laxathom
gnome-specimen-0.3-3.fc11 (build/make) splinux
gnome-themes-extras-2.22.0-2.fc9 (build/make) mwiriadi,mwiriadi
gnu-smalltalk-3.1-1.fc10 (build/make) s4504kr,laxathom
gpm-1.20.6-1.fc11 (build/make) zprikryl,pertusus
graphviz-2.20.3-1.fc11.2 (build/make) jima
grass-6.3.0-10.fc11 (build/make) rezso,pertusus
gthumb-2.10.10-3.fc10 (build/make) behdad
gtkspell-2.0.15-1.fc10 (build/make) mbarnes
haddock09-0.9-3.fc10 (build/make) bos,haskell-sig,petersen
happy-1.18.2-1.fc11 (build/make) bos,haskell-sig,petersen
hdf5-1.8.1-2.fc10 (build/make) orion,pertusus
ibus-chewing-0.1.1.20081023-2.fc11 (build/make) dchen,i18n-team,phuang
ibus-table-0.1.1.20081014-4.fc11 (build/make) cchance,i18n-team,cchance,phuang
ice-3.3.0-12.fc11 (build/make) mef
iml-1.0.2-4.fc11 (build/make) konradm
imsettings-0.105.1-2.fc10 (build/make) tagoh,i18n-team
incollector-1.0-6.fc9.1 

Fedora rawhide rebuild in mock status 2009-02-20 i386

2009-02-23 Thread Matt Domsch
Fedora Rawhide-in-Mock Build Results for i386
based on rawhide as of Friday Feb 20, 2009.

Most packages were actually built as of the F11 Alpha cut on or around
Feb 1.  Any newer packages in rawhide as of Feb 20 were then pulled in
and rebuilt, and any previously-failed packages were also rebuilt, so
I believe this list to be current and correct.  I did have a couple
servers fail during the builds, so it is possible that at most 8 of
these are not true failures, but a result of builders crashing. Don't
pin your hopes on that though. :-)

Full logs at http://linux.dell.com/files/fedora/FixBuildRequires/


1 Open Bugs which now build, and can be marked CLOSED RAWHIDE:
grub: [u'484329']

Total packages: 7074
Number failed to build: 274
Number expected to fail due to ExclusiveArch or ExcludeArch: 14
Leaving:  260

Of those expected to have worked...
Without a bug filed: 258
--
ConsoleKit-0.3.0-3.fc11 (build/make) mccann,jmccann
DevIL-1.7.7-1.fc11 (patch_fuzz) jwrdegoede
DeviceKit-disks-002-0.git20080720.fc10 (build/make) davidz
Macaulay2-1.1-2.fc10 (build/make) rdieter
OpenSceneGraph-2.8.0-1.fc11 (build/make) corsepiu
R-BSgenome.Celegans.UCSC.ce2-1.2.0-5 (build/make) pingou
R-BSgenome.Dmelanogaster.FlyBase.r51-1.3.1-3 (build/make) pingou
R-hgu95av2probe-2.0.0-1.fc9 (build/make) pingou
R-lmtest-0.9-2.fc10 (build/make) orion
R-pls-2.1-2.fc9 (build/make) pingou
Sprog-0.14-13.fc9 (build/make) ghenry
alsa-oss-1.0.17-1.fc10 (build/make) jima
anjuta-2.25.901-2.fc11 (build/make) rishi,rakesh
atlas-3.8.2-5.fc11 (build/make) deji,deji
autotrace-0.31.1-18.fc10 (build/make) qspencer
avogadro-0.9.0-1.fc11 (build/make) sdz
ax25-apps-0.0.6-2.fc9 (build/make) bjensen,sindrepb,sconklin,dp67
banshee-1.4.2-3.fc11 (build/make) salimma,spot
binutils-2.19.51.0.2-12.fc11 (patch_fuzz) nickc,jakub,jkratoch,nickc
blackbox-0.70.1-11 (build/make) thias
bluez-gnome-1.8-12.fc11 (build/make) hadess,hadess
boo-0.8.1.2865-4.fc9 (build/make) pfj
castor-0.9.5-3.fc10 (build/make) pcheung
cdo-1.0.8-2.fc9 (build/make) edhill
cegui-0.6.2-1.fc11 (build/make) jwrdegoede
chrony-1.23-2.20081106gitbe42b4.fc11 (build/make) mlichvar
cln-1.2.2-2.fc11 (build/make) deji,deji
clustermon-0.15.0-8.fc11 (build/make) rmccabe
compat-db-4.6.21-5.fc10 (build/make) jnovy,pmatilai
compat-gcc-32-3.2.3-64 (build/make) jakub
coredumper-1.2.1-6.fc10 (build/make) rakesh
coreutils-7.0-7.fc11 (build/make) ovasik,twaugh,kdudka
corosync-0.92-7.svn1756.fc11 (build/make) sdake,agk,fabbione
cowbell-0.3-0.svn34.4.fc10 (build/make) sindrepb
dbmail-2.2.11-2.fc10 (build/make) bjohnson
dbxml-2.4.16-0.2.fc11 (build/make) mzazrive
dvb-apps-1.1.1-12.fc10 (build/make) scop
eel2-2.25.1-4.fc11 (build/make) tbzatek
ember-0.5.5-1.fc11 (build/make) atorkhov,wart
enigma-1.01-8.1 (build/make) thl,wart
evolution-brutus-1.2.34-2.fc11 (build/make) bpepple,colding
fbreader-0.10.3-1.fc11 (build/make) salimma
festival-1.96-7.fc10 (build/make) davidz,mattdm
file-browser-applet-0.6.0-1.fc11 (build/make) deji
flite-1.3-10.fc10 (build/make) faucamp
freealut-1.1.0-6.fc9 (build/make) awjb
freetds-0.82-3.fc10 (build/make) buc
g3data-1.5.1-8.fc9 (build/make) jspaleta
gambas2-2.11.1-1.fc11 (build/make) spot
gdbm-1.8.0-29.fc10 (build/make) kasal
gedit-vala-0.3.2-3.fc11 (build/make) salimma
geronimo-specs-1.0-2.M2.fc10 (build/make) fnasser
gfan-0.3-3.fc11 (build/make) konradm
ggz-gtk-client-0.0.14.1-1.fc9 (build/make) bpepple,rdieter
glunarclock-0.32.4-12.fc10 (build/make) limb
gmp-4.2.4-4.fc11 (build/make) varekova
gnome-applet-vm-0.2.0-2.fc9 (build/make) crobinso,virtmaint
gnome-chemistry-utils-0.10.2-1.fc11 (build/make) belegdol
gnome-themes-extras-2.22.0-2.fc9 (build/make) mwiriadi,mwiriadi
gnu-smalltalk-3.1-1.fc10 (build/make) s4504kr,laxathom
graphviz-2.20.3-1.fc11.2 (build/make) jima
grass-6.3.0-10.fc11 (build/make) rezso,pertusus
gthumb-2.10.10-3.fc10 (build/make) behdad
gtkspell-2.0.15-1.fc10 (build/make) mbarnes
haddock09-0.9-3.fc10 (build/make) bos,haskell-sig,petersen
happy-1.18.2-1.fc11 (build/make) bos,haskell-sig,petersen
hdf5-1.8.1-2.fc10 (build/make) orion,pertusus
hercules-3.06-1.fc11 (build/make) thias
ibus-chewing-0.1.1.20081023-2.fc11 (build/make) dchen,i18n-team,phuang
ibus-table-0.1.1.20081014-4.fc11 (build/make) cchance,i18n-team,cchance,phuang
ice-3.3.0-12.fc11 (build/make) mef
iml-1.0.2-4.fc11 (build/make) konradm
imsettings-0.105.1-2.fc10 (build/make) tagoh,i18n-team
incollector-1.0-6.fc9.1 (build/make) kurzawa
ini4j-0.3.2-4.fc10 (build/make) victorv
iscsi-initiator-utils-6.2.0.870-4.fc11 (build/make) michaelc,jwrdegoede
jakarta-commons-el-1.0-9.4.fc10 (build/make) fnasser
jakarta-commons-httpclient-3.1-0.3.fc10 (build/make) pcheung
java-1.6.0-openjdk-1.6.0.0-10.b14.fc11 (build/make) 
langel,lkundrak,dbhole,langel,mjw
javahelp2-2.0.05-5.fc10 (build/make) jtulach,fitzsim
jline-0.9.94-0.2.fc10 (build/make) mwringe
jrefactory-2.8.9-7.6.fc10 (build/make) dbhole
jsr-305-0-0.1.20080824svn.fc10 (build/make) jjames
jtidy-1.0-0.2.r7dev.1.3.fc10 (build/make) 

rpms/perl-Crypt-OpenSSL-DSA/F-10 perl-Crypt-OpenSSL-DSA.spec, 1.10, 1.11

2009-02-23 Thread Wes Hardaker
Author: hardaker

Update of /cvs/extras/rpms/perl-Crypt-OpenSSL-DSA/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17326

Modified Files:
perl-Crypt-OpenSSL-DSA.spec 
Log Message:
trying to get the build servers happy and removed openssl from the build reqs


Index: perl-Crypt-OpenSSL-DSA.spec
===
RCS file: 
/cvs/extras/rpms/perl-Crypt-OpenSSL-DSA/F-10/perl-Crypt-OpenSSL-DSA.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- perl-Crypt-OpenSSL-DSA.spec 19 Feb 2009 14:19:02 -  1.10
+++ perl-Crypt-OpenSSL-DSA.spec 23 Feb 2009 18:00:16 -  1.11
@@ -1,13 +1,14 @@
 Name:   perl-Crypt-OpenSSL-DSA
 Version:0.13
-Release:11%{?dist}
+Release:12%{?dist}
 Summary:Perl interface to OpenSSL for DSA
 License:GPL+ or Artistic 
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Crypt-OpenSSL-DSA/
 Source0:
http://www.cpan.org/authors/id/T/TJ/TJMATHER/Crypt-OpenSSL-DSA-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  openssl openssl-devel perl(Test) perl(ExtUtils::MakeMaker)
+#BuildRequires:  openssl openssl-devel perl(Test) perl(ExtUtils::MakeMaker)
+BuildRequires:  openssl-devel perl(Test) perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Digest::SHA1) perl(File::Temp)
 
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -51,6 +52,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 23 2009 Wes Hardaker wjhns...@hardakers.net - 0.13-12
+- remove openssl from build requirements trying to the build servers happy
+
 * Thu Feb 19 2009 Wes Hardaker wjhns...@hardakers.net - 0.13-11
 - Version bump (again again) to solve build issues
 

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


rpms/perl-Net-LibIDN/devel perl-Net-LibIDN.spec,1.8,1.9

2009-02-23 Thread Robert Scheck
Author: robert

Update of /cvs/extras/rpms/perl-Net-LibIDN/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3894

Modified Files:
perl-Net-LibIDN.spec 
Log Message:
Rebuilt against gcc 4.4 and rpm 4.6


Index: perl-Net-LibIDN.spec
===
RCS file: /cvs/extras/rpms/perl-Net-LibIDN/devel/perl-Net-LibIDN.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- perl-Net-LibIDN.spec25 Jan 2009 15:46:16 -  1.8
+++ perl-Net-LibIDN.spec23 Feb 2009 20:08:18 -  1.9
@@ -3,7 +3,7 @@
 Summary:   Perl bindings for GNU LibIDN
 Name:  perl-Net-LibIDN
 Version:   0.11
-Release:   1%{?dist}
+Release:   2%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/%{pkgname}/
@@ -53,6 +53,9 @@
 %{perl_vendorarch}/auto/Net
 
 %changelog
+* Mon Feb 23 2000 Robert Scheck rob...@fedoraproject.org 0.11-2
+- Rebuilt against gcc 4.4 and rpm 4.6
+
 * Sun Jan 25 2009 Robert Scheck rob...@fedoraproject.org 0.11-1
 - Upgrade to 0.11
 

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


rpms/perl-Razor-Agent/devel perl-Razor-Agent.spec,1.19,1.20

2009-02-23 Thread Robert Scheck
Author: robert

Update of /cvs/pkgs/rpms/perl-Razor-Agent/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14280

Modified Files:
perl-Razor-Agent.spec 
Log Message:
Rebuilt against gcc 4.4 and rpm 4.6


Index: perl-Razor-Agent.spec
===
RCS file: /cvs/pkgs/rpms/perl-Razor-Agent/devel/perl-Razor-Agent.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- perl-Razor-Agent.spec   23 Jul 2008 18:39:30 -  1.19
+++ perl-Razor-Agent.spec   23 Feb 2009 20:56:25 -  1.20
@@ -1,7 +1,7 @@
 Summary:   Use a Razor catalogue server to filter spam messages
 Name:  perl-Razor-Agent
 Version:   2.85
-Release:   1%{?dist}
+Release:   2%{?dist}
 License:   Artistic 2.0
 Group: Applications/Internet
 URL:   http://razor.sourceforge.net/
@@ -74,6 +74,9 @@
 %{_mandir}/man*/*
 
 %changelog
+* Mon Feb 23 2009 Robert Scheck rob...@fedoraproject.org 2.85-2
+- Rebuilt against gcc 4.4 and rpm 4.6
+
 * Wed Jul 23 2008 Tom spot Callaway tcall...@redhat.com - 2.85-1
 - update to 2.85, relicensed to Artistic 2.0
 

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


rpms/perl-Convert-UUlib/devel perl-Convert-UUlib.spec,1.21,1.22

2009-02-23 Thread Robert Scheck
Author: robert

Update of /cvs/pkgs/rpms/perl-Convert-UUlib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16449

Modified Files:
perl-Convert-UUlib.spec 
Log Message:
 Rebuild against gcc 4.4 and rpm 4.6


Index: perl-Convert-UUlib.spec
===
RCS file: /cvs/pkgs/rpms/perl-Convert-UUlib/devel/perl-Convert-UUlib.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- perl-Convert-UUlib.spec 11 Jul 2008 21:11:10 -  1.21
+++ perl-Convert-UUlib.spec 23 Feb 2009 21:07:19 -  1.22
@@ -3,7 +3,7 @@
 Name:perl-%{cpanname}
 Version: 1.11
 Epoch:   1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Perl interface to the uulib library
 
 Group: Development/Libraries
@@ -62,9 +62,12 @@
 
 
 %changelog
-* Fri Jul 11 2008 nicolas.mailhot at laposte.net
+* Mon Feb 23 2009 Robert Scheck rob...@fedoraproject.org 1:1.11-2
+- Rebuild against gcc 4.4 and rpm 4.6
+
+* Fri Jul 11 2008 Nicolas Mailhot nicolas.mailhot at laposte.net
 - 1:1.11-1
-⌖ Fedora 10 alpha general package cleanup
+- Fedora 10 alpha general package cleanup
 
 * Sun May 31 2008 Robert Scheck rob...@fedoraproject.org
 - 1:1.09-5
@@ -74,13 +77,13 @@
 - 1:1.09-4
 - Rebuild for new perl
 
-* Fri Feb 08 2008  Nicolas Mailhot nicolas.mailhot at laposte.net
+* Fri Feb 08 2008 Nicolas Mailhot nicolas.mailhot at laposte.net
 - 1:1.09-3
-⌚ gcc 4.3 rebuild
+- gcc 4.3 rebuild
 
 * Mon Aug 13 2007 Nicolas Mailhot nicolas.mailhot at laposte.net
-♣ 1:1.09-2
-✓ Fix License
+- 1:1.09-2
+- Fix License
 
 * Sun Aug 12 2007 Robert Scheck rob...@fedoraproject.org 1:1.09-1
 - Upgrade to 1.09 and rebuilt for EPEL branches (#250865)

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


rpms/perl-Net-LibIDN/devel perl-Net-LibIDN.spec,1.9,1.10

2009-02-23 Thread Robert Scheck
Author: robert

Update of /cvs/extras/rpms/perl-Net-LibIDN/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21692

Modified Files:
perl-Net-LibIDN.spec 
Log Message:
Corrected typo



Index: perl-Net-LibIDN.spec
===
RCS file: /cvs/extras/rpms/perl-Net-LibIDN/devel/perl-Net-LibIDN.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-Net-LibIDN.spec23 Feb 2009 20:08:18 -  1.9
+++ perl-Net-LibIDN.spec23 Feb 2009 21:24:23 -  1.10
@@ -53,7 +53,7 @@
 %{perl_vendorarch}/auto/Net
 
 %changelog
-* Mon Feb 23 2000 Robert Scheck rob...@fedoraproject.org 0.11-2
+* Mon Feb 23 2009 Robert Scheck rob...@fedoraproject.org 0.11-2
 - Rebuilt against gcc 4.4 and rpm 4.6
 
 * Sun Jan 25 2009 Robert Scheck rob...@fedoraproject.org 0.11-1

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


rpms/monafont/devel monafont.spec,1.5,1.6

2009-02-23 Thread Mamoru Tasaka
Author: mtasaka

Update of /cvs/extras/rpms/monafont/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23477/monafont/devel

Modified Files:
monafont.spec 
Log Message:
Mass rebuild and etc


Index: monafont.spec
===
RCS file: /cvs/extras/rpms/monafont/devel/monafont.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- monafont.spec   19 Feb 2009 05:33:40 -  1.5
+++ monafont.spec   23 Feb 2009 21:37:22 -  1.6
@@ -40,7 +40,7 @@
 
 Name:  %{archivename}
 Version:   2.90
-Release:   6%{?dist}
+Release:   7%{?dist}
 Summary:   Japanese font for text arts
 
 # monafont itself is under public domain
@@ -222,6 +222,9 @@
 %doc   ttfsrc/README-ttf.txt
 
 %changelog
+* Tue Feb 24 2009 Mamoru Tasaka mtas...@ioa.s.u-tokyo.ac.jp - 2.90-7
+- F-11: Mass rebuild
+
 * Thu Feb 19 2009 Mamoru Tasaka mtas...@ioa.s.u-tokyo.ac.jp - 2.90.6
 - F-11: font naming scheme change
   Now mona-{bitmap,vlgothic,sazanami}-fonts binary rpms are

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


rpms/amavisd-new/devel amavisd-new.spec,1.22,1.23

2009-02-23 Thread Jesse Keating
Author: jkeating

Update of /cvs/pkgs/rpms/amavisd-new/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv564

Modified Files:
amavisd-new.spec 
Log Message:
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild


Index: amavisd-new.spec
===
RCS file: /cvs/pkgs/rpms/amavisd-new/devel/amavisd-new.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- amavisd-new.spec17 Dec 2008 17:03:45 -  1.22
+++ amavisd-new.spec24 Feb 2009 00:56:26 -  1.23
@@ -3,7 +3,7 @@
 Summary:Email filter with virus scanner and spamassassin support
 Name:   amavisd-new
 Version:2.6.2
-Release:1%{?prerelease:.%{prerelease}}%{?dist}
+Release:2%{?prerelease:.%{prerelease}}%{?dist}
 # LDAP schema is GFDL, some helpers are BSD, core is GPLv2+
 License:GPLv2+ and BSD and GFDL
 Group:  Applications/System
@@ -174,6 +174,9 @@
 %ghost /var/spool/amavisd/clamd.sock
 
 %changelog
+* Mon Feb 23 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.6.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Wed Dec 17 2008 Steven Pritchard st...@kspei.com 2.6.2-1
 - Update to 2.6.2.
 - Drop smtpdaemon dependency (BZ# 438078).

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


rpms/perl-JSON-XS/F-10 perl-JSON-XS.spec,1.11,1.12 sources,1.8,1.9

2009-02-23 Thread Chris Weyl
Author: cweyl

Update of /cvs/extras/rpms/perl-JSON-XS/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9218

Modified Files:
perl-JSON-XS.spec sources 
Log Message:
* Sun Feb 22 2009 Chris Weyl cw...@alumni.drew.edu 2.2311-1
- update to 2.2311



Index: perl-JSON-XS.spec
===
RCS file: /cvs/extras/rpms/perl-JSON-XS/F-10/perl-JSON-XS.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- perl-JSON-XS.spec   8 Sep 2008 03:23:21 -   1.11
+++ perl-JSON-XS.spec   24 Feb 2009 06:20:23 -  1.12
@@ -1,5 +1,5 @@
 Name:   perl-JSON-XS
-Version:2.
+Version:2.2311
 Release:1%{?dist}
 Summary:JSON serialising/deserialising, done correctly and fast
 License:GPL+ or Artistic 
@@ -57,6 +57,9 @@
 %{_mandir}/man[13]/*
 
 %changelog
+* Sun Feb 22 2009 Chris Weyl cw...@alumni.drew.edu 2.2311-1
+- update to 2.2311
+
 * Sun Sep 07 2008 Chris Weyl cw...@alumni.drew.edu 2.-1
 - update to the increasingly silly version of 2.
 - update files to include bin


Index: sources
===
RCS file: /cvs/extras/rpms/perl-JSON-XS/F-10/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 8 Sep 2008 03:23:21 -   1.8
+++ sources 24 Feb 2009 06:20:23 -  1.9
@@ -1 +1 @@
-86e31c3f45f6400dd612b74f4e5c3623  JSON-XS-2..tar.gz
+e9b34ed8f85fdf18e69b4c32f5cd321b  JSON-XS-2.2311.tar.gz

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