File MailTools-2.05.tar.gz uploaded to lookaside cache by pghmcfc

2009-12-23 Thread Paul Howarth
A file has been added to the lookaside cache for perl-MailTools:

86a51c5a81a55e555c7a84dfdf6ab270  MailTools-2.05.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-MailTools/devel .cvsignore, 1.14, 1.15 perl-MailTools.spec, 1.32, 1.33 sources, 1.14, 1.15

2009-12-23 Thread Paul Howarth
Author: pghmcfc

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

Modified Files:
.cvsignore perl-MailTools.spec sources 
Log Message:
Update to 2.05


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-MailTools/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore  30 Jul 2008 11:08:27 -  1.14
+++ .cvsignore  23 Dec 2009 09:37:09 -  1.15
@@ -1 +1 @@
-MailTools-2.04.tar.gz
+MailTools-2.05.tar.gz


Index: perl-MailTools.spec
===
RCS file: /cvs/pkgs/rpms/perl-MailTools/devel/perl-MailTools.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- perl-MailTools.spec 7 Dec 2009 04:25:20 -   1.32
+++ perl-MailTools.spec 23 Dec 2009 09:37:09 -  1.33
@@ -1,7 +1,7 @@
 Summary:   Various mail-related perl modules
 Name:  perl-MailTools
-Version:   2.04
-Release:   4%{?dist}
+Version:   2.05
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/MailTools/
@@ -41,7 +41,7 @@ cd -
 %{__rm} -rf %{buildroot}
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
-/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2/dev/null ';'
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2/dev/null
 %{__chmod} -R u+w %{buildroot}/*
 
 %check
@@ -54,23 +54,67 @@ cd -
 %defattr(-,root,root,-)
 %doc ChangeLog README* examples/
 %dir %{perl_vendorlib}/Mail/
-%doc %{perl_vendorlib}/Mail/*.pod
-%{perl_vendorlib}/Mail/*.pm
 %dir %{perl_vendorlib}/Mail/Field/
-%doc %{perl_vendorlib}/Mail/Field/*.pod
-%{perl_vendorlib}/Mail/Field/*.pm
 %dir %{perl_vendorlib}/Mail/Mailer/
-%{perl_vendorlib}/Mail/Mailer/*.pm
-%{_mandir}/man3/Mail::*.3pm*
+%doc %{perl_vendorlib}/Mail/Address.pod
+%doc %{perl_vendorlib}/Mail/Cap.pod
+%doc %{perl_vendorlib}/Mail/Field.pod
+%doc %{perl_vendorlib}/Mail/Field/AddrList.pod
+%doc %{perl_vendorlib}/Mail/Field/Date.pod
+%doc %{perl_vendorlib}/Mail/Field/Generic.pod
+%doc %{perl_vendorlib}/Mail/Filter.pod
+%doc %{perl_vendorlib}/Mail/Header.pod
+%doc %{perl_vendorlib}/Mail/Internet.pod
+%doc %{perl_vendorlib}/Mail/Mailer.pod
+%doc %{perl_vendorlib}/Mail/Send.pod
+%doc %{perl_vendorlib}/Mail/Util.pod
+%{perl_vendorlib}/Mail/Address.pm
+%{perl_vendorlib}/Mail/Cap.pm
+%{perl_vendorlib}/Mail/Filter.pm
+%{perl_vendorlib}/Mail/Header.pm
+%{perl_vendorlib}/Mail/Internet.pm
+%{perl_vendorlib}/Mail/Field.pm
+%{perl_vendorlib}/Mail/Mailer.pm
+%{perl_vendorlib}/Mail/Send.pm
+%{perl_vendorlib}/Mail/Util.pm
+%{perl_vendorlib}/Mail/Field/AddrList.pm
+%{perl_vendorlib}/Mail/Field/Date.pm
+%{perl_vendorlib}/Mail/Field/Generic.pm
+%{perl_vendorlib}/Mail/Mailer/qmail.pm
+%{perl_vendorlib}/Mail/Mailer/rfc822.pm
+%{perl_vendorlib}/Mail/Mailer/sendmail.pm
+%{perl_vendorlib}/Mail/Mailer/smtp.pm
+%{perl_vendorlib}/Mail/Mailer/testfile.pm
+%{_mandir}/man3/Mail::Address.3pm*
+%{_mandir}/man3/Mail::Cap.3pm*
+%{_mandir}/man3/Mail::Field.3pm*
+%{_mandir}/man3/Mail::Field::AddrList.3pm*
+%{_mandir}/man3/Mail::Field::Date.3pm*
+%{_mandir}/man3/Mail::Field::Generic.3pm*
+%{_mandir}/man3/Mail::Filter.3pm*
+%{_mandir}/man3/Mail::Header.3pm*
+%{_mandir}/man3/Mail::Internet.3pm*
+%{_mandir}/man3/Mail::Mailer.3pm*
+%{_mandir}/man3/Mail::Send.3pm*
+%{_mandir}/man3/Mail::Util.3pm*
 
 %changelog
-* Mon Dec  7 2009 Stepan Kasal ska...@redhat.com - 2.04-4
-- rebuild against perl 5.10.1
+* Mon Dec 21 2009 Paul Howarth p...@city-fan.org 2.05-1
+- Update to 2.05
+  - Fix de-ref error when index out of range in Mail::Header::get()
+  - Repair fixed selection of smtp for non-unix systems
+  - Do not run pod.t in devel environment
+  - Set default output filename for Mail::Mailer::testfile::PRINT
+  - Warn when no mailers were found (CPAN RT#52901)
+- Tidy up %%files list
 
-* Sun Jul 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.04-3
+* Mon Dec  7 2009 Stepan Kasal ska...@redhat.com 2.04-4
+- Rebuild against perl 5.10.1
+
+* Sun Jul 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
2.04-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
-* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.04-2
+* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
2.04-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Wed Jul 30 2008 Paul Howarth p...@city-fan.org 2.04-1


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-MailTools/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- sources 30 Jul 2008 11:08:27

File Math-Pari-2.01080603.tar.gz uploaded to lookaside cache by pghmcfc

2009-12-11 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Math-Pari:

e5f970b7a351f671e0641fa8266ce770  Math-Pari-2.01080603.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-Math-Pari/devel .cvsignore, 1.12, 1.13 perl-Math-Pari.spec, 1.22, 1.23 sources, 1.12, 1.13

2009-12-11 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Math-Pari/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22556

Modified Files:
.cvsignore perl-Math-Pari.spec sources 
Log Message:
Update to 2.01080603 (see Changes for details)


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore  12 Nov 2009 10:50:04 -  1.12
+++ .cvsignore  11 Dec 2009 09:37:42 -  1.13
@@ -1,2 +1,2 @@
-Math-Pari-2.01080602.tar.gz
+Math-Pari-2.01080603.tar.gz
 pari-2.3.4.tar.gz


Index: perl-Math-Pari.spec
===
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/perl-Math-Pari.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- perl-Math-Pari.spec 12 Nov 2009 10:50:04 -  1.22
+++ perl-Math-Pari.spec 11 Dec 2009 09:37:42 -  1.23
@@ -10,12 +10,12 @@
 %global pari_version   2.3.4
 %global pari_int_version %(echo %{pari_version} | %{__perl} -pi -e 
's/(\\d+)\\.(\\d+)\\.(\\d+)/sprintf(%d%03d%03d,$1,$2,$3)/e')
 
-%global extraversion   02
+%global extraversion   03
 
 Summary:   Perl interface to PARI
 Name:  perl-Math-Pari
 Version:   2.010806
-Release:   2%{?dist}
+Release:   3%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Math-Pari/
@@ -89,6 +89,9 @@ as Perl functions, and (almost) seamless
 %exclude %{_mandir}/man3/Math::libPARI.dumb.3pm*
 
 %changelog
+* Fri Dec 11 2009 Paul Howarth p...@city-fan.org - 2.010806-3
+- Update to 2.01080603 (see Changes for details)
+
 * Thu Nov 12 2009 Paul Howarth p...@city-fan.org - 2.010806-2
 - Update to 2.01080602 (see Changes for details)
 - No longer need to fix test suite for 64-bit builds


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources 12 Nov 2009 10:50:04 -  1.12
+++ sources 11 Dec 2009 09:37:42 -  1.13
@@ -1,2 +1,2 @@
-3148a58fe17ebe4c54e28b2a6ba19ab8  Math-Pari-2.01080602.tar.gz
+e5f970b7a351f671e0641fa8266ce770  Math-Pari-2.01080603.tar.gz
 35c896266e4257793387ba22d5d76078  pari-2.3.4.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


Re: F12: NetworkManager-Firefox: Firefox is currently in offline mode and can't browse the Web

2009-11-30 Thread Paul Howarth

On 30/11/09 09:55, Terry Barnaby wrote:

On 11/29/2009 11:30 PM, Dan Williams wrote:

On Sat, 2009-11-28 at 09:10 +, Terry Barnaby wrote:

On 11/28/2009 08:35 AM, Rakesh Pandit wrote:

2009/11/28 Terry Barnaby wrote:

If the NetworkManager service is running, but not managing the current
network connection, then Firefox starts up in offline mode.

Is this a bug in NetworkManager or Firefox ?



This is odd behaviour and needs to be fixed. I would suggest open up a
bug against firefox. I know one can change
toolkit.networkmanager.disable preference, but it is a PITA for our
users. One of use cases is: Sometime network manager does not connect
me via my CDMA usb modem (in case signal is weak), but wvdial does and
once I switch from NM to wvdial, my firefox gets to offline mode,
which I don't expect it to as I am connected.


Ok, filed as: 542078


NetworkManager is intended to control the default internet connection.
If NetworkManager cannot control the default internet connection, then
you may not want to use NetworkManager.

In your case, you're using a mobile broadband device. The real bug here
is that for whatever reason, NM/MM aren't connecting your modem, and we
should follow up on that bug instead.

Dan


I am not using a mobile broadband device. The network connection my systems
use is not just the Internet it is a local network LAN connection that also
serves the internet. Most of my systems use a local network server which
provides NIS, /home and /data using NFS and VPN etc. I normally use the
service network to bring up wired or wireless networking for this.
Fedora,
by default, uses NetworkManager to manage all network devices though. I use
the service network as, for some reason, the NetworkManager service is
started after the netfs and other services are started. Is there a reason
for this ??


Don't know about the reason, but on my work desktop (where we have LDAP 
auth and NFS home dirs), I can still use NetworkManager in F12:


* Make sure your LAN interfaces are marked available to all users in 
NetworkManager (I think this corresponds to ONBOOT=yes in 
/etc/sysconfig/ifcfg-eth*)


* Add to /etc/sysconfig/network:

NETWORKWAIT=true

This should bring the network up before netfs.

Unfortunately I've had to revert to the old network service because I 
need bridged networking for my virt guests; there was a plan to support 
this in NetworkManager in F-12 
(http://fedoraproject.org/wiki/Features/NetworkManagerBridging) but 
nothing seems to have happened with that, though I see there is a 
similar feature proposed for F-13 
(http://fedoraproject.org/wiki/Features/Shared_Network_Interface).


Paul.

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


rpms/perl-Digest-MD4/devel perl-Digest-MD4.spec,1.10,1.11

2009-11-26 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Digest-MD4/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2447

Modified Files:
perl-Digest-MD4.spec 
Log Message:
spec cleanup


Index: perl-Digest-MD4.spec
===
RCS file: /cvs/pkgs/rpms/perl-Digest-MD4/devel/perl-Digest-MD4.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- perl-Digest-MD4.spec26 Jul 2009 05:45:44 -  1.10
+++ perl-Digest-MD4.spec26 Nov 2009 09:23:04 -  1.11
@@ -1,6 +1,6 @@
 Name:  perl-Digest-MD4
 Version:   1.5
-Release:   9%{?dist}
+Release:   10%{?dist}
 Summary:   Perl interface to the MD4 Algorithm
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -10,11 +10,8 @@ BuildRoot:   %{_tmppath}/%{name}-%{version
 BuildRequires: perl(ExtUtils::MakeMaker), db4-devel, gdbm-devel
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
-# don't provide private Perl libs
-%global _use_internal_dependency_generator 0
-%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
-%global __find_provides /bin/sh -c %{__grep} -v '%{perl_vendorarch}/.*\\.so$' 
| %{__deploop P}
-%global __find_requires /bin/sh -c %{__deploop R}
+# Don't provide private Perl libs
+%{?perl_default_filter}
 
 %description
 The Digest::MD4 module allows you to use the RSA Data Security Inc. MD4 Message
@@ -34,7 +31,7 @@ message of arbitrary length and produces
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
 /usr/bin/find %{buildroot} -type f -name '*.bs' -empty -exec %{__rm} -f {} ';'
-/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2/dev/null ';'
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2/dev/null
 %{__chmod} -R u+w %{buildroot}/*
 
 %check
@@ -48,23 +45,27 @@ message of arbitrary length and produces
 %doc Changes README rfc1320.txt
 %{perl_vendorarch}/Digest/
 %{perl_vendorarch}/auto/Digest/
-%{_mandir}/man3/*.3pm*
+%{_mandir}/man3/Digest::MD4.3pm*
 
 %changelog
+* Wed Nov 25 2009 Paul Howarth p...@city-fan.org - 1.5-10
+- use %%{?perl_default_filter} for provides filter
+- make %%files list more explicit
+
 * Sat Jul 25 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.5-9
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+- rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
 * Sat Mar  7 2009 Paul Howarth p...@city-fan.org - 1.5-8
-- Filter out unwanted provides for perl shared objects
+- filter out unwanted provides for perl shared objects
 
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.5-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+- rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Wed Mar  5 2008 Tom spot Callaway tcall...@redhat.com - 1.5-6
 - rebuild for new perl
 
 * Tue Feb 19 2008 Fedora Release Engineering rel-...@fedoraproject.org - 
1.5-5
-- Autorebuild for GCC 4.3
+- autorebuild for GCC 4.3
 
 * Wed Nov 28 2007 Paul Howarth p...@city-fan.org - 1.5-4
 - cosmetic spec changes for new maintainer's preferences
@@ -76,10 +77,10 @@ message of arbitrary length and produces
 - add BR: perl(ExtUtils::MakeMaker)
 
 * Thu Sep  7 2006 Jose Pedro Oliveira jpo at di.uminho.pt - 1.5-3
-- Rebuild for FC6.
+- rebuild for FC6
 
 * Fri Feb 17 2006 Jose Pedro Oliveira jpo at di.uminho.pt - 1.5-2
-- Rebuild for FC5 (perl 5.8.8).
+- rebuild for FC5 (perl 5.8.8)
 
 * Sat Sep 10 2005 Jose Pedro Oliveira jpo at di.uminho.pt - 1.5-1
-- First build.
+- first build

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


Re: Fedora rawhide rebuild in mock status 2009-11-18 x86_64

2009-11-22 Thread Paul Howarth
On Fri, 20 Nov 2009 15:05:12 -0600
Matt Domsch matt_dom...@dell.com wrote:

 On Fri, Nov 20, 2009 at 09:20:54PM +0100, Robert Scheck wrote:
  Hello Matt,
  
  On Wed, 18 Nov 2009, Matt Domsch wrote:
   mksh-39-1.fc12 (build/make) robert
  
  I tried to reproduce your build failure from your mass rebuild for
  mksh
  
   -
  http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/x86_64/mksh-39-1.fc12.src.rpm/result/build.log
   -
  http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/i386/mksh-39-1.fc12.src.rpm/result/build.log
  
  using a koji scratch build at the Fedora buildsystem - and there it
  did not fail:
  
  http://koji.fedoraproject.org/koji/taskinfo?taskID=1820331
  
  I think, you've enabled SELinux at your buildsystem which causes
  the /dev/* files to be missing in the end, but compare yourself:
 
 it's not SELinux (that is Disabled on my builders).  I believe it is:
 Bug 510183 - mock mounts /dev/pts in chroot with wrong options
 
 because the failure comes during your %check section:
 openpty failed
 Child returncode was: -15
 
 The builders are all running mock-0.9.19-1.fc12.noarch, which claims
 in %changelog to have the fix for Bug 510183, but there are now
 several FTBFS bugs blocking on it still, so the problem remains...

The original problem that Bug 510183 was reported about is indeed
fixed, but along with the fix came an enhancement to use separate
instances of /dev/pts in the chroots where the kernel supported it, and
this enhancement is broken. As mentioned in Comment 10 of the bug,
commenting out two lines mock/backend.py to disable the enhancement
should be sufficient to get these packages building again.

Paul.

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: Fedora rawhide rebuild in mock status 2009-11-18 x86_64

2009-11-22 Thread Paul Howarth
On Sun, 22 Nov 2009 09:39:49 +0100
Gianluca Sforna gia...@gmail.com wrote:

 On Fri, Nov 20, 2009 at 10:05 PM, Matt Domsch matt_dom...@dell.com
 wrote:
 
  it's not SELinux (that is Disabled on my builders).  I believe it
  is: Bug 510183 - mock mounts /dev/pts in chroot with wrong options
 
  because the failure comes during your %check section:
  openpty failed
  Child returncode was: -15
 
 Is this the same as my buildbot failure? I see:
 
 [ERROR]: buildbot.test.test_slavecommand.ShellPTY.testShell1
 Traceback (most recent call last):
   File
 /builddir/build/BUILD/buildbot-0.7.11p3/buildbot/slave/commands.py,
 line 388, in start self._startCommand()
   File
 /builddir/build/BUILD/buildbot-0.7.11p3/buildbot/slave/commands.py,
 line 507, in _startCommand usePTY=self.usePTY)
   File
 /usr/lib/python2.6/site-packages/twisted/internet/posixbase.py,
 line 221, in spawnProcess processProtocol, uid, gid, usePTY)
   File /usr/lib/python2.6/site-packages/twisted/internet/process.py,
 line 812, in __init__
 masterfd, slavefd = pty.openpty()
   File /usr/lib/python2.6/pty.py, line 29, in openpty
 master_fd, slave_name = _open_terminal()
   File /usr/lib/python2.6/pty.py, line 70, in _open_terminal
 raise os.error, 'out of pty devices'
 exceptions.OSError: out of pty devices

Looks like it. Does a koji scratch build succeed?

 If so, should I just close the bug?

I'd wait until Matt's builders are fixed or you might just end up
getting another bug raised.

Paul.

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Intermittent errors creating mock root cache tarball

2009-11-19 Thread Paul Howarth
I have a buildsystem that targets a number of different distribution 
releases, and so I get to rebuild a root cache quite often. Quite 
frequently, the creation of the root cache tarball fails and causes the 
package build that triggered the root cache creation to fail. However, 
simply repeating the build invariably succeeds, and mock uses the 
supposedly failed cache tarball from the previous build without problems.


I've not looked at this in detail because the workaround has been so 
easy but yesterday I decided to take a look at it. I think there are two 
issues.


Firstly, the cause of the tarball creation failure. Looking at the root 
log, it appeared to be a change in one of the files whilst it was being 
archived by tar.


DEBUG util.py, Line: 234:  tar:
./usr/lib/locale/locale-archive: file changed as we read it

The same problem with the same file was menioned in a report dating back 
two years on fedora-devel-list:

http://www.redhat.com/archives/fedora-devel-list/2007-November/msg02599.html

More googling revealed a possible cause of the problem:
http://www.mail-archive.com/linux-ker...@vger.kernel.org/msg190963.html

So I tried forcing a sync before creating the tarball and lo and 
behold, the problem went away. I've created at least 20 root caches 
since making this change and all worked fine, which I'm very confident 
wouldn't have been the case without the sync. So here's the change I made:


--- /usr/lib/python2.6/site-packages/mock/plugins/root_cache.py.orig 
2009-09-02 19:08:54.0 +0100
+++ /usr/lib/python2.6/site-packages/mock/plugins/root_cache.py 
2009-11-18 15:20:04.353035160 +

@@ -110,6 +110,7 @@
 # never rebuild cache unless it was a clean build.
 if self.rootObj.chrootWasCleaned:
 self.state(creating cache)
+mock.util.do([sync], shell=False)
 mock.util.do(
 [tar] + self.compressArgs + [-cf, 
self.rootCacheFile,

  -C, self.rootObj.makeChrootPath(), .],

The second problem is I think that if the tar process to create the 
tarball fails (and hence causes the resulting build to fail), the cache 
should be invalidated so that the next build doesn't use that 
presumably-broken tarball. As it happens, a faulty copy of 
/usr/lib/locale/locale-archive doesn't seem to cause any problems during 
my builds but that may just be my good fortune.


Cheers, Paul.

--
Fedora-buildsys-list mailing list
Fedora-buildsys-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-buildsys-list


Broken dependencies script at it again

2009-11-14 Thread Paul Howarth
Please make it stop.

milter-regex-1.7-6.fc12.ppc requires /bin/sh

I guess this is happening because of dropping ppc/ppc64 as primary
arches?

ISTR the last time the dep checker went off on a mailbombing session it
was suggested that it checks for broken deps against obvious things
like /bin/sh and declared itself insane, sparing us all the pointless
mails?

Paul.

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


rpms/perl-Math-Pari/devel .cvsignore, 1.11, 1.12 perl-Math-Pari.spec, 1.21, 1.22 sources, 1.11, 1.12

2009-11-12 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Math-Pari/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11383

Modified Files:
.cvsignore perl-Math-Pari.spec sources 
Log Message:
Update to 2.01080602 (see Changes for details)
No longer need to fix test suite for 64-bit builds



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore  6 Nov 2009 09:11:19 -   1.11
+++ .cvsignore  12 Nov 2009 10:50:04 -  1.12
@@ -1,2 +1,2 @@
-Math-Pari-2.010806.tar.gz
+Math-Pari-2.01080602.tar.gz
 pari-2.3.4.tar.gz


Index: perl-Math-Pari.spec
===
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/perl-Math-Pari.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- perl-Math-Pari.spec 6 Nov 2009 09:11:19 -   1.21
+++ perl-Math-Pari.spec 12 Nov 2009 10:50:04 -  1.22
@@ -10,14 +10,16 @@
 %global pari_version   2.3.4
 %global pari_int_version %(echo %{pari_version} | %{__perl} -pi -e 
's/(\\d+)\\.(\\d+)\\.(\\d+)/sprintf(%d%03d%03d,$1,$2,$3)/e')
 
+%global extraversion   02
+
 Summary:   Perl interface to PARI
 Name:  perl-Math-Pari
 Version:   2.010806
-Release:   1%{?dist}
+Release:   2%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Math-Pari/
-Source0:   
http://search.cpan.org/CPAN/authors/id/I/IL/ILYAZ/modules/Math-Pari-%{version}.tar.gz
+Source0:   
http://search.cpan.org/CPAN/authors/id/I/IL/ILYAZ/modules/Math-Pari-%{version}%{extraversion}.tar.gz
 Source1:   
http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-%{pari_version}.tar.gz
 Patch0:perl-Math-Pari-2.010802-no-fake-version.patch
 Patch1:perl-Math-Pari-2.010802-docs-and-testsuite.patch
@@ -40,18 +42,11 @@ scientific/ number-theoretic calculation
 as Perl functions, and (almost) seamless merging of PARI and Perl data.
 
 %prep
-%setup -q -n Math-Pari-%{version} -a 1
+%setup -q -n Math-Pari-%{version}%{extraversion} -a 1
 
 # Remove spurious executable permission bits
 %{__chmod} -x Changes README Pari.pm PariInit.pm func_codes.h Pari.xs
 
-# If 64-bit test results missing, they should be copied from 32-bit test 
results
-cd pari-%{pari_version}/src/test/in
-for test in *; do
-   [ ! -f ../64/${test} ]  %{__cp} -a ../32/${test} ../64/${test}
-done
-cd -
-
 # Don't use a fake version number when we can use a real one
 %patch0 -p1
 %{__sed} -i -e s/@@@OUR-PARI-VERSION@@@/%{pari_int_version}/ Makefile.PL
@@ -94,6 +89,10 @@ cd -
 %exclude %{_mandir}/man3/Math::libPARI.dumb.3pm*
 
 %changelog
+* Thu Nov 12 2009 Paul Howarth p...@city-fan.org - 2.010806-2
+- Update to 2.01080602 (see Changes for details)
+- No longer need to fix test suite for 64-bit builds
+
 * Fri Nov  6 2009 Paul Howarth p...@city-fan.org - 2.010806-1
 - Update to 2.010806
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources 6 Nov 2009 09:11:19 -   1.11
+++ sources 12 Nov 2009 10:50:04 -  1.12
@@ -1,2 +1,2 @@
-59a92c209ba1e3a0e908f8110cbd0223  Math-Pari-2.010806.tar.gz
+3148a58fe17ebe4c54e28b2a6ba19ab8  Math-Pari-2.01080602.tar.gz
 35c896266e4257793387ba22d5d76078  pari-2.3.4.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-Math-Pari/devel .cvsignore, 1.10, 1.11 perl-Math-Pari.spec, 1.20, 1.21 sources, 1.10, 1.11

2009-11-06 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Math-Pari/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19798

Modified Files:
.cvsignore perl-Math-Pari.spec sources 
Log Message:
Update to 2.010806


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore  4 Nov 2009 09:44:11 -   1.10
+++ .cvsignore  6 Nov 2009 09:11:19 -   1.11
@@ -1,2 +1,2 @@
-Math-Pari-2.010805.tar.gz
+Math-Pari-2.010806.tar.gz
 pari-2.3.4.tar.gz


Index: perl-Math-Pari.spec
===
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/perl-Math-Pari.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- perl-Math-Pari.spec 4 Nov 2009 09:44:11 -   1.20
+++ perl-Math-Pari.spec 6 Nov 2009 09:11:19 -   1.21
@@ -12,7 +12,7 @@
 
 Summary:   Perl interface to PARI
 Name:  perl-Math-Pari
-Version:   2.010805
+Version:   2.010806
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -94,6 +94,9 @@ cd -
 %exclude %{_mandir}/man3/Math::libPARI.dumb.3pm*
 
 %changelog
+* Fri Nov  6 2009 Paul Howarth p...@city-fan.org - 2.010806-1
+- Update to 2.010806
+
 * Wed Nov  4 2009 Paul Howarth p...@city-fan.org - 2.010805-1
 - Update to 2.010805
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources 4 Nov 2009 09:44:11 -   1.10
+++ sources 6 Nov 2009 09:11:19 -   1.11
@@ -1,2 +1,2 @@
-82fd2aa767d2c4d2d4160f0e7eb9a2fa  Math-Pari-2.010805.tar.gz
+59a92c209ba1e3a0e908f8110cbd0223  Math-Pari-2.010806.tar.gz
 35c896266e4257793387ba22d5d76078  pari-2.3.4.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


Re: rawhide report: 20091104 changes - excluding noarch packages

2009-11-04 Thread Paul Howarth

On 04/11/09 17:09, Peter Lemenkov wrote:

2009/11/4 Orion Poplawskior...@cora.nwra.com:


Is there any way to exclude a noarch package from certain arches?


If it does depends on arch, then it isn't a noarch.


So a noarch script package that depends on its arch script interpreter 
(e.g. all python and perl packages) should be arch packages?


Paul.

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


rpms/perl-Math-Pari/devel .cvsignore, 1.9, 1.10 perl-Math-Pari.spec, 1.19, 1.20 sources, 1.9, 1.10

2009-11-04 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Math-Pari/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31610

Modified Files:
.cvsignore perl-Math-Pari.spec sources 
Log Message:
Update to 2.010805


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore  2 Nov 2009 09:26:42 -   1.9
+++ .cvsignore  4 Nov 2009 09:44:11 -   1.10
@@ -1,2 +1,2 @@
-Math-Pari-2.010804.tar.gz
+Math-Pari-2.010805.tar.gz
 pari-2.3.4.tar.gz


Index: perl-Math-Pari.spec
===
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/perl-Math-Pari.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- perl-Math-Pari.spec 2 Nov 2009 09:26:44 -   1.19
+++ perl-Math-Pari.spec 4 Nov 2009 09:44:11 -   1.20
@@ -12,7 +12,7 @@
 
 Summary:   Perl interface to PARI
 Name:  perl-Math-Pari
-Version:   2.010804
+Version:   2.010805
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -94,6 +94,9 @@ cd -
 %exclude %{_mandir}/man3/Math::libPARI.dumb.3pm*
 
 %changelog
+* Wed Nov  4 2009 Paul Howarth p...@city-fan.org - 2.010805-1
+- Update to 2.010805
+
 * Mon Nov  2 2009 Paul Howarth p...@city-fan.org - 2.010804-1
 - Update to 2.010804
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources 2 Nov 2009 09:26:44 -   1.9
+++ sources 4 Nov 2009 09:44:11 -   1.10
@@ -1,2 +1,2 @@
-d128fa9b278df8a6b2666cb7c889b496  Math-Pari-2.010804.tar.gz
+82fd2aa767d2c4d2d4160f0e7eb9a2fa  Math-Pari-2.010805.tar.gz
 35c896266e4257793387ba22d5d76078  pari-2.3.4.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-Math-Pari/devel .cvsignore, 1.8, 1.9 perl-Math-Pari.spec, 1.18, 1.19 sources, 1.8, 1.9

2009-11-02 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Math-Pari/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26189

Modified Files:
.cvsignore perl-Math-Pari.spec sources 
Log Message:
Update to 2.010804


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore  29 Oct 2009 13:23:54 -  1.8
+++ .cvsignore  2 Nov 2009 09:26:42 -   1.9
@@ -1,2 +1,2 @@
-Math-Pari-2.010802.tar.gz
+Math-Pari-2.010804.tar.gz
 pari-2.3.4.tar.gz


Index: perl-Math-Pari.spec
===
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/perl-Math-Pari.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- perl-Math-Pari.spec 29 Oct 2009 13:23:54 -  1.18
+++ perl-Math-Pari.spec 2 Nov 2009 09:26:44 -   1.19
@@ -12,7 +12,7 @@
 
 Summary:   Perl interface to PARI
 Name:  perl-Math-Pari
-Version:   2.010802
+Version:   2.010804
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -94,6 +94,9 @@ cd -
 %exclude %{_mandir}/man3/Math::libPARI.dumb.3pm*
 
 %changelog
+* Mon Nov  2 2009 Paul Howarth p...@city-fan.org - 2.010804-1
+- Update to 2.010804
+
 * Thu Oct 29 2009 Paul Howarth p...@city-fan.org - 2.010802-1
 - Update to 2.010802
 - Use system pari library (version 2.3.4) rather than a local build


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources 29 Oct 2009 13:23:54 -  1.8
+++ sources 2 Nov 2009 09:26:44 -   1.9
@@ -1,2 +1,2 @@
-f843b0b19da0a0a044851d980881dbc9  Math-Pari-2.010802.tar.gz
+d128fa9b278df8a6b2666cb7c889b496  Math-Pari-2.010804.tar.gz
 35c896266e4257793387ba22d5d76078  pari-2.3.4.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


Re: httpd run directory permissions in F12/11

2009-10-29 Thread Paul Howarth

On 29/10/09 11:29, Clodoaldo Neto wrote:

I've been using Fedora 10 and while trying F12 beta I noticed a
problem in the httpd run directory permission. Then I tried F11 and
the same problem happens:

[Wed Oct 28 12:05:02 2009] [notice] Apache/2.2.13 (Unix) DAV/2
PHP/5.2.9 mod_python/3.3.1 Python/2.6 mod_ssl/2.2.13
OpenSSL/0.9.8k-fips mod_wsgi/2.6 mod_perl/2.0.4 Perl/v5.10.0
configured -- resuming normal operations
[Wed Oct 28 12:05:09 2009] [error] [client 10.0.2.15] (13)Permission
denied: mod_wsgi (pid=2722): Unable to connect to WSGI daemon process
'mygroup' on '/etc/httpd/run/wsgi.2692.0.1.sock' after multiple
attempts.

The problem is that until F10 the httpd socket directory was /var/run/
and in F11 and F12 it is /var/run/httpd:

# ll /etc/httpd/run
lrwxrwxrwx. 1 root root 19 2009-10-28 11:04 /etc/httpd/run -
../../var/run/httpd

# ll -d /var/run/httpd
drwx--. 2 root root 4096 2009-10-28 11:51 /var/run/httpd

# ll -d /var/run
drwxr-xr-x. 31 root root 4096 2009-10-28 11:35 /var/run

# ll /var/run/httpd/
total 4
-rw-r--r--. 1 root   root 5 2009-10-28 12:05 httpd.pid
srwx--. 1 apache root 0 2009-10-28 12:05 wsgi.2692.0.1.sock

That can break some apache modules like mod_wsgi which rely on sockets.

Any of these solve the problem:

# chmod o+x /var/run/httpd
# chown apache.root /var/run/httpd

Is there a reason for the /var/run/httpd permissions to be as in
F11/12 ? Is it necessary to have the user intervention to fix it? I
have posted at the mod_wsgi list:

http://groups.google.com/group/modwsgi/t/c5f5abc122088478


I had exactly the same problem with mod_fcgid and ended up creating a 
separate socket directory /var/run/mod_fcgid with appropriate 
permissions instead of following /etc/httpd/run.


If you create a directory matching /var/run/mod_.* with suitable 
permissions and include that directory in your package then it should 
get the right SELinux context set so that it will work out of the box.


Paul.

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


rpms/perl-IO-Socket-SSL/devel .cvsignore, 1.21, 1.22 perl-IO-Socket-SSL.spec, 1.25, 1.26 sources, 1.21, 1.22

2009-09-27 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10733

Modified Files:
.cvsignore perl-IO-Socket-SSL.spec sources 
Log Message:
Update to 1.31


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- .cvsignore  20 Aug 2009 08:37:15 -  1.21
+++ .cvsignore  27 Sep 2009 21:01:01 -  1.22
@@ -1 +1 @@
-IO-Socket-SSL-1.30.tar.gz
+IO-Socket-SSL-1.31.tar.gz


Index: perl-IO-Socket-SSL.spec
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/perl-IO-Socket-SSL.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- perl-IO-Socket-SSL.spec 20 Aug 2009 08:37:15 -  1.25
+++ perl-IO-Socket-SSL.spec 27 Sep 2009 21:01:01 -  1.26
@@ -4,7 +4,7 @@
 #
 
 Name:  perl-IO-Socket-SSL
-Version:   1.30
+Version:   1.31
 Release:   1%{?dist}
 Summary:   Perl library for transparent SSL
 Group: Development/Libraries
@@ -61,6 +61,9 @@ done
 %{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Sun Sep 27 2009 Paul Howarth p...@city-fan.org - 1.31-1
+- Update to 1.31 (see Changes for details)
+
 * Thu Aug 20 2009 Paul Howarth p...@city-fan.org - 1.30-1
 - Update to 1.30 (fix memleak when SSL handshake failed)
 - Add buildreq procps needed for memleak test


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- sources 20 Aug 2009 08:37:15 -  1.21
+++ sources 27 Sep 2009 21:01:01 -  1.22
@@ -1 +1 @@
-374f74487ef6fedc9326e20ac1e20dc0  IO-Socket-SSL-1.30.tar.gz
+3a51c3f603ee242d5869e8ffd51b989b  IO-Socket-SSL-1.31.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


Re: perl-Mail-:SPF should obsolete perl-Mail-SPF-Query

2009-09-22 Thread Paul Howarth

On 21/09/09 19:16, Warren Togami wrote:

On 09/21/2009 11:41 AM, Paul Howarth wrote:

On 21/09/09 16:33, Warren Togami wrote:

Should we obsolete and remove perl-Mail-SPF-Query? Apparently
perl-Mail-SPF obsoleted perl-Mail-SPF-Query ~3 years ago.


Really? Says who? It certainly doesn't provide any implementation of
Mail::SPF::Query.


spampd owned by thias is the only package according to repoquery that
requires perl(Mail::SPF::Query).


What is to be gained by doing this other than a miniscule saving in
mirror space and metadata size?

Paul.



What stake do you have in defending software that hasn't been developed
in 3+ years?


I'm sure there's plenty of software in Fedora that hasn't been developed 
in 3+ years, sometimes as in this case because it's dead upstream and 
sometimes because it's simply stable and doesn't need fixing.


Other than the fact that I did the original upstream packaging for this 
module, I have no particular attachment to this package. If it goes from 
Fedora I won't miss it myself.


I fully accept that any new development of perl code using SPF will use 
Mail::SPF and not Mail::SPF::Query. I see that you're removing the 
(optional) SPF functionality from spampd, which is OK because it passes 
mail through SpamAssassin, which has its own SPF code, so there won't be 
any user of Mail::SPF::Query in Rawhide. There may still be 
out-of-distribution code such as the original sendmail-spf-milter that 
uses it though.


On 21/09/09 23:37, Warren Togami wrote:
 On 09/21/2009 05:06 PM, Warren Togami wrote:
 spampd was requiring perl(Mail::SPF::Query) for no good reason.
 Rather than require Mail::SPF I've stripped that artificial
 requirement because SPF is actually rather useless. So now nothing
 in Fedora requires perl(Mail::SPF::Query).

Since SPF is as you say rather useless, why aren't you trying to get 
rid of Mail::SPF too?


 I'm soon blocking perl-Mail-SPF-Query from rawhide. It is true that
 perl-Mail-SPF does not provide perl(Mail::SPF::Query). perl-Mail-SPF
 will obsolete perl-Mail-SPF-Query to ensure its removal but not
 provide for the old package.

 Any objections?

I'm not objecting to perl-Mail-SPF-Query being blocked from Rawhide and 
marked as a dead package, given its maintainer's consent. I am, however, 
curious as to just why you've singled out this particular package out of 
the myriad of legacy code that's in the distribution and doing no harm. 
Or is there some big issue with it that I'm not aware of?


I'm also not sure about the merits of having perl-Mail-SPF obsolete 
perl-Mail-SPF-Query. Why do we need to remove something from users' 
systems that (a) they may be actually using, and (b) does not in any way 
conflict or cause problems for the upgraded distribution?


Paul.

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


rpms/perl-File-Comments/devel perl-File-Comments.spec,1.3,1.4

2009-09-18 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-File-Comments/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19010

Modified Files:
perl-File-Comments.spec 
Log Message:
Add runtime dependencies not determined automatically by RPM


Index: perl-File-Comments.spec
===
RCS file: /cvs/pkgs/rpms/perl-File-Comments/devel/perl-File-Comments.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-File-Comments.spec 26 Jul 2009 05:58:19 -  1.3
+++ perl-File-Comments.spec 18 Sep 2009 09:31:01 -  1.4
@@ -1,7 +1,7 @@
 Summary:   Recognizes file formats and extracts format-specific comments
 Name:  perl-File-Comments
 Version:   0.07
-Release:   3%{?dist}
+Release:   4%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/File-Comments/
@@ -20,6 +20,11 @@ BuildRequires:   perl(PPI) = 1.115
 BuildRequires: perl(Sysadm::Install) = 0.11
 # For test suite
 BuildRequires: perl(Test::More)
+# Runtime requirements not automatically picked up
+Requires:  perl(HTML::TreeBuilder)
+Requires:  perl(Module::Pluggable) = 2.4
+Requires:  perl(Pod::Parser) = 1.14
+Requires:  perl(PPI) = 1.115
 
 %description
 File::Comments guesses the type of a given file, determines the format
@@ -37,7 +42,7 @@ JavaScript, Python and PHP.
 # introduce any unwanted dependencies (nor any dependencies that
 # are not satisfied by packages that are already required)
 
-# Remove dubious provide
+# Remove provide for local package not in regular search path
 %global provfilt /bin/sh -c %{__perl_provides} | %{__grep} -Fvx 
'perl(PodExtractor)'
 %define __perl_provides %{provfilt}
 
@@ -52,7 +57,7 @@ JavaScript, Python and PHP.
 %{__rm} -rf %{buildroot}
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
-/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2/dev/null ';'
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2/dev/null
 %{__chmod} -R u+w %{buildroot}/*
 
 %clean
@@ -75,10 +80,13 @@ JavaScript, Python and PHP.
 %{_mandir}/man3/File::Comments::Plugin::Shell.3pm*
 
 %changelog
-* Sat Jul 25 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.07-3
+* Fri Sep 18 2009 Paul Howarth p...@city-fan.org 0.07-4
+- Add runtime dependencies not determined automatically by RPM
+
+* Sat Jul 25 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
0.07-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
-* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.07-2
+* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
0.07-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Thu Oct  9 2008 Paul Howarth p...@city-fan.org 0.07-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/perl-Math-GMP/devel perl-Math-GMP.spec,1.17,1.18

2009-09-18 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Math-GMP/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20053

Modified Files:
perl-Math-GMP.spec 
Log Message:
Update to 2.06
- Make Makefile.PL more forgiving of gmp library locations (CPAN RT#46323)
- Update link to libgmp.org in INSTALL file (CPAN RT#46324)
Use %{?perl_default_filter}
RELEASE_TESTING variable obsoletes TEST_{AUTHOR,CRITIC,SIGNATURE,SPELL}
BuildConflict Test::Critic and Test::Pod::Coverage to avoid failing test



Index: perl-Math-GMP.spec
===
RCS file: /cvs/pkgs/rpms/perl-Math-GMP/devel/perl-Math-GMP.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- perl-Math-GMP.spec  26 Jul 2009 09:12:41 -  1.17
+++ perl-Math-GMP.spec  18 Sep 2009 09:32:48 -  1.18
@@ -1,7 +1,7 @@
 Summary:   High speed arbitrary size integer math
 Name:  perl-Math-GMP
-Version:   2.05
-Release:   5%{?dist}
+Version:   2.06
+Release:   1%{?dist}
 License:   LGPLv2+
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Math-GMP/
@@ -9,16 +9,24 @@ Source0:  http://search.cpan.org/CPAN/aut
 Source1:   14964AC8.asc
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-BuildRequires: gmp-devel, perl(ExtUtils::MakeMaker), perl(Test::More), 
aspell-en
-BuildRequires: perl(Module::Signature), perl(Perl::Critic), perl(Pod::Spell)
-BuildRequires: perl(Test::Pod), perl(Test::YAML::Meta), 
perl(Text::SpellChecker)
-BuildRequires: perl(File::Comments), perl(YAML)
-
-# don't provide private Perl libs
-%global _use_internal_dependency_generator 0
-%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
-%global __find_provides /bin/sh -c %{__grep} -v '%{perl_vendorarch}/.*\\.so$' 
| %{__deploop P}
-%global __find_requires /bin/sh -c %{__deploop R}
+BuildRequires: gmp-devel
+BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(File::Comments)
+BuildRequires: perl(Module::Signature)
+BuildRequires: perl(Pod::Spell)
+BuildRequires: perl(Test::More)
+BuildRequires: perl(Test::Pod)
+BuildRequires: perl(Test::YAML::Meta)
+BuildRequires: perl(Text::SpellChecker)
+BuildRequires: perl(YAML)
+BuildRequires: aspell-en
+
+# Critic and Pod Coverage tests fail, so make sure we don't try to run them 
for now
+BuildConflicts:perl(Perl::Critic)
+BuildConflicts:perl(Test::Pod::Coverage)
+
+# Don't provide private Perl libs
+%{?perl_default_filter}
 
 %description
 Math::GMP was designed to be a drop-in replacement both for Math::BigInt and
@@ -44,13 +52,9 @@ cd source
 cd -
 
 %check
-# Notes:
 # Locale set to en_US for spell check tests
-# Perl::Critic tests fail - disabled for now by setting TEST_CRITIC=0
-# Pod::Coverage tests fail - disabled for now by not having BR: 
perl(Test::Pod::Coverage)
 %{__gpg} --import %{SOURCE1}
-LC_ALL=en_US %{__make} -C source test \
-   TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=1 TEST_SPELL=1 TEST_VERBOSE=1
+LC_ALL=en_US %{__make} -C source test RELEASE_TESTING=1 TEST_VERBOSE=1
 
 %install
 %{__rm} -rf %{buildroot}
@@ -58,7 +62,7 @@ cd source
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
 /usr/bin/find %{buildroot} -type f -name '*.bs' -a -size 0 -exec %{__rm} -f {} 
';'
-/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2/dev/null ';'
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2/dev/null
 %{__chmod} -R u+w %{buildroot}/*
 cd -
 
@@ -73,6 +77,14 @@ cd -
 %{_mandir}/man3/Math::GMP.3pm*
 
 %changelog
+* Fri Sep 18 2009 Paul Howarth p...@city-fan.org 2.06-1
+- Update to 2.06
+  - Make Makefile.PL more forgiving of gmp library locations (CPAN RT#46323)
+  - Update link to libgmp.org in INSTALL file (CPAN RT#46324)
+- Use %%{?perl_default_filter}
+- RELEASE_TESTING variable obsoletes TEST_{AUTHOR,CRITIC,SIGNATURE,SPELL}
+- BuildConflict Test::Critic and Test::Pod::Coverage to avoid failing tests
+
 * Sun Jul 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.05-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 

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


Re: how to become a co-maintainer for an _existing_ RPM pkg

2009-09-15 Thread Paul Howarth

On 15/09/09 12:50, Josephine Tannhäuser wrote:

I want to become a maintainer too and I want to impress with some
unofficial reviews.
Don't really know if this is socially accepted to nag in other reviews
without having an open review request


Go right ahead. A valid comment is a valid comment regardless of whether 
or not you have a review request open.


Paul.

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


rpms/perl-Sysadm-Install/devel .cvsignore, 1.6, 1.7 perl-Sysadm-Install.spec, 1.7, 1.8 sources, 1.6, 1.7

2009-09-14 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Sysadm-Install/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4149

Modified Files:
.cvsignore perl-Sysadm-Install.spec sources 
Log Message:
Update to 0.33
- No longer require perl(Encode)
- Use perl(LWP::UserAgent) rather than perl(LWP::Simple)



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore  1 Sep 2009 10:13:34 -   1.6
+++ .cvsignore  14 Sep 2009 10:34:26 -  1.7
@@ -1 +1 @@
-Sysadm-Install-0.32.tar.gz
+Sysadm-Install-0.33.tar.gz


Index: perl-Sysadm-Install.spec
===
RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/perl-Sysadm-Install.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-Sysadm-Install.spec1 Sep 2009 10:13:34 -   1.7
+++ perl-Sysadm-Install.spec14 Sep 2009 10:34:26 -  1.8
@@ -1,6 +1,6 @@
 Summary:   Typical installation tasks for system administrators
 Name:  perl-Sysadm-Install
-Version:   0.32
+Version:   0.33
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -18,13 +18,14 @@ BuildRequires:  perl(File::Copy)
 BuildRequires: perl(File::Path)
 BuildRequires: perl(File::Temp) = 0.16
 BuildRequires: perl(Log::Log4perl) = 1.00
-BuildRequires: perl(LWP::Simple)
+BuildRequires: perl(LWP::UserAgent)
 BuildRequires: perl(Term::ReadKey)
 # For test suite
 BuildRequires: perl(Test::More)
 # Runtime deps not automatically picked up by RPM
 Requires:  perl(Archive::Tar)
 Requires:  perl(Expect)
+Requires:  perl(LWP::UserAgent)
 
 %description
 Sysadm::Install executes shell-like commands performing typical
@@ -72,6 +73,11 @@ everything, but suppresses any write act
 %{_mandir}/man3/Sysadm::Install.3pm*
 
 %changelog
+* Mon Sep 14 2009 Paul Howarth p...@city-fan.org 0.33-1
+- Update to 0.33
+  - No longer require perl(Encode)
+  - Use perl(LWP::UserAgent) rather than perl(LWP::Simple)
+
 * Tue Sep  1 2009 Paul Howarth p...@city-fan.org 0.32-1
 - Update to 0.32 (make UTF-8 handling configurable, not automatic)
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources 1 Sep 2009 10:13:34 -   1.6
+++ sources 14 Sep 2009 10:34:27 -  1.7
@@ -1 +1 @@
-665bdb7e37c74ee32b0aa4d0e782fe17  Sysadm-Install-0.32.tar.gz
+46b680a62c4f90821cbe17c858f64b54  Sysadm-Install-0.33.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


Re: Changes to openvrml.spec

2009-09-13 Thread Paul Howarth
On Sat, 12 Sep 2009 19:10:35 -0400
Tom \spot\ Callaway tcall...@redhat.com wrote:

 On 09/12/2009 07:05 PM, Tom spot Callaway wrote:
  If and when they do so, then (and ONLY THEN) is it appropriate for
  you to have:
  
  Requires: foo%{isa}
 
 Ugh, this should be:
 
 Requires: bar%{isa}
 
 (as I pointed out, foo%{isa} will always work in modern Fedora
 (F10+)).
 
 Sorry for the confusion.

And you probably mean %{_isa} rather than %{isa} too.

Paul.

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


rpms/perl-Crypt-DSA/devel perl-Crypt-DSA-dsaparam.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 perl-Crypt-DSA.spec, 1.11, 1.12 sources, 1.3, 1.4

2009-09-13 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Crypt-DSA/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17463

Modified Files:
.cvsignore perl-Crypt-DSA.spec sources 
Added Files:
perl-Crypt-DSA-dsaparam.patch 
Log Message:
* Fri Sep 11 2009 Paul Howarth p...@city-fan.org 1.16-1
- Update to 1.16 (first production release)
- New upstream maintainer - change source URL
- Change buildreq which to perl(File::Which)
- Add new buildreqs perl(Crypt::DES_EDE3), perl(File::Spec), perl(IPC::Open3)
- Buildreq perl(Math::BigInt) = 1.78
- Enable AUTOMATED_TESTING
- New test requirements:
  - perl(Perl::MinimumVersion) = 1.20
  - perl(Test::CPAN::Meta) = 0.12
  - perl(Test::MinimumVersion) = 0.008
  - perl(Test::Pod) = 1.26
- ToDo no longer present upstream, but add LICENSE and README as %doc
- Add runtime dependency on openssl (used for DSA parameter generation)
- Add patch for openssl dsaparam 1.0 compatibility (CPAN RT#49668)


perl-Crypt-DSA-dsaparam.patch:
 KeyChain.pm |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE perl-Crypt-DSA-dsaparam.patch ---
There's a slight change of output format in the openssl dsaparam command from
current versions to the forthcoming 1.0 release:

openssl 0.9.8k:

$ openssl dsaparam -text -noout 512
Generating DSA parameters, 512 bit long prime
This could take some time
+..+++*
..+++.+++...+..+...+.+.+...++..+...+...+.+.++.+...+..+..+...++...+..+..+..+.++.+..+...+.++++*
DSA-Parameters: (512 bit)
p:
00:e6:6c:38:ce:8d:9f:1d:f0:7a:12:50:1e:ef:5c:
73:fe:2e:7a:b0:ed:27:a0:96:c3:37:98:de:e9:b6:
a2:e6:3a:97:9d:d5:c1:f8:1e:f4:2d:38:29:d8:08:
ac:f1:20:28:51:54:cb:7a:a1:36:f6:e7:07:b1:cf:
23:8d:6e:a1:33
q:
00:f4:7b:0c:a8:98:d7:e0:d0:3e:92:94:95:30:f5:
21:0a:86:db:16:55
g:
00:c6:81:8d:32:72:6b:6b:a5:d2:90:fb:c2:31:c4:
73:e0:1b:05:bb:17:5c:b2:b2:09:69:17:78:41:fc:
99:a1:9b:07:ca:a7:02:5f:0e:1f:dd:35:05:90:ac:
e8:66:47:ca:9a:1a:77:a4:f4:5e:65:66:64:bf:34:
7d:fe:30:bf:5a

openssl 1.0 beta 3:

$ openssl dsaparam -text -noout 512
Generating DSA parameters, 512 bit long prime
This could take some time
.++++*
...++.+..+.+.+...+.+++..+...+.+..+..+...+...++..+++*
P:   
00:82:ab:91:c2:9e:8e:c1:cd:cb:70:68:12:c9:44:
90:20:97:e4:69:77:fc:53:ce:78:2c:3d:01:5c:69:
42:45:bc:e7:06:2f:4e:75:d4:10:3b:ae:de:43:6f:
d8:86:6d:1e:f9:1d:c5:8e:0d:92:ca:e7:23:2e:5b:
42:26:09:88:3b
Q:   
00:f9:dc:55:fd:ca:48:8c:d4:e9:df:8a:25:6d:f7:
82:5d:f8:34:34:3f
G:   
6b:75:a7:e5:ac:2e:3a:79:65:01:51:cb:78:a3:06:
73:47:0a:b8:9c:de:68:36:c5:5e:44:02:fe:8a:73:
73:bc:d3:1a:ec:08:40:da:b3:f6:e2:0b:14:e6:1c:
0d:f5:ef:62:0e:bf:64:18:96:ee:87:f7:13:89:42:
cc:69:6e:be

The change to labelling the parameters in upper case causes
Crypt::DSA::Keychain to fail like this (from the test suite):

Use of uninitialized value $parts{p} in concatenation (.) or string at 
/builddir/build/BUILD/Crypt-DSA-1.16/blib/lib/Crypt/DSA/KeyChain.pm line 69.
Use of uninitialized value $parts{q} in concatenation (.) or string at 
/builddir/build/BUILD/Crypt-DSA-1.16/blib/lib/Crypt/DSA/KeyChain.pm line 70.
Use of uninitialized value $parts{g} in concatenation (.) or string at 
/builddir/build/BUILD/Crypt-DSA-1.16/blib/lib/Crypt/DSA/KeyChain.pm line 71.
Can't locate object method copy via package NaN (perhaps you forgot to load 
NaN?) at /builddir/build/BUILD/Crypt-DSA-1.16/blib/lib/Crypt/DSA/Util.pm line 
43.
# Looks like your test exited with 255 before it could output anything.

The patch changes the parameter labels to lower case, making the code
compatible with both old and new versions of openssl.

--- Crypt-DSA-1.16/lib/Crypt/DSA/KeyChain.pm2009-09-11 13:45:37.0 
+0100
+++ Crypt-DSA-1.16/lib/Crypt/DSA/KeyChain.pm2009-09-12 22:56:31.0 
+0100
@@ -53,7 +53,7 @@
 my $cur_part;
 foreach (@res) {
 if (/^\s+(\w):\s*$/) {
-$cur_part = $1;
+$cur_part = lc($1);
 next;
 }
 if (/^\s*((?:[0-9a-f]{2,2}:?)+)\s*$/) {


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Crypt-DSA/devel/.cvsignore,v
retrieving

Re: source file audit - 2009-08-10

2009-09-09 Thread Paul Howarth

On 09/09/09 14:26, Zoltan Kota wrote:


On Mon, 10 Aug 2009, Kevin Fenzi wrote:


zkota:BADURL:bazaar_1.4.2.tar.gz:bazaar
zkota:BADURL:bazaar-doc_1.4.tar.gz:bazaar


It seems the bazaar-1 (aka baz) sources are not available anymore at the
bazaar's site. At least I haven't found them. What to do with this then?
(I know, this package is dead, and I will likely orphan it soon. :-) )


Try here:

http://bazaar-vcs.org/releases/src/obsolete/

Paul.

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: rpm/mock: can't upbuild FC10 targets on FC9 host

2009-09-03 Thread Paul Howarth

On 02/09/09 22:52, Philip Prindeville wrote:

Seems to be an rpm versioning issue:

[r...@builder SRPMS]# mock -r fedora-10-x86_64 --rebuild 
perl-Net-Patricia-1.15_01-1.fc9.src.rpm
INFO: mock.py version 0.9.14 starting...
State Changed: init plugins
State Changed: start
INFO: Start(perl-Net-Patricia-1.15_01-1.fc9.src.rpm)  Config(fedora-10-x86_64)
State Changed: lock buildroot
State Changed: clean
State Changed: init
State Changed: lock buildroot
Mock Version: 0.9.14
INFO: Mock Version: 0.9.14
INFO: enabled root cache
State Changed: unpacking root cache
INFO: enabled yum cache
State Changed: cleaning yum metadata
INFO: enabled ccache
State Changed: running yum
State Changed: setup
ERROR: Exception(perl-Net-Patricia-1.15_01-1.fc9.src.rpm) 
Config(fedora-10-x86_64) 0 minutes 15 seconds
INFO: Results and/or logs in: /var/lib/mock/fedora-10-x86_64/result
ERROR: Command failed:
  # /usr/bin/yum --installroot /var/lib/mock/fedora-10-x86_64/root/  resolvedep 
 ccache  'perl(ExtUtils::MakeMaker)'
rpmdb: Program version 4.3 doesn't match environment version
error: db4 error(-30974) from dbenv-open: DB_VERSION_MISMATCH: Database 
environment version mismatch
error: cannot open Packages index using db3 -  (-30974)
error: cannot open Packages database in 
/var/lib/mock/fedora-10-x86_64/root/var/lib/rpm
Traceback (most recent call last):
   File /usr/bin/yum, line 29, inmodule
 yummain.user_main(sys.argv[1:], exit_code=True)
   File /usr/share/yum-cli/yummain.py, line 229, in user_main
 errcode = main(args)
   File /usr/share/yum-cli/yummain.py, line 84, in main
 base.getOptionsConfig(args)
   File /usr/share/yum-cli/cli.py, line 184, in getOptionsConfig
 enabled_plugins=self.optparser._splitArg(opts.enableplugins))
   File /usr/lib/python2.5/site-packages/yum/__init__.py, line 192, in 
_getConfig
 self._conf = config.readMainConfig(startupconf)
   File /usr/lib/python2.5/site-packages/yum/config.py, line 774, in 
readMainConfig
 yumvars['releasever'] = _getsysver(startupconf.installroot, 
startupconf.distroverpkg)
   File /usr/lib/python2.5/site-packages/yum/config.py, line 844, in 
_getsysver
 idx = ts.dbMatch('provides', distroverpkg)
TypeError: rpmdb open failed

[r...@builder SRPMS]#



The host was originally an FC8 host, that was yum updated to FC9. I use
it to build FC9 and FC10 packages via Mock.

Unfortunately, it looks like it doesn't want to use the old RPM database
from the previous FC8 install.

How do I clobber all of this to that the database gets written afresh?

Apparently, mock -r fedora-10-x86_64 --clean isn't adequate. Perhaps
mock --nuke would be useful here following an version update to zap
stale state?

Or should I just uninstall and reinstall mock?


I'd try this first:

# rm -rf /var/lib/mock/fedora-10-x86_64/root

Paul.

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: rpm/mock: can't upbuild FC10 targets on FC9 host

2009-09-03 Thread Paul Howarth

On 03/09/09 17:07, Philip Prindeville wrote:

Paul Howarth wrote:

On 02/09/09 22:52, Philip Prindeville wrote:


Seems to be an rpm versioning issue:

[r...@builder SRPMS]# mock -r fedora-10-x86_64 --rebuild 
perl-Net-Patricia-1.15_01-1.fc9.src.rpm
INFO: mock.py version 0.9.14 starting...
State Changed: init plugins
State Changed: start
INFO: Start(perl-Net-Patricia-1.15_01-1.fc9.src.rpm)  Config(fedora-10-x86_64)
State Changed: lock buildroot
State Changed: clean
State Changed: init
State Changed: lock buildroot
Mock Version: 0.9.14
INFO: Mock Version: 0.9.14
INFO: enabled root cache
State Changed: unpacking root cache
INFO: enabled yum cache
State Changed: cleaning yum metadata
INFO: enabled ccache
State Changed: running yum
State Changed: setup
ERROR: Exception(perl-Net-Patricia-1.15_01-1.fc9.src.rpm) 
Config(fedora-10-x86_64) 0 minutes 15 seconds
INFO: Results and/or logs in: /var/lib/mock/fedora-10-x86_64/result
ERROR: Command failed:
   # /usr/bin/yum --installroot /var/lib/mock/fedora-10-x86_64/root/  
resolvedep  ccache  'perl(ExtUtils::MakeMaker)'
rpmdb: Program version 4.3 doesn't match environment version
error: db4 error(-30974) from dbenv-open: DB_VERSION_MISMATCH: Database 
environment version mismatch
error: cannot open Packages index using db3 -  (-30974)
error: cannot open Packages database in 
/var/lib/mock/fedora-10-x86_64/root/var/lib/rpm
Traceback (most recent call last):
File /usr/bin/yum, line 29, inmodule
  yummain.user_main(sys.argv[1:], exit_code=True)
File /usr/share/yum-cli/yummain.py, line 229, in user_main
  errcode = main(args)
File /usr/share/yum-cli/yummain.py, line 84, in main
  base.getOptionsConfig(args)
File /usr/share/yum-cli/cli.py, line 184, in getOptionsConfig
  enabled_plugins=self.optparser._splitArg(opts.enableplugins))
File /usr/lib/python2.5/site-packages/yum/__init__.py, line 192, in 
_getConfig
  self._conf = config.readMainConfig(startupconf)
File /usr/lib/python2.5/site-packages/yum/config.py, line 774, in 
readMainConfig
  yumvars['releasever'] = _getsysver(startupconf.installroot, 
startupconf.distroverpkg)
File /usr/lib/python2.5/site-packages/yum/config.py, line 844, in 
_getsysver
  idx = ts.dbMatch('provides', distroverpkg)
TypeError: rpmdb open failed

[r...@builder SRPMS]#



The host was originally an FC8 host, that was yum updated to FC9. I use
it to build FC9 and FC10 packages via Mock.

Unfortunately, it looks like it doesn't want to use the old RPM database
from the previous FC8 install.

How do I clobber all of this to that the database gets written afresh?

Apparently, mock -r fedora-10-x86_64 --clean isn't adequate. Perhaps
mock --nuke would be useful here following an version update to zap
stale state?

Or should I just uninstall and reinstall mock?



I'd try this first:

# rm -rf /var/lib/mock/fedora-10-x86_64/root

Paul.




No joy:

[r...@builder SRPMS]# rm -rf /var/lib/mock/fedora-10-x86_64/root
[r...@builder SRPMS]# mock -r fedora-10-x86_64 --init --rebuild 
perl-Net-Patricia-1.15_01-1.fc9.src.rpm
INFO: mock.py version 0.9.14 starting...
State Changed: init plugins
State Changed: start
INFO: Start(perl-Net-Patricia-1.15_01-1.fc9.src.rpm)  Config(fedora-10-x86_64)
State Changed: lock buildroot
State Changed: clean
State Changed: init
State Changed: lock buildroot
Mock Version: 0.9.14
INFO: Mock Version: 0.9.14
INFO: enabled root cache
State Changed: unpacking root cache
INFO: enabled yum cache
State Changed: cleaning yum metadata
INFO: enabled ccache
State Changed: running yum
State Changed: setup
ERROR: Exception(perl-Net-Patricia-1.15_01-1.fc9.src.rpm) 
Config(fedora-10-x86_64) 0 minutes 30 seconds
INFO: Results and/or logs in: /var/lib/mock/fedora-10-x86_64/result
ERROR: Command failed:
  # /usr/bin/yum --installroot /var/lib/mock/fedora-10-x86_64/root/  resolvedep 
 ccache  'perl(ExtUtils::MakeMaker)'
rpmdb: Program version 4.3 doesn't match environment version
error: db4 error(-30974) from dbenv-open: DB_VERSION_MISMATCH: Database 
environment version mismatch
error: cannot open Packages index using db3 -  (-30974)
error: cannot open Packages database in 
/var/lib/mock/fedora-10-x86_64/root/var/lib/rpm
Traceback (most recent call last):
   File /usr/bin/yum, line 29, inmodule
 yummain.user_main(sys.argv[1:], exit_code=True)
   File /usr/share/yum-cli/yummain.py, line 229, in user_main
 errcode = main(args)
   File /usr/share/yum-cli/yummain.py, line 84, in main
 base.getOptionsConfig(args)
   File /usr/share/yum-cli/cli.py, line 184, in getOptionsConfig
 enabled_plugins=self.optparser._splitArg(opts.enableplugins))
   File /usr/lib/python2.5/site-packages/yum/__init__.py, line 192, in 
_getConfig
 self._conf = config.readMainConfig(startupconf)
   File /usr/lib/python2.5/site-packages/yum/config.py, line 774, in 
readMainConfig
 yumvars['releasever'] = _getsysver(startupconf.installroot, 
startupconf.distroverpkg)
   File /usr/lib/python2.5/site

Re: rpm/mock: can't upbuild FC10 targets on FC9 host

2009-09-03 Thread Paul Howarth
On Thu, 03 Sep 2009 10:53:54 -0600
Philip Prindeville philipp_s...@redfish-solutions.com wrote:

 Paul Howarth wrote:
  On 03/09/09 17:07, Philip Prindeville wrote:

  Paul Howarth wrote:
  
  On 02/09/09 22:52, Philip Prindeville wrote:
 

  Seems to be an rpm versioning issue:
 
  [r...@builder SRPMS]# mock -r fedora-10-x86_64 --rebuild
  perl-Net-Patricia-1.15_01-1.fc9.src.rpm INFO: mock.py version
  0.9.14 starting... State Changed: init plugins
  State Changed: start
  INFO: Start(perl-Net-Patricia-1.15_01-1.fc9.src.rpm)
  Config(fedora-10-x86_64) State Changed: lock buildroot
  State Changed: clean
  State Changed: init
  State Changed: lock buildroot
  Mock Version: 0.9.14
  INFO: Mock Version: 0.9.14
  INFO: enabled root cache
  State Changed: unpacking root cache
  INFO: enabled yum cache
  State Changed: cleaning yum metadata
  INFO: enabled ccache
  State Changed: running yum
  State Changed: setup
  ERROR: Exception(perl-Net-Patricia-1.15_01-1.fc9.src.rpm)
  Config(fedora-10-x86_64) 0 minutes 15 seconds INFO: Results
  and/or logs in: /var/lib/mock/fedora-10-x86_64/result ERROR:
  Command failed: # /usr/bin/yum
  --installroot /var/lib/mock/fedora-10-x86_64/root/  resolvedep
  ccache  'perl(ExtUtils::MakeMaker)' rpmdb: Program version 4.3
  doesn't match environment version error: db4 error(-30974) from
  dbenv-open: DB_VERSION_MISMATCH: Database environment version
  mismatch error: cannot open Packages index using db3 -  (-30974)
  error: cannot open Packages database
  in /var/lib/mock/fedora-10-x86_64/root/var/lib/rpm Traceback
  (most recent call last): File /usr/bin/yum, line 29,
  inmodule yummain.user_main(sys.argv[1:], exit_code=True) File
  /usr/share/yum-cli/yummain.py, line 229, in user_main errcode
  = main(args) File /usr/share/yum-cli/yummain.py, line 84, in
  main base.getOptionsConfig(args) File
  /usr/share/yum-cli/cli.py, line 184, in getOptionsConfig
  enabled_plugins=self.optparser._splitArg(opts.enableplugins))
  File /usr/lib/python2.5/site-packages/yum/__init__.py, line
  192, in _getConfig self._conf =
  config.readMainConfig(startupconf) File
  /usr/lib/python2.5/site-packages/yum/config.py, line 774, in
  readMainConfig yumvars['releasever'] =
  _getsysver(startupconf.installroot, startupconf.distroverpkg)
  File /usr/lib/python2.5/site-packages/yum/config.py, line 844,
  in _getsysver idx = ts.dbMatch('provides', distroverpkg)
  TypeError: rpmdb open failed
 
  [r...@builder SRPMS]#
 
 
 
  The host was originally an FC8 host, that was yum updated to
  FC9. I use it to build FC9 and FC10 packages via Mock.
 
  Unfortunately, it looks like it doesn't want to use the old RPM
  database from the previous FC8 install.
 
  How do I clobber all of this to that the database gets written
  afresh?
 
  Apparently, mock -r fedora-10-x86_64 --clean isn't adequate.
  Perhaps mock --nuke would be useful here following an version
  update to zap stale state?
 
  Or should I just uninstall and reinstall mock?
 
  
  I'd try this first:
 
  # rm -rf /var/lib/mock/fedora-10-x86_64/root
 
  Paul.
 
 

  No joy:
 
  [r...@builder SRPMS]# rm -rf /var/lib/mock/fedora-10-x86_64/root
  [r...@builder SRPMS]# mock -r fedora-10-x86_64 --init --rebuild
  perl-Net-Patricia-1.15_01-1.fc9.src.rpm INFO: mock.py version
  0.9.14 starting... State Changed: init plugins
  State Changed: start
  INFO: Start(perl-Net-Patricia-1.15_01-1.fc9.src.rpm)
  Config(fedora-10-x86_64) State Changed: lock buildroot
  State Changed: clean
  State Changed: init
  State Changed: lock buildroot
  Mock Version: 0.9.14
  INFO: Mock Version: 0.9.14
  INFO: enabled root cache
  State Changed: unpacking root cache
  INFO: enabled yum cache
  State Changed: cleaning yum metadata
  INFO: enabled ccache
  State Changed: running yum
  State Changed: setup
  ERROR: Exception(perl-Net-Patricia-1.15_01-1.fc9.src.rpm)
  Config(fedora-10-x86_64) 0 minutes 30 seconds INFO: Results and/or
  logs in: /var/lib/mock/fedora-10-x86_64/result ERROR: Command
  failed: # /usr/bin/yum
  --installroot /var/lib/mock/fedora-10-x86_64/root/  resolvedep
  ccache  'perl(ExtUtils::MakeMaker)' rpmdb: Program version 4.3
  doesn't match environment version error: db4 error(-30974) from
  dbenv-open: DB_VERSION_MISMATCH: Database environment version
  mismatch error: cannot open Packages index using db3 -  (-30974)
  error: cannot open Packages database
  in /var/lib/mock/fedora-10-x86_64/root/var/lib/rpm Traceback (most
  recent call last): File /usr/bin/yum, line 29, inmodule
  yummain.user_main(sys.argv[1:], exit_code=True) File
  /usr/share/yum-cli/yummain.py, line 229, in user_main errcode =
  main(args) File /usr/share/yum-cli/yummain.py, line 84, in main
  base.getOptionsConfig(args) File /usr/share/yum-cli/cli.py, line
  184, in getOptionsConfig
  enabled_plugins=self.optparser._splitArg(opts.enableplugins)) File
  /usr/lib/python2.5/site-packages/yum/__init__.py, line 192, in
  _getConfig self._conf

rpms/perl-Sysadm-Install/devel .cvsignore, 1.5, 1.6 perl-Sysadm-Install.spec, 1.6, 1.7 sources, 1.5, 1.6

2009-09-01 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Sysadm-Install/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28089

Modified Files:
.cvsignore perl-Sysadm-Install.spec sources 
Log Message:
Update to 0.32 (make UTF-8 handling configurable, not automatic)


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore  28 Aug 2009 08:21:01 -  1.5
+++ .cvsignore  1 Sep 2009 10:13:34 -   1.6
@@ -1 +1 @@
-Sysadm-Install-0.31.tar.gz
+Sysadm-Install-0.32.tar.gz


Index: perl-Sysadm-Install.spec
===
RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/perl-Sysadm-Install.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- perl-Sysadm-Install.spec28 Aug 2009 08:21:01 -  1.6
+++ perl-Sysadm-Install.spec1 Sep 2009 10:13:34 -   1.7
@@ -1,6 +1,6 @@
 Summary:   Typical installation tasks for system administrators
 Name:  perl-Sysadm-Install
-Version:   0.31
+Version:   0.32
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -72,6 +72,9 @@ everything, but suppresses any write act
 %{_mandir}/man3/Sysadm::Install.3pm*
 
 %changelog
+* Tue Sep  1 2009 Paul Howarth p...@city-fan.org 0.32-1
+- Update to 0.32 (make UTF-8 handling configurable, not automatic)
+
 * Fri Aug 28 2009 Paul Howarth p...@city-fan.org 0.31-1
 - Update to 0.31 (improved UTF-8 support)
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources 28 Aug 2009 08:21:02 -  1.5
+++ sources 1 Sep 2009 10:13:34 -   1.6
@@ -1 +1 @@
-e17a6cb9b9c509250774c6fb7c50f627  Sysadm-Install-0.31.tar.gz
+665bdb7e37c74ee32b0aa4d0e782fe17  Sysadm-Install-0.32.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-FileHandle-Unget/devel .cvsignore, 1.3, 1.4 perl-FileHandle-Unget.spec, 1.10, 1.11 sources, 1.3, 1.4

2009-09-01 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-FileHandle-Unget/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3520

Modified Files:
.cvsignore perl-FileHandle-Unget.spec sources 
Log Message:
- Update to 0.1623
  - fix uninitialized value warning and incorrect behaviour (CPAN RT#48528)
  - remove reference to obsolete ExtUtils::MakeMaker::bytes (CPAN RT#48984)



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-FileHandle-Unget/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore  17 Jul 2008 09:25:38 -  1.3
+++ .cvsignore  1 Sep 2009 15:14:58 -   1.4
@@ -1 +1 @@
-FileHandle-Unget-0.1622.tar.gz
+FileHandle-Unget-0.1623.tar.gz


Index: perl-FileHandle-Unget.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-FileHandle-Unget/devel/perl-FileHandle-Unget.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- perl-FileHandle-Unget.spec  26 Jul 2009 06:06:36 -  1.10
+++ perl-FileHandle-Unget.spec  1 Sep 2009 15:14:58 -   1.11
@@ -6,8 +6,8 @@
 
 Summary:   A FileHandle that supports ungetting of multiple bytes
 Name:  perl-FileHandle-Unget
-Version:   0.1622
-Release:   3%{?dist}
+Version:   0.1623
+Release:   1%{?dist}
 License:   GPL+
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/FileHandle-Unget/
@@ -35,7 +35,7 @@ string of bytes back on the input.
 %{__rm} -rf %{buildroot}
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
-/usr/bin/find %{buildroot} -depth -type d -exec %{__rmdir} {} 2/dev/null ';'
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2/dev/null
 %{__chmod} -R u+w %{buildroot}/*
 
 %check
@@ -51,6 +51,11 @@ string of bytes back on the input.
 %{_mandir}/man3/FileHandle::Unget.3pm*
 
 %changelog
+* Tue Sep  1 2009 Paul Howarth p...@city-fan.org 0.1623-1
+- Update to 0.1623
+  - fix uninitialized value warning and incorrect behaviour (CPAN RT#48528)
+  - remove reference to obsolete ExtUtils::MakeMaker::bytes (CPAN RT#48984)
+
 * Sat Jul 25 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.1622-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-FileHandle-Unget/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 17 Jul 2008 09:25:38 -  1.3
+++ sources 1 Sep 2009 15:14:58 -   1.4
@@ -1 +1 @@
-14c708f99adc22256a7b2566bf5c649f  FileHandle-Unget-0.1622.tar.gz
+27df2a78e60e30b1950bbf41740eae13  FileHandle-Unget-0.1623.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-Jcode/devel .cvsignore, 1.5, 1.6 perl-Jcode.spec, 1.19, 1.20 sources, 1.5, 1.6

2009-08-24 Thread Paul Howarth
Author: pghmcfc

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

Modified Files:
.cvsignore perl-Jcode.spec sources 
Log Message:
- Update to 2.07 (fix mime_encode, CPAN RT#29049)
- Run test suite in C locale to support build on old distributions
- Fix argument order for find with -depth
- Encode manpages in UTF-8
- Include old Changes file too
- Mark POD file as %doc
- Add explicit perl(MIME::Base64) dependency for MIME header support



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Jcode/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore  30 Aug 2006 16:00:39 -  1.5
+++ .cvsignore  24 Aug 2009 20:49:02 -  1.6
@@ -1 +1 @@
-Jcode-2.06.tar.gz
+Jcode-2.07.tar.gz


Index: perl-Jcode.spec
===
RCS file: /cvs/pkgs/rpms/perl-Jcode/devel/perl-Jcode.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- perl-Jcode.spec 26 Jul 2009 08:51:53 -  1.19
+++ perl-Jcode.spec 24 Aug 2009 20:49:02 -  1.20
@@ -1,56 +1,65 @@
-Name:   perl-Jcode
-Version:2.06
-Release:9%{?dist}
-
-Summary:Perl extension interface for converting Japanese text
-
-License:GPL+ or Artistic
-Group:  Development/Libraries
-URL:http://search.cpan.org/dist/Jcode/
-Source0:http://www.cpan.org/authors/id/D/DA/DANKOGAI/Jcode-2.06.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildArch:  noarch
-BuildRequires:  perl-devel = 3:5.8.1, perl-Test-Simple
-Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
+Name:  perl-Jcode
+Version:   2.07
+Release:   1%{?dist}
+Summary:   Perl extension interface for converting Japanese text
+License:   GPL+ or Artistic
+Group: Development/Libraries
+URL:   http://search.cpan.org/dist/Jcode/
+Source0:   
http://www.cpan.org/authors/id/D/DA/DANKOGAI/Jcode-%{version}.tar.gz
+BuildArch: noarch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: perl(ExtUtils::MakeMaker), perl(MIME::Base64), perl(Test::More)
+Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:  perl(MIME::Base64)
 
 %description
 %{summary}.
 
-
 %prep
 %setup -q -n Jcode-%{version}
 
+# Fix character encoding of pod file
+%{__mv} Jcode/Nihongo.pod Jcode/Nihongo.pod.euc-jp
+%{__sed} -e 's/^=encoding euc-jp/=encoding utf8/' Jcode/Nihongo.pod.euc-jp |
+   /usr/bin/iconv -f euc-jp -t utf-8 -o Jcode/Nihongo.pod
+%{__rm} Jcode/Nihongo.pod.euc-jp
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
-
+%{__make} %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
-
+%{__rm} -rf %{buildroot}
+%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
+/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2/dev/null ';'
+%{__chmod} -R u+w %{buildroot}
 
 %check
-make test
-
+LC_ALL=C %{__make} test
 
 %clean
-rm -rf $RPM_BUILD_ROOT
-
+%{__rm} -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README
-%{perl_vendorlib}/Jcode*
-%{_mandir}/man3/*.3*
-
+%doc Changes* README
+%{perl_vendorlib}/Jcode.pm
+%dir %{perl_vendorlib}/Jcode/
+%doc %{perl_vendorlib}/Jcode/Nihongo.pod
+%{_mandir}/man3/Jcode.3pm*
+%{_mandir}/man3/Jcode::Nihongo.3pm*
 
 %changelog
+* Mon Aug 24 2009 Paul Howarth p...@city-fan.org - 2.07-1
+- Update to 2.07 (fix mime_encode, CPAN RT#29049)
+- Run test suite in C locale to support build on old distributions
+- Fix argument order for find with -depth
+- Encode manpages in UTF-8
+- Include old Changes file too
+- Mark POD file as %%doc
+- Add explicit perl(MIME::Base64) dependency for MIME header support
+
 * Sun Jul 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.06-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Jcode/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources 30 Aug 2006 16:00:39 -  1.5
+++ sources 24 Aug 2009 20:49:02 -  1.6
@@ -1 +1 @@
-56d787a94cbb557d8b21d10972befd94  Jcode-2.06.tar.gz
+f6c52253ff69a44c38a9183c469f6eb0  Jcode-2.07.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

Re: Orphaning packages

2009-08-23 Thread Paul Howarth
On Fri, 21 Aug 2009 22:34:24 +0200
Aurelien Bompard gau...@free.fr wrote:

 I'm orphaning a few packages I'm not using anymore, feel free to take
 over:
 
...
 - perl-Jcode -- Perl extension interface for converting Japanese
text

I've taken that one.

Paul.

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


rpms/perl-Net-SSLeay/devel perl-Net-SSLeay-svn252.patch, NONE, 1.1 perl-Net-SSLeay.spec, 1.16, 1.17

2009-08-22 Thread Paul Howarth
 - 1 : length;
+memcpy(dst + used, src, copy);
+dst[used + copy] = '\0';
+}
+return used + length;
+}
+#endif
+#endif
+
+#if !defined(my_strlcpy)
+#if defined(NEED_my_strlcpy)
+static Size_t DPPP_(my_my_strlcpy)(char * dst, const char * src, Size_t size);
+static
+#else
+extern Size_t DPPP_(my_my_strlcpy)(char * dst, const char * src, Size_t size);
+#endif
+
+#define my_strlcpy DPPP_(my_my_strlcpy)
+#define Perl_my_strlcpy DPPP_(my_my_strlcpy)
+
+#if defined(NEED_my_strlcpy) || defined(NEED_my_strlcpy_GLOBAL)
+
+Size_t
+DPPP_(my_my_strlcpy)(char *dst, const char *src, Size_t size)
+{
+Size_t length, copy;
+
+length = strlen(src);
+if (size  0) {
+copy = (length = size) ? size - 1 : length;
+memcpy(dst, src, copy);
+dst[copy] = '\0';
+}
+return length;
+}
+
+#endif
+#endif
+
 #endif /* _P_P_PORTABILITY_H_ */
 
 /* End of File ppport.h */


Index: perl-Net-SSLeay.spec
===
RCS file: /cvs/pkgs/rpms/perl-Net-SSLeay/devel/perl-Net-SSLeay.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- perl-Net-SSLeay.spec21 Aug 2009 15:22:21 -  1.16
+++ perl-Net-SSLeay.spec22 Aug 2009 20:18:27 -  1.17
@@ -1,11 +1,12 @@
 Name:  perl-Net-SSLeay
 Version:   1.35
-Release:   6%{?dist}
+Release:   7%{?dist}
 Summary:   Perl extension for using OpenSSL
 Group: Development/Libraries
 License:   OpenSSL
 URL:   http://search.cpan.org/dist/Net-SSLeay/
 Source0:   
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Net-SSLeay-%{version}.tar.gz
+Patch0:perl-Net-SSLeay-svn252.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 BuildRequires: perl(ExtUtils::MakeMaker), openssl-devel
@@ -28,6 +29,10 @@ so you can write servers or clients for 
 
 %prep
 %setup -q -n Net-SSLeay-%{version}
+
+# Upstream patch removing MD2 support, needed for OpenSSL 1.0
+%patch0
+
 %{__chmod} -c 644 examples/*
 %{__perl} -pi -e 's|/usr/local/bin/perl|%{__perl}|' examples/*.pl
 for f in Credits lib/Net/SSLeay.pm; do
@@ -66,11 +71,15 @@ PERL_MM_USE_DEFAULT=1 %{__perl} Makefile
 %{_mandir}/man3/Net::SSLeay*.3*
 
 %changelog
+* Sat Aug 22 2009 Paul Howarth p...@city-fan.org - 1.35-7
+- update to svn trunk (rev 252), needed due to omission of MD2 functionality
+  from OpenSSL 1.0.0 (CPAN RT#48916)
+
 * Fri Aug 21 2009 Tomas Mraz tm...@redhat.com - 1.35-6
 - rebuilt with new openssl
 
 * Sun Jul 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.35-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+- rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
 * Sun Mar  8 2009 Paul Howarth p...@city-fan.org - 1.35-4
 - filter out unwanted provides for perl shared objects

--
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-IO-Socket-SSL/devel .cvsignore, 1.20, 1.21 perl-IO-Socket-SSL.spec, 1.24, 1.25 sources, 1.20, 1.21

2009-08-20 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12258

Modified Files:
.cvsignore perl-IO-Socket-SSL.spec sources 
Log Message:
Update to 1.30 (fix memleak when SSL handshake failed)
Add buildreq procps needed for memleak test



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- .cvsignore  28 Jul 2009 08:36:40 -  1.20
+++ .cvsignore  20 Aug 2009 08:37:15 -  1.21
@@ -1 +1 @@
-IO-Socket-SSL-1.27.tar.gz
+IO-Socket-SSL-1.30.tar.gz


Index: perl-IO-Socket-SSL.spec
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/perl-IO-Socket-SSL.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- perl-IO-Socket-SSL.spec 28 Jul 2009 08:36:40 -  1.24
+++ perl-IO-Socket-SSL.spec 20 Aug 2009 08:37:15 -  1.25
@@ -4,7 +4,7 @@
 #
 
 Name:  perl-IO-Socket-SSL
-Version:   1.27
+Version:   1.30
 Release:   1%{?dist}
 Summary:   Perl library for transparent SSL
 Group: Development/Libraries
@@ -15,6 +15,7 @@ BuildRoot:%{_tmppath}/%{name}-%{version
 BuildArch: noarch
 BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::Simple)
 BuildRequires: perl(IO::Socket::INET6), perl(Net::LibIDN), perl(Net::SSLeay) 
= 1.21
+BuildRequires: procps
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 Requires:  perl(Net::LibIDN)
 
@@ -60,6 +61,10 @@ done
 %{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Thu Aug 20 2009 Paul Howarth p...@city-fan.org - 1.30-1
+- Update to 1.30 (fix memleak when SSL handshake failed)
+- Add buildreq procps needed for memleak test
+
 * Mon Jul 27 2009 Paul Howarth p...@city-fan.org - 1.27-1
 - Update to 1.27
   - various regex fixes for i18n and service names


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- sources 28 Jul 2009 08:36:40 -  1.20
+++ sources 20 Aug 2009 08:37:15 -  1.21
@@ -1 +1 @@
-0099e07f576a84b5f34b6511138652c8  IO-Socket-SSL-1.27.tar.gz
+374f74487ef6fedc9326e20ac1e20dc0  IO-Socket-SSL-1.30.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-IO-Socket-SSL/F-10 .cvsignore, 1.14, 1.15 perl-IO-Socket-SSL.spec, 1.17, 1.18 sources, 1.14, 1.15

2009-08-20 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15197/F-10

Modified Files:
.cvsignore perl-IO-Socket-SSL.spec sources 
Log Message:
Resync with devel (fix memleak, i18n, and error handling)


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-10/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore  4 Jul 2009 21:41:27 -   1.14
+++ .cvsignore  20 Aug 2009 08:48:20 -  1.15
@@ -1 +1 @@
-IO-Socket-SSL-1.26.tar.gz
+IO-Socket-SSL-1.30.tar.gz


Index: perl-IO-Socket-SSL.spec
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-10/perl-IO-Socket-SSL.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- perl-IO-Socket-SSL.spec 4 Jul 2009 21:41:27 -   1.17
+++ perl-IO-Socket-SSL.spec 20 Aug 2009 08:48:20 -  1.18
@@ -4,7 +4,7 @@
 #
 
 Name:  perl-IO-Socket-SSL
-Version:   1.26
+Version:   1.30
 Release:   1%{?dist}
 Summary:   Perl library for transparent SSL
 Group: Development/Libraries
@@ -15,6 +15,7 @@ BuildRoot:%{_tmppath}/%{name}-%{version
 BuildArch: noarch
 BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::Simple)
 BuildRequires: perl(IO::Socket::INET6), perl(Net::LibIDN), perl(Net::SSLeay) 
= 1.21
+BuildRequires: procps
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 Requires:  perl(Net::LibIDN)
 
@@ -60,10 +61,23 @@ done
 %{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Thu Aug 20 2009 Paul Howarth p...@city-fan.org - 1.30-1
+- Update to 1.30 (fix memleak when SSL handshake failed)
+- Add buildreq procps needed for memleak test
+
+* Mon Jul 27 2009 Paul Howarth p...@city-fan.org - 1.27-1
+- Update to 1.27
+  - various regex fixes for i18n and service names
+  - fix warnings from perl -w (CPAN RT#48131)
+  - improve handling of errors from Net::ssl_write_all
+
+* Sat Jul 25 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.26-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Sat Jul  4 2009 Paul Howarth p...@city-fan.org - 1.26-1
 - Update to 1.26 (verify_hostname_of_cert matched only the prefix for the
   hostname when no wildcard was given, e.g. www.example.org matched against a
-  certificate with name www.exam in it)
+  certificate with name www.exam in it [#509819])
 
 * Fri Jul  3 2009 Paul Howarth p...@city-fan.org - 1.25-1
 - Update to 1.25 (fix t/nonblock.t for OS X 10.5 - CPAN RT#47240)


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-10/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- sources 4 Jul 2009 21:41:27 -   1.14
+++ sources 20 Aug 2009 08:48:20 -  1.15
@@ -1 +1 @@
-096319c7ceea6d4f42a264c55a3ea318  IO-Socket-SSL-1.26.tar.gz
+374f74487ef6fedc9326e20ac1e20dc0  IO-Socket-SSL-1.30.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-IO-Socket-SSL/F-11 .cvsignore, 1.18, 1.19 perl-IO-Socket-SSL.spec, 1.21, 1.22 sources, 1.18, 1.19

2009-08-20 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15197/F-11

Modified Files:
.cvsignore perl-IO-Socket-SSL.spec sources 
Log Message:
Resync with devel (fix memleak, i18n, and error handling)


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-11/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- .cvsignore  4 Jul 2009 21:33:18 -   1.18
+++ .cvsignore  20 Aug 2009 08:48:20 -  1.19
@@ -1 +1 @@
-IO-Socket-SSL-1.26.tar.gz
+IO-Socket-SSL-1.30.tar.gz


Index: perl-IO-Socket-SSL.spec
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-11/perl-IO-Socket-SSL.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- perl-IO-Socket-SSL.spec 4 Jul 2009 21:33:18 -   1.21
+++ perl-IO-Socket-SSL.spec 20 Aug 2009 08:48:20 -  1.22
@@ -4,7 +4,7 @@
 #
 
 Name:  perl-IO-Socket-SSL
-Version:   1.26
+Version:   1.30
 Release:   1%{?dist}
 Summary:   Perl library for transparent SSL
 Group: Development/Libraries
@@ -15,6 +15,7 @@ BuildRoot:%{_tmppath}/%{name}-%{version
 BuildArch: noarch
 BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::Simple)
 BuildRequires: perl(IO::Socket::INET6), perl(Net::LibIDN), perl(Net::SSLeay) 
= 1.21
+BuildRequires: procps
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 Requires:  perl(Net::LibIDN)
 
@@ -60,10 +61,23 @@ done
 %{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Thu Aug 20 2009 Paul Howarth p...@city-fan.org - 1.30-1
+- Update to 1.30 (fix memleak when SSL handshake failed)
+- Add buildreq procps needed for memleak test
+
+* Mon Jul 27 2009 Paul Howarth p...@city-fan.org - 1.27-1
+- Update to 1.27
+  - various regex fixes for i18n and service names
+  - fix warnings from perl -w (CPAN RT#48131)
+  - improve handling of errors from Net::ssl_write_all
+
+* Sat Jul 25 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.26-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Sat Jul  4 2009 Paul Howarth p...@city-fan.org - 1.26-1
 - Update to 1.26 (verify_hostname_of_cert matched only the prefix for the
   hostname when no wildcard was given, e.g. www.example.org matched against a
-  certificate with name www.exam in it)
+  certificate with name www.exam in it [#509819])
 
 * Fri Jul  3 2009 Paul Howarth p...@city-fan.org - 1.25-1
 - Update to 1.25 (fix t/nonblock.t for OS X 10.5 - CPAN RT#47240)


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-11/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- sources 4 Jul 2009 21:33:18 -   1.18
+++ sources 20 Aug 2009 08:48:20 -  1.19
@@ -1 +1 @@
-096319c7ceea6d4f42a264c55a3ea318  IO-Socket-SSL-1.26.tar.gz
+374f74487ef6fedc9326e20ac1e20dc0  IO-Socket-SSL-1.30.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


Re: our perl-core on p5p

2009-08-17 Thread Paul Howarth

On 17/08/09 14:21, Stepan Kasal wrote:

Hello,

On Fri, Aug 14, 2009 at 10:53:37AM -0400, Tom spot Callaway wrote:

[...] what if someone runs yum install perl?


I believe this is the crucial question.

To satisfy the request raised on p5p, it would have to install all
the core modules.  But that would induce many accusation of bloat.


I disagree; if someone's after a generic perl environment, the so-called 
bloat is a part of that. Somebody just wanting a bare-bones perl 
interpreter could easily do yum install /usr/bin/perl to avoid the 
bloat if that's what they wanted.


I guess it all boils down to what is perl?

Paul.

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


Re: our perl-core on p5p

2009-08-17 Thread Paul Howarth
On Mon, 17 Aug 2009 18:42:07 +0200
Stepan Kasal ska...@redhat.com wrote:

 Hello,
 
 On Mon, Aug 17, 2009 at 12:06:48PM -0400, Tom spot Callaway wrote:
  Right now, perl-core installs everything that comes with the perl
  5.10.0 tarball, not just the minimal core. The current naming is
  confusing.
 
 perl-core installs perl+core, i.e. the perl interpreter plus all the
 core modules.  So I see _some_ logic behind that.
 
 I still think that people who will get all the core modules instead
 of just the perl when they yum install perl, will feel trapped.
 
  I think it is far easier to tell people, if you want the minimal
  functional perl bits, yum install perl-minimal.
 
 A question (sorry if it already has been answered): are we the last
 one who use the name perl for the minimal set?  If majority the
 other GNU/* distributions use the term perl for perl+core modules
 (I know that Debian does, for example), then we probably should unify
 the terminology.

SLES-11 has a big perl with a perl-base that contains the
interpreter and a very small set of modules.

Paul.

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


Re: Lower Process Capabilities

2009-08-05 Thread Paul Howarth

On 31/07/09 01:09, Matthew Woehlke wrote:

Bill McGonigle wrote:

What's it going to take to make most
people who shut off SELinux stop doing that?


...being able to install bleeding-edge devel KDE to
/usr/local/my-kde-install and be able to use that as my primary desktop.

I guess that would - at best - take some kind of smart auto-labeling
on the first exec of an unlabeled process.


Could probably be done by using file context equivalence and a 
restorecon run after the build completes:


# semanage fcontext -a -e /usr /usr/local/my-kde-install
# restorecon -rvF /usr/local/my-kde-install

http://danwalsh.livejournal.com/27571.html

Paul.

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


rpms/perl-IO-Socket-SSL/devel .cvsignore, 1.19, 1.20 perl-IO-Socket-SSL.spec, 1.23, 1.24 sources, 1.19, 1.20

2009-07-28 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15111

Modified Files:
.cvsignore perl-IO-Socket-SSL.spec sources 
Log Message:
Update to 1.27
- various regex fixes for i18n and service names
- fix warnings from perl -w (CPAN RT#48131)
- improve handling of errors from Net::ssl_write_all



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- .cvsignore  4 Jul 2009 21:19:59 -   1.19
+++ .cvsignore  28 Jul 2009 08:36:40 -  1.20
@@ -1 +1 @@
-IO-Socket-SSL-1.26.tar.gz
+IO-Socket-SSL-1.27.tar.gz


Index: perl-IO-Socket-SSL.spec
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/perl-IO-Socket-SSL.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- perl-IO-Socket-SSL.spec 26 Jul 2009 06:42:14 -  1.23
+++ perl-IO-Socket-SSL.spec 28 Jul 2009 08:36:40 -  1.24
@@ -4,8 +4,8 @@
 #
 
 Name:  perl-IO-Socket-SSL
-Version:   1.26
-Release:   2%{?dist}
+Version:   1.27
+Release:   1%{?dist}
 Summary:   Perl library for transparent SSL
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -60,13 +60,19 @@ done
 %{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Mon Jul 27 2009 Paul Howarth p...@city-fan.org - 1.27-1
+- Update to 1.27
+  - various regex fixes for i18n and service names
+  - fix warnings from perl -w (CPAN RT#48131)
+  - improve handling of errors from Net::ssl_write_all
+
 * Sat Jul 25 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.26-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
 * Sat Jul  4 2009 Paul Howarth p...@city-fan.org - 1.26-1
 - Update to 1.26 (verify_hostname_of_cert matched only the prefix for the
   hostname when no wildcard was given, e.g. www.example.org matched against a
-  certificate with name www.exam in it)
+  certificate with name www.exam in it [#509819])
 
 * Fri Jul  3 2009 Paul Howarth p...@city-fan.org - 1.25-1
 - Update to 1.25 (fix t/nonblock.t for OS X 10.5 - CPAN RT#47240)


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- sources 4 Jul 2009 21:19:59 -   1.19
+++ sources 28 Jul 2009 08:36:40 -  1.20
@@ -1 +1 @@
-096319c7ceea6d4f42a264c55a3ea318  IO-Socket-SSL-1.26.tar.gz
+0099e07f576a84b5f34b6511138652c8  IO-Socket-SSL-1.27.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-Template-Plugin-Class/devel .cvsignore, 1.3, 1.4 perl-Template-Plugin-Class.spec, 1.9, 1.10 sources, 1.3, 1.4

2009-07-15 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Template-Plugin-Class/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28781

Modified Files:
.cvsignore perl-Template-Plugin-Class.spec sources 
Log Message:
Update to 0.14 (fixes FTBFS #511438)


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Template-Plugin-Class/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore  7 Jul 2006 15:23:31 -   1.3
+++ .cvsignore  15 Jul 2009 08:41:29 -  1.4
@@ -1,2 +1 @@
-Template-Plugin-Class-0.12.tar.gz
-Template-Plugin-Class-0.13.tar.gz
+Template-Plugin-Class-0.14.tar.gz


Index: perl-Template-Plugin-Class.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-Template-Plugin-Class/devel/perl-Template-Plugin-Class.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-Template-Plugin-Class.spec 27 Feb 2009 02:03:10 -  1.9
+++ perl-Template-Plugin-Class.spec 15 Jul 2009 08:41:29 -  1.10
@@ -1,6 +1,6 @@
 Name:   perl-Template-Plugin-Class
-Version:0.13
-Release:6%{?dist}
+Version:0.14
+Release:1%{?dist}
 Summary:Allow calling of class methods on arbitrary classes
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -10,8 +10,8 @@ BuildRoot:  %{_tmppath}/%{name}-%{ve
 
 BuildArch:  noarch
 BuildRequires:  perl(Template::Plugin), perl(Module::Build), perl(Test::More)
-Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
-Requires:  perl(Template::Plugin)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(Template::Plugin)
 
 %description
 %{summary}.
@@ -27,7 +27,7 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 %check
@@ -38,12 +38,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README
+%doc Changes
 %{perl_vendorlib}/Template/
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Wed Jul 15 2009 Paul Howarth p...@city-fan.org - 0.14-1
+- Update to 0.14 (fixes FTBFS #511438)
+- No README in upstream distribution this time
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.13-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Template-Plugin-Class/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 7 Jul 2006 15:23:31 -   1.3
+++ sources 15 Jul 2009 08:41:29 -  1.4
@@ -1 +1 @@
-455d687e2108fe3ec28ae34fe590285e  Template-Plugin-Class-0.13.tar.gz
+6bb9ac12814722479fe1462c743c5c51  Template-Plugin-Class-0.14.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-IO-Socket-SSL/devel .cvsignore, 1.18, 1.19 perl-IO-Socket-SSL.spec, 1.21, 1.22 sources, 1.18, 1.19

2009-07-04 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4223

Modified Files:
.cvsignore perl-IO-Socket-SSL.spec sources 
Log Message:
Update to 1.26 (SECURITY FIX)

verify_hostname_of_cert matched only the prefix for the hostname when no
wildcard was given, e.g. www.example.org matched against a certificate with
name www.exam in it



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- .cvsignore  3 Jul 2009 08:33:25 -   1.18
+++ .cvsignore  4 Jul 2009 21:19:59 -   1.19
@@ -1 +1 @@
-IO-Socket-SSL-1.25.tar.gz
+IO-Socket-SSL-1.26.tar.gz


Index: perl-IO-Socket-SSL.spec
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/perl-IO-Socket-SSL.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- perl-IO-Socket-SSL.spec 3 Jul 2009 08:33:25 -   1.21
+++ perl-IO-Socket-SSL.spec 4 Jul 2009 21:19:59 -   1.22
@@ -4,7 +4,7 @@
 #
 
 Name:  perl-IO-Socket-SSL
-Version:   1.25
+Version:   1.26
 Release:   1%{?dist}
 Summary:   Perl library for transparent SSL
 Group: Development/Libraries
@@ -60,6 +60,11 @@ done
 %{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Sat Jul  4 2009 Paul Howarth p...@city-fan.org - 1.26-1
+- Update to 1.26 (verify_hostname_of_cert matched only the prefix for the
+  hostname when no wildcard was given, e.g. www.example.org matched against a
+  certificate with name www.exam in it)
+
 * Fri Jul  3 2009 Paul Howarth p...@city-fan.org - 1.25-1
 - Update to 1.25 (fix t/nonblock.t for OS X 10.5 - CPAN RT#47240)
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- sources 3 Jul 2009 08:33:25 -   1.18
+++ sources 4 Jul 2009 21:19:59 -   1.19
@@ -1 +1 @@
-4866fb7023e74731bd379a315a021cd8  IO-Socket-SSL-1.25.tar.gz
+096319c7ceea6d4f42a264c55a3ea318  IO-Socket-SSL-1.26.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-IO-Socket-SSL/F-11 .cvsignore, 1.17, 1.18 perl-IO-Socket-SSL.spec, 1.20, 1.21 sources, 1.17, 1.18

2009-07-04 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6975

Modified Files:
.cvsignore perl-IO-Socket-SSL.spec sources 
Log Message:
Update to 1.26 (SECURITY FIX)

verify_hostname_of_cert matched only the prefix for the hostname when no
wildcard was given, e.g. www.example.org matched against a certificate with
name www.exam in it



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-11/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- .cvsignore  3 Apr 2009 09:20:34 -   1.17
+++ .cvsignore  4 Jul 2009 21:33:18 -   1.18
@@ -1 +1 @@
-IO-Socket-SSL-1.24.tar.gz
+IO-Socket-SSL-1.26.tar.gz


Index: perl-IO-Socket-SSL.spec
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-11/perl-IO-Socket-SSL.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- perl-IO-Socket-SSL.spec 3 Apr 2009 09:20:34 -   1.20
+++ perl-IO-Socket-SSL.spec 4 Jul 2009 21:33:18 -   1.21
@@ -4,7 +4,7 @@
 #
 
 Name:  perl-IO-Socket-SSL
-Version:   1.24
+Version:   1.26
 Release:   1%{?dist}
 Summary:   Perl library for transparent SSL
 Group: Development/Libraries
@@ -57,9 +57,17 @@ done
 %defattr(-,root,root,-)
 %doc BUGS Changes README docs/ certs/ example/ util/
 %{perl_vendorlib}/IO/
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Sat Jul  4 2009 Paul Howarth p...@city-fan.org - 1.26-1
+- Update to 1.26 (verify_hostname_of_cert matched only the prefix for the
+  hostname when no wildcard was given, e.g. www.example.org matched against a
+  certificate with name www.exam in it)
+
+* Fri Jul  3 2009 Paul Howarth p...@city-fan.org - 1.25-1
+- Update to 1.25 (fix t/nonblock.t for OS X 10.5 - CPAN RT#47240)
+
 * Thu Apr  2 2009 Paul Howarth p...@city-fan.org - 1.24-1
 - Update to 1.24 (add verify hostname scheme ftp, same as http)
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-11/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- sources 3 Apr 2009 09:20:34 -   1.17
+++ sources 4 Jul 2009 21:33:18 -   1.18
@@ -1 +1 @@
-53a407291bf9b3e09ae0f0cff90799a9  IO-Socket-SSL-1.24.tar.gz
+096319c7ceea6d4f42a264c55a3ea318  IO-Socket-SSL-1.26.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-IO-Socket-SSL/F-9 .cvsignore, 1.9, 1.10 perl-IO-Socket-SSL.spec, 1.12, 1.13 sources, 1.9, 1.10

2009-07-04 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9176/F-9

Modified Files:
.cvsignore perl-IO-Socket-SSL.spec sources 
Log Message:
Update to 1.26 (SECURITY FIX)

verify_hostname_of_cert matched only the prefix for the hostname when no
wildcard was given, e.g. www.example.org matched against a certificate with
name www.exam in it



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-9/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore  18 Nov 2008 10:08:44 -  1.9
+++ .cvsignore  4 Jul 2009 21:41:27 -   1.10
@@ -1 +1 @@
-IO-Socket-SSL-1.18.tar.gz
+IO-Socket-SSL-1.26.tar.gz


Index: perl-IO-Socket-SSL.spec
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-9/perl-IO-Socket-SSL.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- perl-IO-Socket-SSL.spec 18 Nov 2008 10:08:44 -  1.12
+++ perl-IO-Socket-SSL.spec 4 Jul 2009 21:41:27 -   1.13
@@ -4,7 +4,7 @@
 #
 
 Name:  perl-IO-Socket-SSL
-Version:   1.18
+Version:   1.26
 Release:   1%{?dist}
 Summary:   Perl library for transparent SSL
 Group: Development/Libraries
@@ -57,9 +57,29 @@ done
 %defattr(-,root,root,-)
 %doc BUGS Changes README docs/ certs/ example/ util/
 %{perl_vendorlib}/IO/
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Sat Jul  4 2009 Paul Howarth p...@city-fan.org - 1.26-1
+- Update to 1.26 (verify_hostname_of_cert matched only the prefix for the
+  hostname when no wildcard was given, e.g. www.example.org matched against a
+  certificate with name www.exam in it)
+
+* Fri Jul  3 2009 Paul Howarth p...@city-fan.org - 1.25-1
+- Update to 1.25 (fix t/nonblock.t for OS X 10.5 - CPAN RT#47240)
+
+* Thu Apr  2 2009 Paul Howarth p...@city-fan.org - 1.24-1
+- Update to 1.24 (add verify hostname scheme ftp, same as http)
+
+* Wed Feb 25 2009 Paul Howarth p...@city-fan.org - 1.23-1
+- Update to 1.23 (complain when no certificates are provided)
+
+* Sat Jan 24 2009 Paul Howarth p...@city-fan.org - 1.22-1
+- Update to latest upstream version: 1.22
+
+* Thu Jan 22 2009 Paul Howarth p...@city-fan.org - 1.20-1
+- Update to latest upstream version: 1.20
+
 * Tue Nov 18 2008 Paul Howarth p...@city-fan.org - 1.18-1
 - Update to latest upstream version: 1.18
 - BR: perl(IO::Socket::INET6) for extra test coverage


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-9/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources 18 Nov 2008 10:08:44 -  1.9
+++ sources 4 Jul 2009 21:41:27 -   1.10
@@ -1 +1 @@
-2b278fb8784e0ba2d6d779ef7ef5f582  IO-Socket-SSL-1.18.tar.gz
+096319c7ceea6d4f42a264c55a3ea318  IO-Socket-SSL-1.26.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-IO-Socket-SSL/F-10 .cvsignore, 1.13, 1.14 perl-IO-Socket-SSL.spec, 1.16, 1.17 sources, 1.13, 1.14

2009-07-04 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9176/F-10

Modified Files:
.cvsignore perl-IO-Socket-SSL.spec sources 
Log Message:
Update to 1.26 (SECURITY FIX)

verify_hostname_of_cert matched only the prefix for the hostname when no
wildcard was given, e.g. www.example.org matched against a certificate with
name www.exam in it



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-10/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore  18 Nov 2008 10:02:59 -  1.13
+++ .cvsignore  4 Jul 2009 21:41:27 -   1.14
@@ -1 +1 @@
-IO-Socket-SSL-1.18.tar.gz
+IO-Socket-SSL-1.26.tar.gz


Index: perl-IO-Socket-SSL.spec
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-10/perl-IO-Socket-SSL.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- perl-IO-Socket-SSL.spec 18 Nov 2008 10:02:59 -  1.16
+++ perl-IO-Socket-SSL.spec 4 Jul 2009 21:41:27 -   1.17
@@ -4,7 +4,7 @@
 #
 
 Name:  perl-IO-Socket-SSL
-Version:   1.18
+Version:   1.26
 Release:   1%{?dist}
 Summary:   Perl library for transparent SSL
 Group: Development/Libraries
@@ -57,9 +57,29 @@ done
 %defattr(-,root,root,-)
 %doc BUGS Changes README docs/ certs/ example/ util/
 %{perl_vendorlib}/IO/
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Sat Jul  4 2009 Paul Howarth p...@city-fan.org - 1.26-1
+- Update to 1.26 (verify_hostname_of_cert matched only the prefix for the
+  hostname when no wildcard was given, e.g. www.example.org matched against a
+  certificate with name www.exam in it)
+
+* Fri Jul  3 2009 Paul Howarth p...@city-fan.org - 1.25-1
+- Update to 1.25 (fix t/nonblock.t for OS X 10.5 - CPAN RT#47240)
+
+* Thu Apr  2 2009 Paul Howarth p...@city-fan.org - 1.24-1
+- Update to 1.24 (add verify hostname scheme ftp, same as http)
+
+* Wed Feb 25 2009 Paul Howarth p...@city-fan.org - 1.23-1
+- Update to 1.23 (complain when no certificates are provided)
+
+* Sat Jan 24 2009 Paul Howarth p...@city-fan.org - 1.22-1
+- Update to latest upstream version: 1.22
+
+* Thu Jan 22 2009 Paul Howarth p...@city-fan.org - 1.20-1
+- Update to latest upstream version: 1.20
+
 * Tue Nov 18 2008 Paul Howarth p...@city-fan.org - 1.18-1
 - Update to latest upstream version: 1.18
 - BR: perl(IO::Socket::INET6) for extra test coverage


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/F-10/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources 18 Nov 2008 10:02:59 -  1.13
+++ sources 4 Jul 2009 21:41:27 -   1.14
@@ -1 +1 @@
-2b278fb8784e0ba2d6d779ef7ef5f582  IO-Socket-SSL-1.18.tar.gz
+096319c7ceea6d4f42a264c55a3ea318  IO-Socket-SSL-1.26.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


Re: readline update?

2009-07-03 Thread Paul Howarth

On 03/07/09 11:27, Miroslav Lichvar wrote:

I'd like to update readline to the latest version 6.0. The problem is
that the license was changed to GPLv3+ and we have some GPLv2 packages
using readline.

A possible replacement is the editline library which provides a
compatible interface and is licensed under BSD, unfortunately it
doesn't handle UTF-8.

Are we stuck with readline 5.2? Suggestions?

The package list is:

GMT-4.4.0-2.fc11
Macaulay2-1.2-4.fc12
afpfs-ng-0.8.1-2.fc11
bti-015-1.fc11
calc-2.12.2.1-13.fc11
callweaver-1.2.0.1-3.fc11
cgdb-0.6.4-4.fc11
chrony-1.23-5.20081106gitbe42b4.fc12
clisp-2.47-3.fc11
coda-6.9.4-2.fc11
devtodo-0.1.20-3.fc12
fityk-0.8.1-14.fc10
gnu-smalltalk-3.1-5.fc12
gnubg-0.9.0.1-7.fc11
gnuplot-4.2.5-4.fc12
grass-6.3.0-12.fc11
kdeedu-4.2.95-1.fc12
ktechlab-0.3.70-1.20090304svn.fc11
lvm2-2.02.48-1.fc12
maxima-5.18.1-3.fc12
ocfs2-tools-1.3.9-10.20080221git.fc11
socat-1.7.0.0-2.fc11


You've missed perl-Term-ReadLine-Gnu (and I wonder how many other 
packages?) but that one's OK as it's GPL+.


Paul.

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


rpms/perl-IO-Socket-SSL/devel .cvsignore, 1.17, 1.18 perl-IO-Socket-SSL.spec, 1.20, 1.21 sources, 1.17, 1.18

2009-07-03 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31097

Modified Files:
.cvsignore perl-IO-Socket-SSL.spec sources 
Log Message:
Update to 1.25 (fix t/nonblock.t for OS X 10.5 - CPAN RT#47240)


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- .cvsignore  3 Apr 2009 09:20:34 -   1.17
+++ .cvsignore  3 Jul 2009 08:33:25 -   1.18
@@ -1 +1 @@
-IO-Socket-SSL-1.24.tar.gz
+IO-Socket-SSL-1.25.tar.gz


Index: perl-IO-Socket-SSL.spec
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/perl-IO-Socket-SSL.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- perl-IO-Socket-SSL.spec 3 Apr 2009 09:20:34 -   1.20
+++ perl-IO-Socket-SSL.spec 3 Jul 2009 08:33:25 -   1.21
@@ -4,7 +4,7 @@
 #
 
 Name:  perl-IO-Socket-SSL
-Version:   1.24
+Version:   1.25
 Release:   1%{?dist}
 Summary:   Perl library for transparent SSL
 Group: Development/Libraries
@@ -57,9 +57,12 @@ done
 %defattr(-,root,root,-)
 %doc BUGS Changes README docs/ certs/ example/ util/
 %{perl_vendorlib}/IO/
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Fri Jul  3 2009 Paul Howarth p...@city-fan.org - 1.25-1
+- Update to 1.25 (fix t/nonblock.t for OS X 10.5 - CPAN RT#47240)
+
 * Thu Apr  2 2009 Paul Howarth p...@city-fan.org - 1.24-1
 - Update to 1.24 (add verify hostname scheme ftp, same as http)
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- sources 3 Apr 2009 09:20:34 -   1.17
+++ sources 3 Jul 2009 08:33:25 -   1.18
@@ -1 +1 @@
-53a407291bf9b3e09ae0f0cff90799a9  IO-Socket-SSL-1.24.tar.gz
+4866fb7023e74731bd379a315a021cd8  IO-Socket-SSL-1.25.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


Re: Getting MD5 sum mismatch errors unpacking rawhide on FC9

2009-07-01 Thread Paul Howarth
On Wed, 01 Jul 2009 14:01:20 -0700
Philip A. Prindeville philipp_s...@redfish-solutions.com wrote:

 Dennis Gilmore wrote:
  On Wednesday 01 July 2009 03:43:31 pm Philip A. Prindeville wrote:

  I have an FC9 (updated) x86_64 install, and I just tried to pull
  down proftpd.src from rawhide-source.
 
  I'm seeing the following:
 
  [phil...@builder SPECS]$ rpm -vv
  -i /tmp/proftpd-1.3.2-2.fc11.src.rpm D:
  == /tmp/proftpd-1.3.2-2.fc11.src.rpm D: Expected
  size:  2471936 = lead(96)+sigs(1284)+pad(4)+data(2470552) D:
  Actual size:  2471936 D: opening  db
  index   /var/lib/rpm/Packages rdonly mode=0x0 D: locked   db
  index   /var/lib/rpm/Packages D: opening  db
  index   /var/lib/rpm/Pubkeys rdonly mode=0x0
  warning: /tmp/proftpd-1.3.2-2.fc11.src.rpm: Header V3 RSA/SHA256
  signature: NOKEY, key ID d22e77f2 D:   added source package
  [0] D: found 1 source and 0 binary packages D: Expected size:
  2471936 = lead(96)+sigs(1284)+pad(4)+data(2470552) D:   Actual
  size:  2471936 D: InstallSourcePackage: Header V3 RSA/SHA256
  signature: NOKEY, key ID d22e77f2 proftpd-1.3.2-2.fc11
  D: == Directories not explicitly included in package:
  D:  0 /home/philipp/rpmbuild/SOURCES/
  D:  1 /home/philipp/rpmbuild/SPECS/
  D: ==
  warning: user mockbuild does not exist - using root
  warning: group mockbuild does not exist - using root
  D: undo  100664  1 (   0,   0)   2457498
  /home/philipp/rpmbuild/SOURCES/proftpd-1.3.2.tar.bz2;4a4bc949
  GZDIO: 301 reads,  2465792 total bytes in 0.008182 secs
  error: unpacking of archive failed on file
  /home/philipp/rpmbuild/SOURCES/proftpd-1.3.2.tar.bz2;4a4bc949:
  cpio: MD5 sum mismatch D: closed   db
  index   /var/lib/rpm/Pubkeys D: closed   db
  index   /var/lib/rpm/Packages D: May free Score board((nil))
  [phil...@builder SPECS]$
 
 
  What am I missing here?
  
  rpm in F-11 and newer uses a sha256sum and mot md5sum  the rpm is 
  incompatible.  you would need to get the rpm from F-10 updates to
  install it 
 
 
  Dennis

 
 Grrr... that would cause all sorts of other things to be brought in.
 
 I just need to rebuild certain Rawhide or FC11 packages for FC9.  Is
 there an easy way to do this using mock?

Easiest way is probably to check out the desired packages from CVS, do
make srpm and then rebuild that.

proftpd will be updated to 1.3.2a in a day or two by the way.

Paul.

 
 -Philip
 

-- 
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: .spec file help - need buildrequires to depend on fedora version

2009-06-22 Thread Paul Howarth

On 22/06/09 03:15, Todd Zullinger wrote:

Carl Byington wrote:

My libpst package BuildRequires boost-devel, which works on older
systems (centos4 thru fedora 10), but for fedora 11 and devel, it
needs BuildRequires boost-python-devel. What is the preferred .spec
code to achieve that?


Something like this:

%if 0%{?fedora}  10
BuildRequires: boost-python-devel
%else
BuildRequires: boost-devel
%endif


Or you could buildreq one of the header files you actually need, e.g.

BuildRequires: /usr/include/boost/python.hpp

That should pull in whatever package contains the file.

Paul.

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


Re: How is average calculated?

2009-06-17 Thread Paul Howarth

On 17/06/09 08:01, Jitesh Shah wrote:

Hi,
I was wondering how the average load on a builder is calculated?
I have a builder which is simply refuses to take tasks (not even one)

[jit...@fedora-arm ~]$ koji list-tasks | grep armbuilder39
NIL OUTPUT
(and there are about 9 tasks still queued. The other builders are busy,
so they are in the FREE state)

which means the builder isn't processing any task, right?

now, here is kojid tail of that builder..
2009-06-17 08:54:07,628 [INFO] koji.build.TaskManager: Not ready for task
2009-06-17 08:54:28,466 [INFO] koji.build.TaskManager: Load average 6.09  4.00
2009-06-17 08:54:30,365 [INFO] koji.build.TaskManager: Not ready for task
2009-06-17 08:54:50,136 [INFO] koji.build.TaskManager: Load average 6.00  4.00
2009-06-17 08:54:51,268 [INFO] koji.build.TaskManager: Not ready for task
2009-06-17 08:55:11,708 [INFO] koji.build.TaskManager: Load average 5.75  4.00
2009-06-17 08:55:13,622 [INFO] koji.build.TaskManager: Not ready for task
2009-06-17 08:55:34,318 [INFO] koji.build.TaskManager: Load average 5.85  4.00
2009-06-17 08:55:36,339 [INFO] koji.build.TaskManager: Not ready for task
2009-06-17 08:55:56,769 [INFO] koji.build.TaskManager: Load average 5.68  4.00
2009-06-17 08:55:58,507 [INFO] koji.build.TaskManager: Not ready for task

How does it end up calculating 5.5+ load average when it is not even
executing a single task?


Load average is a function of the system as a whole, not just koji.

http://en.wikipedia.org/wiki/Load_(computing)

The builder must be busy doing something else.

Paul.

--
Fedora-buildsys-list mailing list
Fedora-buildsys-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-buildsys-list


Re: packaging web applications, SELinux

2009-06-16 Thread Paul Howarth

On 16/06/09 16:34, Chuck Anderson wrote:

Is there any pointer to best practices for packing a web application
that provides static content, cgi scripts, integrates with Apache
configuration, and works with SELinux?  How should I package the
SELinux policy needed to make this work?

The Packaging Guidelines mention Web Applications, but not how to make
them work with SELinux:

https://fedoraproject.org/wiki/Packaging/Guidelines#Web_Applications


Do you already have the policy for your webapp written?

If so, you can proceed according to
https://fedoraproject.org/wiki/SELinux_Policy_Modules_Packaging_Draft
but better still would be to post your policy on fedora-selinux-list for 
comment and get it merged into the main Fedora policy and upstream.


Paul.

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


dist-f12 buildroot broken due to conflicting /%{_lib}/libblkid.so.1 versions

2009-06-08 Thread Paul Howarth

Task info: http://koji.fedoraproject.org/koji/taskinfo?taskID=1398761

...
Transaction Check Error:
DEBUG util.py:256:file /lib64/libblkid.so.1 conflicts between 
attempted installs of e2fsprogs-libs-1.41.6-1.fc12.x86_64 and 
libblkid-2.15.1-0.1.fc12.x86_64



I guess one of these packages needs fixing but something will have to be 
untagged before that can be done.


Paul.

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


rpms/perl-Crypt-RSA/devel .cvsignore, 1.6, 1.7 perl-Crypt-RSA.spec, 1.12, 1.13 sources, 1.6, 1.7

2009-06-08 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Crypt-RSA/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11526

Modified Files:
.cvsignore perl-Crypt-RSA.spec sources 
Log Message:
Update to 1.99
- fix CPAN RT#37489 (precedence error in C::R::Key::{Private,Public}::write)
- fix CPAN RT#37862 (Crypt::RSA doesn't work under setuid Perl)
- fix CPAN RT#46577 (invalid signature calling verify())



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore  8 Jul 2008 15:07:08 -   1.6
+++ .cvsignore  8 Jun 2009 08:53:23 -   1.7
@@ -1 +1 @@
-Crypt-RSA-1.98.tar.gz
+Crypt-RSA-1.99.tar.gz


Index: perl-Crypt-RSA.spec
===
RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/devel/perl-Crypt-RSA.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- perl-Crypt-RSA.spec 13 May 2009 08:35:54 -  1.12
+++ perl-Crypt-RSA.spec 8 Jun 2009 08:53:23 -   1.13
@@ -1,7 +1,7 @@
 Summary:   RSA public-key cryptosystem
 Name:  perl-Crypt-RSA
-Version:   1.98
-Release:   3%{?dist}
+Version:   1.99
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Crypt-RSA/
@@ -89,6 +89,12 @@ done
 %{_mandir}/man3/crypt-rsa-interoperablity-template.3*
 
 %changelog
+* Mon Jun  8 2009 Paul Howarth p...@city-fan.org 1.99-1
+- Update to 1.99
+- * fix CPAN RT#37489 (precedence error in C::R::Key::{Private,Public}::write)
+- * fix CPAN RT#37862 (Crypt::RSA doesn't work under setuid Perl)
+- * fix CPAN RT#46577 (invalid signature calling verify())
+
 * Wed May 13 2009 Paul Howarth p...@city-fan.org 1.98-3
 - Recode Crypt::RSA manpage as UTF-8
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources 8 Jul 2008 15:07:08 -   1.6
+++ sources 8 Jun 2009 08:53:23 -   1.7
@@ -1 +1 @@
-c0bfb2df955be680ef5642bffec15b74  Crypt-RSA-1.98.tar.gz
+f675a07810d735e99d7894338aba8e87  Crypt-RSA-1.99.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


Re: Maintainer Responsibilities

2009-06-04 Thread Paul Howarth

Mary Ellen Foster wrote:

2009/6/4 Kevin Kofler kevin.kof...@chello.at:

Michal Hlavinka wrote:

Yes, but how will you notice reporter needs (your) help if bug is closed
upstream?

By CCing ourselves on the upstream bug when we close ours.

   Kevin Kofler


Speaking as a semi-frequent reporter of Fedora KDE bugs, I can say
that the process works pretty well for me. Of course, I'm probably
somewhat more engaged in the process than average (e.g., I maintain a
few packages myself, and I've had an account at bugs.kde.org for
years). I do occasionally wish that I didn't have to do the upstream
report myself, but I can see the reasons for it.


I'll happily raise upstream bugs myself but it irks me when maintainers 
close Fedora bugs with the UPSTREAM resolution without actually taking 
the upstream fix and bringing it into Fedora.


If I've reported a bug in Fedora bugzilla it's because the bug is 
present in Fedora and I'd like to see it fixed *in Fedora*. So seeing a 
bug closed UPSTREAM doesn't help at all if I have a real problem with a 
Fedora package.


Paul.

--
fedora-devel-list mailing list
fedora-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-devel-list


rpms/perl-Convert-PEM/EL-5 perl-Convert-PEM.spec,1.3,1.4

2009-05-13 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Convert-PEM/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4849/EL-5

Modified Files:
perl-Convert-PEM.spec 
Log Message:
Clean up for first EPEL build


Index: perl-Convert-PEM.spec
===
RCS file: /cvs/pkgs/rpms/perl-Convert-PEM/EL-5/perl-Convert-PEM.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-Convert-PEM.spec   17 Sep 2006 18:14:34 -  1.3
+++ perl-Convert-PEM.spec   13 May 2009 06:33:59 -  1.4
@@ -1,8 +1,8 @@
 Name:   perl-Convert-PEM
 Version:0.07
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Read/write encrypted ASN.1 PEM files
-License:GPL or Artistic
+License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Convert-PEM/
 Source0:
http://www.cpan.org/authors/id/B/BT/BTROTT/Convert-PEM-%{version}.tar.gz
@@ -11,6 +11,7 @@ BuildArch:  noarch
 BuildRequires:  perl(Crypt::DES_EDE3)
 BuildRequires:  perl(Convert::ASN1) = 0.10
 BuildRequires:  perl(Class::ErrorHandler)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:   perl(Crypt::DES_EDE3)
 Requires:   perl(Convert::ASN1) = 0.10
 Requires:   perl(Class::ErrorHandler)
@@ -35,7 +36,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 perldoc -t perlgpl  COPYING
 perldoc -t perlartistic  Artistic
@@ -53,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 17 2007 Steven Pritchard st...@kspei.com 0.07-5
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
 * Sat Sep 16 2006 Steven Pritchard st...@kspei.com 0.07-4
 - Canonicalize Source0 URL.
 - Fix find option order.

--
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-PEM/EL-4 perl-Convert-PEM.spec,1.2,1.3

2009-05-13 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Convert-PEM/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4849/EL-4

Modified Files:
perl-Convert-PEM.spec 
Log Message:
Clean up for first EPEL build


Index: perl-Convert-PEM.spec
===
RCS file: /cvs/pkgs/rpms/perl-Convert-PEM/EL-4/perl-Convert-PEM.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-Convert-PEM.spec   3 Feb 2006 03:17:16 -   1.2
+++ perl-Convert-PEM.spec   13 May 2009 06:33:59 -  1.3
@@ -1,16 +1,17 @@
 Name:   perl-Convert-PEM
 Version:0.07
-Release:3%{?dist}
+Release:5%{?dist}
 Summary:Read/write encrypted ASN.1 PEM files
-License:GPL or Artistic
+License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Convert-PEM/
-Source0:
http://www.cpan.org/modules/by-module/Convert/Convert-PEM-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/B/BT/BTROTT/Convert-PEM-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(Crypt::DES_EDE3)
 BuildRequires:  perl(Convert::ASN1) = 0.10
 BuildRequires:  perl(Class::ErrorHandler)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:   perl(Crypt::DES_EDE3)
 Requires:   perl(Convert::ASN1) = 0.10
 Requires:   perl(Class::ErrorHandler)
@@ -33,9 +34,9 @@ rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 perldoc -t perlgpl  COPYING
 perldoc -t perlartistic  Artistic
@@ -53,6 +54,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 17 2007 Steven Pritchard st...@kspei.com 0.07-5
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
+* Sat Sep 16 2006 Steven Pritchard st...@kspei.com 0.07-4
+- Canonicalize Source0 URL.
+- Fix find option order.
+
 * Thu Feb 02 2006 Steven Pritchard st...@kspei.com 0.07-3
 - Better Summary.
 

--
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-ASCII-Armour/EL-4 perl-Convert-ASCII-Armour.spec, 1.2, 1.3

2009-05-13 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Convert-ASCII-Armour/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23538/EL-4

Modified Files:
perl-Convert-ASCII-Armour.spec 
Log Message:
Clean up for first EPEL build


Index: perl-Convert-ASCII-Armour.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-Convert-ASCII-Armour/EL-4/perl-Convert-ASCII-Armour.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-Convert-ASCII-Armour.spec  2 Feb 2006 14:21:07 -   1.2
+++ perl-Convert-ASCII-Armour.spec  13 May 2009 08:09:34 -  1.3
@@ -1,14 +1,15 @@
 Name:   perl-Convert-ASCII-Armour
 Version:1.4
-Release:3%{?dist}
+Release:5%{?dist}
 Summary:Convert binary octets into ASCII armoured messages
-License:GPL or Artistic
+License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Convert-ASCII-Armour/
-Source0:
http://www.cpan.org/modules/by-module/Convert/Convert-ASCII-Armour-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/V/VI/VIPUL/Convert-ASCII-Armour-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(Compress::Zlib)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -34,9 +35,9 @@ rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 perldoc -t perlgpl  COPYING
 
@@ -53,6 +54,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 17 2007 Steven Pritchard st...@kspei.com 1.4-5
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
+* Sat Sep 16 2006 Steven Pritchard st...@kspei.com 1.4-4
+- Canonicalize Source0 URL.
+- Fix find option order.
+
 * Thu Feb 02 2006 Steven Pritchard st...@kspei.com 1.4-3
 - Better Summary (BZ #168610).
 

--
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-ASCII-Armour/EL-5 perl-Convert-ASCII-Armour.spec, 1.3, 1.4

2009-05-13 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Convert-ASCII-Armour/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23538/EL-5

Modified Files:
perl-Convert-ASCII-Armour.spec 
Log Message:
Clean up for first EPEL build


Index: perl-Convert-ASCII-Armour.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-Convert-ASCII-Armour/EL-5/perl-Convert-ASCII-Armour.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-Convert-ASCII-Armour.spec  17 Sep 2006 18:11:34 -  1.3
+++ perl-Convert-ASCII-Armour.spec  13 May 2009 08:09:35 -  1.4
@@ -1,14 +1,15 @@
 Name:   perl-Convert-ASCII-Armour
 Version:1.4
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Convert binary octets into ASCII armoured messages
-License:GPL or Artistic
+License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Convert-ASCII-Armour/
 Source0:
http://www.cpan.org/authors/id/V/VI/VIPUL/Convert-ASCII-Armour-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(Compress::Zlib)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -36,7 +37,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 perldoc -t perlgpl  COPYING
 
@@ -53,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 17 2007 Steven Pritchard st...@kspei.com 1.4-5
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
 * Sat Sep 16 2006 Steven Pritchard st...@kspei.com 1.4-4
 - Canonicalize Source0 URL.
 - Fix find option order.

--
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-Crypt-RSA/EL-4 perl-Crypt-RSA.spec,1.12,1.13

2009-05-13 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Crypt-RSA/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28506/EL-4

Modified Files:
perl-Crypt-RSA.spec 
Log Message:
Recode Crypt::RSA manpage as UTF-8


Index: perl-Crypt-RSA.spec
===
RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/EL-4/perl-Crypt-RSA.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- perl-Crypt-RSA.spec 13 Mar 2009 15:36:04 -  1.12
+++ perl-Crypt-RSA.spec 13 May 2009 08:35:53 -  1.13
@@ -1,7 +1,7 @@
 Summary:   RSA public-key cryptosystem
 Name:  perl-Crypt-RSA
 Version:   1.98
-Release:   1%{?dist}
+Release:   3%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Crypt-RSA/
@@ -39,8 +39,10 @@ standard, it also provides PKCS #1 v1.5 
 %setup -q -n Crypt-RSA-%{version}
 
 # Convert documentation to UTF-8
-/usr/bin/iconv -f iso-8859-1 -t utf-8 -o Changes.utf-8 Changes
-%{__mv} -f Changes.utf-8 Changes
+for f in Changes lib/Crypt/RSA.pm; do
+   /usr/bin/iconv -f iso-8859-1 -t utf-8 -o ${f}.utf-8 ${f}
+   %{__mv} -f ${f}.utf-8 ${f}
+done
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -87,6 +89,12 @@ standard, it also provides PKCS #1 v1.5 
 %{_mandir}/man3/crypt-rsa-interoperablity-template.3*
 
 %changelog
+* Wed May 13 2009 Paul Howarth p...@city-fan.org 1.98-3
+- Recode Crypt::RSA manpage as UTF-8
+
+* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.98-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Tue Jul  8 2008 Paul Howarth p...@city-fan.org 1.98-1
 - Update to 1.98
 

--
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-Crypt-RSA/EL-5 perl-Crypt-RSA.spec,1.4,1.5

2009-05-13 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Crypt-RSA/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28506/EL-5

Modified Files:
perl-Crypt-RSA.spec 
Log Message:
Recode Crypt::RSA manpage as UTF-8


Index: perl-Crypt-RSA.spec
===
RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/EL-5/perl-Crypt-RSA.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- perl-Crypt-RSA.spec 13 Mar 2009 15:36:05 -  1.4
+++ perl-Crypt-RSA.spec 13 May 2009 08:35:53 -  1.5
@@ -1,7 +1,7 @@
 Summary:   RSA public-key cryptosystem
 Name:  perl-Crypt-RSA
 Version:   1.98
-Release:   1%{?dist}
+Release:   3%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Crypt-RSA/
@@ -39,8 +39,10 @@ standard, it also provides PKCS #1 v1.5 
 %setup -q -n Crypt-RSA-%{version}
 
 # Convert documentation to UTF-8
-/usr/bin/iconv -f iso-8859-1 -t utf-8 -o Changes.utf-8 Changes
-%{__mv} -f Changes.utf-8 Changes
+for f in Changes lib/Crypt/RSA.pm; do
+   /usr/bin/iconv -f iso-8859-1 -t utf-8 -o ${f}.utf-8 ${f}
+   %{__mv} -f ${f}.utf-8 ${f}
+done
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -87,6 +89,12 @@ standard, it also provides PKCS #1 v1.5 
 %{_mandir}/man3/crypt-rsa-interoperablity-template.3*
 
 %changelog
+* Wed May 13 2009 Paul Howarth p...@city-fan.org 1.98-3
+- Recode Crypt::RSA manpage as UTF-8
+
+* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.98-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Tue Jul  8 2008 Paul Howarth p...@city-fan.org 1.98-1
 - Update to 1.98
 

--
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-Crypt-RSA/devel perl-Crypt-RSA.spec,1.11,1.12

2009-05-13 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Crypt-RSA/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28506/devel

Modified Files:
perl-Crypt-RSA.spec 
Log Message:
Recode Crypt::RSA manpage as UTF-8


Index: perl-Crypt-RSA.spec
===
RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/devel/perl-Crypt-RSA.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- perl-Crypt-RSA.spec 26 Feb 2009 13:56:35 -  1.11
+++ perl-Crypt-RSA.spec 13 May 2009 08:35:54 -  1.12
@@ -1,7 +1,7 @@
 Summary:   RSA public-key cryptosystem
 Name:  perl-Crypt-RSA
 Version:   1.98
-Release:   2%{?dist}
+Release:   3%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Crypt-RSA/
@@ -39,8 +39,10 @@ standard, it also provides PKCS #1 v1.5 
 %setup -q -n Crypt-RSA-%{version}
 
 # Convert documentation to UTF-8
-/usr/bin/iconv -f iso-8859-1 -t utf-8 -o Changes.utf-8 Changes
-%{__mv} -f Changes.utf-8 Changes
+for f in Changes lib/Crypt/RSA.pm; do
+   /usr/bin/iconv -f iso-8859-1 -t utf-8 -o ${f}.utf-8 ${f}
+   %{__mv} -f ${f}.utf-8 ${f}
+done
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -87,6 +89,9 @@ standard, it also provides PKCS #1 v1.5 
 %{_mandir}/man3/crypt-rsa-interoperablity-template.3*
 
 %changelog
+* Wed May 13 2009 Paul Howarth p...@city-fan.org 1.98-3
+- Recode Crypt::RSA manpage as UTF-8
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.98-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 

--
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-SFTP/EL-4 perl-Net-SFTP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-05-13 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Net-SFTP/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21084/EL-4

Modified Files:
.cvsignore sources 
Added Files:
perl-Net-SFTP.spec 
Log Message:
Initial EPEL build


--- NEW FILE perl-Net-SFTP.spec ---
Name:   perl-Net-SFTP
Version:0.10
Release:1%{?dist}
Summary:Secure File Transfer Protocol client
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Net-SFTP/
Source0:
http://www.cpan.org/authors/id/D/DB/DBROBINS/Net-SFTP-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Net::SSH::Perl) = 1.24
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
Net::SFTP is a pure-Perl implementation of the Secure File Transfer
Protocol (SFTP) - file transfer built on top of the SSH2 protocol.
Net::SFTP uses Net::SSH::Perl to build a secure, encrypted tunnel through
which files can be transferred and managed. It provides a subset of the
commands listed in the SSH File Transfer Protocol IETF draft, which can be
found at http://www.openssh.com/txt/draft-ietf-secsh-filexfer-00.txt.

%prep
%setup -q -n Net-SFTP-%{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 LICENSE README ToDo
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon Jul 16 2007 Steven Pritchard st...@kspei.com 0.10-1
- Specfile autogenerated by cpanspec 1.73.
- Fix License.
- Remove redundant explicit dependency on Net::SSH::Perl.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Net-SFTP/EL-4/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  16 Jul 2007 21:54:52 -  1.1
+++ .cvsignore  13 May 2009 14:40:14 -  1.2
@@ -0,0 +1 @@
+Net-SFTP-0.10.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Net-SFTP/EL-4/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 16 Jul 2007 21:54:52 -  1.1
+++ sources 13 May 2009 14:40:14 -  1.2
@@ -0,0 +1 @@
+8383eb0839178cab8cbfe619b232b8c0  Net-SFTP-0.10.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-SFTP/EL-5 perl-Net-SFTP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

2009-05-13 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Net-SFTP/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21084/EL-5

Modified Files:
.cvsignore sources 
Added Files:
perl-Net-SFTP.spec 
Log Message:
Initial EPEL build


--- NEW FILE perl-Net-SFTP.spec ---
Name:   perl-Net-SFTP
Version:0.10
Release:1%{?dist}
Summary:Secure File Transfer Protocol client
License:GPL+ or Artistic
Group:  Development/Libraries
URL:http://search.cpan.org/dist/Net-SFTP/
Source0:
http://www.cpan.org/authors/id/D/DB/DBROBINS/Net-SFTP-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Net::SSH::Perl) = 1.24
Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))

%description
Net::SFTP is a pure-Perl implementation of the Secure File Transfer
Protocol (SFTP) - file transfer built on top of the SSH2 protocol.
Net::SFTP uses Net::SSH::Perl to build a secure, encrypted tunnel through
which files can be transferred and managed. It provides a subset of the
commands listed in the SSH File Transfer Protocol IETF draft, which can be
found at http://www.openssh.com/txt/draft-ietf-secsh-filexfer-00.txt.

%prep
%setup -q -n Net-SFTP-%{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 LICENSE README ToDo
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon Jul 16 2007 Steven Pritchard st...@kspei.com 0.10-1
- Specfile autogenerated by cpanspec 1.73.
- Fix License.
- Remove redundant explicit dependency on Net::SSH::Perl.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Net-SFTP/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  16 Jul 2007 21:54:52 -  1.1
+++ .cvsignore  13 May 2009 14:40:15 -  1.2
@@ -0,0 +1 @@
+Net-SFTP-0.10.tar.gz


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Net-SFTP/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources 16 Jul 2007 21:54:52 -  1.1
+++ sources 13 May 2009 14:40:15 -  1.2
@@ -0,0 +1 @@
+8383eb0839178cab8cbfe619b232b8c0  Net-SFTP-0.10.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-Sysadm-Install/devel .cvsignore, 1.2, 1.3 perl-Sysadm-Install.spec, 1.2, 1.3 sources, 1.2, 1.3

2009-05-12 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Sysadm-Install/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14839

Modified Files:
.cvsignore perl-Sysadm-Install.spec sources 
Log Message:
Update to 0.28 (fixed download() with a better check for getstore())


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore  19 Oct 2008 23:20:13 -  1.2
+++ .cvsignore  12 May 2009 08:19:33 -  1.3
@@ -1 +1 @@
-Sysadm-Install-0.27.tar.gz
+Sysadm-Install-0.28.tar.gz


Index: perl-Sysadm-Install.spec
===
RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/perl-Sysadm-Install.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-Sysadm-Install.spec27 Feb 2009 01:55:47 -  1.2
+++ perl-Sysadm-Install.spec12 May 2009 08:19:33 -  1.3
@@ -1,7 +1,7 @@
 Summary:   Typical installation tasks for system administrators
 Name:  perl-Sysadm-Install
-Version:   0.27
-Release:   3%{?dist}
+Version:   0.28
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Sysadm-Install/
@@ -72,7 +72,10 @@ everything, but suppresses any write act
 %{_mandir}/man3/Sysadm::Install.3pm*
 
 %changelog
-* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.27-3
+* Tue May 12 2009 Paul Howarth p...@city-fan.org 0.28-1
+- Update to 0.28 (fixed download() with a better check for getstore())
+
+* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
0.27-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Thu Oct  9 2008 Paul Howarth p...@city-fan.org 0.27-2


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Sysadm-Install/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 19 Oct 2008 23:20:13 -  1.2
+++ sources 12 May 2009 08:19:33 -  1.3
@@ -1 +1 @@
-83f70b2e9ef4aabb025aa87ac893b0dd  Sysadm-Install-0.27.tar.gz
+f2dbfdf8c98a76d0697fd0747e388592  Sysadm-Install-0.28.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-Crypt-DES_EDE3/EL-4 perl-Crypt-DES_EDE3.spec,1.2,1.3

2009-05-12 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Crypt-DES_EDE3/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28376/EL-4

Modified Files:
perl-Crypt-DES_EDE3.spec 
Log Message:
Clean up for first EPEL build


Index: perl-Crypt-DES_EDE3.spec
===
RCS file: /cvs/pkgs/rpms/perl-Crypt-DES_EDE3/EL-4/perl-Crypt-DES_EDE3.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-Crypt-DES_EDE3.spec3 Feb 2006 02:52:57 -   1.2
+++ perl-Crypt-DES_EDE3.spec12 May 2009 19:13:56 -  1.3
@@ -1,14 +1,15 @@
 Name:   perl-Crypt-DES_EDE3
 Version:0.01
-Release:3%{?dist}
+Release:5%{?dist}
 Summary:Triple-DES EDE encryption/decryption module
-License:GPL or Artistic
+License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Crypt-DES_EDE3/
-Source0:
http://www.cpan.org/modules/by-module/Crypt/Crypt-DES_EDE3-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/B/BT/BTROTT/Crypt-DES_EDE3-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(Crypt::DES)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -28,9 +29,9 @@ rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 perldoc -t perlgpl  COPYING
 perldoc -t perlartistic  Artistic
@@ -48,6 +49,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 17 2007 Steven Pritchard st...@kspei.com 0.01-5
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
+* Sat Sep 16 2006 Steven Pritchard st...@kspei.com 0.01-4
+- Canonicalize Source0 URL.
+- Fix find option order.
+
 * Thu Feb 02 2006 Steven Pritchard st...@kspei.com 0.01-3
 - Better Summary (BZ#168583).
 

--
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-Crypt-DES_EDE3/EL-5 perl-Crypt-DES_EDE3.spec,1.3,1.4

2009-05-12 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Crypt-DES_EDE3/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28376/EL-5

Modified Files:
perl-Crypt-DES_EDE3.spec 
Log Message:
Clean up for first EPEL build


Index: perl-Crypt-DES_EDE3.spec
===
RCS file: /cvs/pkgs/rpms/perl-Crypt-DES_EDE3/EL-5/perl-Crypt-DES_EDE3.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-Crypt-DES_EDE3.spec17 Sep 2006 18:39:00 -  1.3
+++ perl-Crypt-DES_EDE3.spec12 May 2009 19:13:56 -  1.4
@@ -1,14 +1,15 @@
 Name:   perl-Crypt-DES_EDE3
 Version:0.01
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:Triple-DES EDE encryption/decryption module
-License:GPL or Artistic
+License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Crypt-DES_EDE3/
 Source0:
http://www.cpan.org/authors/id/B/BT/BTROTT/Crypt-DES_EDE3-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(Crypt::DES)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -30,7 +31,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 perldoc -t perlgpl  COPYING
 perldoc -t perlartistic  Artistic
@@ -48,6 +49,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 17 2007 Steven Pritchard st...@kspei.com 0.01-5
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
 * Sat Sep 16 2006 Steven Pritchard st...@kspei.com 0.01-4
 - Canonicalize Source0 URL.
 - Fix find option order.

--
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-Class-ErrorHandler/EL-5 perl-Class-ErrorHandler.spec, 1.2, 1.3

2009-05-12 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Class-ErrorHandler/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2978/EL-5

Modified Files:
perl-Class-ErrorHandler.spec 
Log Message:
Clean up for first EPEL build


Index: perl-Class-ErrorHandler.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-Class-ErrorHandler/EL-5/perl-Class-ErrorHandler.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-Class-ErrorHandler.spec17 Sep 2006 18:08:07 -  1.2
+++ perl-Class-ErrorHandler.spec12 May 2009 19:51:33 -  1.3
@@ -1,13 +1,14 @@
 Name:   perl-Class-ErrorHandler
 Version:0.01
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Class::ErrorHandler Perl module
-License:GPL or Artistic
+License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Class-ErrorHandler/
 Source0:
http://www.cpan.org/authors/id/B/BT/BTROTT/Class-ErrorHandler-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -29,7 +30,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 perldoc -t perlgpl  COPYING
 perldoc -t perlartistic  Artistic
@@ -47,6 +48,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 17 2007 Steven Pritchard st...@kspei.com 0.01-4
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
 * Sat Sep 16 2006 Steven Pritchard st...@kspei.com 0.01-3
 - Canonicalize Source0 URL.
 - Fix find option order.

--
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-Class-ErrorHandler/EL-4 perl-Class-ErrorHandler.spec, 1.1, 1.2

2009-05-12 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Class-ErrorHandler/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2978/EL-4

Modified Files:
perl-Class-ErrorHandler.spec 
Log Message:
Clean up for first EPEL build


Index: perl-Class-ErrorHandler.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-Class-ErrorHandler/EL-4/perl-Class-ErrorHandler.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- perl-Class-ErrorHandler.spec16 Dec 2005 09:17:30 -  1.1
+++ perl-Class-ErrorHandler.spec12 May 2009 19:51:33 -  1.2
@@ -1,13 +1,14 @@
 Name:   perl-Class-ErrorHandler
 Version:0.01
-Release:2%{?dist}
+Release:4%{?dist}
 Summary:Class::ErrorHandler Perl module
-License:GPL or Artistic
+License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Class-ErrorHandler/
-Source0:
http://www.cpan.org/modules/by-module/Class/Class-ErrorHandler-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/B/BT/BTROTT/Class-ErrorHandler-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -27,9 +28,9 @@ rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 perldoc -t perlgpl  COPYING
 perldoc -t perlartistic  Artistic
@@ -47,6 +48,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 17 2007 Steven Pritchard st...@kspei.com 0.01-4
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
+* Sat Sep 16 2006 Steven Pritchard st...@kspei.com 0.01-3
+- Canonicalize Source0 URL.
+- Fix find option order.
+
 * Sat Sep 17 2005 Steven Pritchard st...@kspei.com 0.01-2
 - Include license files.
 

--
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-IO-Multiplex/devel perl-IO-Multiplex.spec,1.7,1.8

2009-05-11 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-IO-Multiplex/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14732

Modified Files:
perl-IO-Multiplex.spec 
Log Message:
* Mon May 11 2009 Paul Howarth p...@city-fan.org - 1.10-4
- Fix argument order for find with -depth
- Include TODO
- Cosmetic changes



Index: perl-IO-Multiplex.spec
===
RCS file: /cvs/pkgs/rpms/perl-IO-Multiplex/devel/perl-IO-Multiplex.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-IO-Multiplex.spec  26 Feb 2009 20:11:50 -  1.7
+++ perl-IO-Multiplex.spec  11 May 2009 20:16:08 -  1.8
@@ -1,37 +1,36 @@
-Summary: IO-Multiplex module for perl
-Name: perl-IO-Multiplex
-Version: 1.10
-Release: 3%{?dist}
-License: GPL+ or Artistic
-Group: Development/Libraries
-URL: http://search.cpan.org/dist/IO-Multiplex/
-
-Source: http://www.cpan.org/authors/id/B/BB/BBB/IO-Multiplex-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildArch: noarch
-BuildRequires: perl(ExtUtils::MakeMaker)
-Requires: perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
+Summary:   IO-Multiplex module for perl
+Name:  perl-IO-Multiplex
+Version:   1.10
+Release:   4%{?dist}
+License:   GPL+ or Artistic
+Group: Development/Libraries
+URL:   http://search.cpan.org/dist/IO-Multiplex/
+Source:
http://search.cpan.org/CPAN/authors/id/B/BB/BBB/IO-Multiplex-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch: noarch
+BuildRequires: perl(ExtUtils::MakeMaker)
+Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
-IO::Multiplex is designed to take the effort out of managing
-multiple file handles.  It is essentially a really fancy front end to
-the select system call.  In addition to maintaining the select
-loop, it buffers all input and output to/from the file handles.  It
-can also accept incoming connections on one or more listen sockets.
+IO::Multiplex is designed to take the effort out of managing multiple file
+handles. It is essentially a really fancy front end to the select system
+call. In addition to maintaining the select loop, it buffers all input and
+output to/from the file handles. It can also accept incoming connections on
+one or more listen sockets.
 
 %prep
-%setup -n IO-Multiplex-%{version}
+%setup -q -n IO-Multiplex-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 %{__make} %{?_smp_mflags}
 
 %install
 %{__rm} -rf %{buildroot}
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type d -depth -exec rmdir {} 2/dev/null ';'
+/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2/dev/null ';'
+%{__chmod} -R u+w %{buildroot}/*
 
 %check
 %{__make} test
@@ -40,12 +39,17 @@ find %{buildroot} -type d -depth -exec r
 %{__rm} -rf %{buildroot}
 
 %files
-%defattr(-, root, root, -)
-%doc Changes README
-%doc %{_mandir}/man?/*
+%defattr(-,root,root,-)
+%doc Changes README TODO
 %{perl_vendorlib}/IO/
+%{_mandir}/man3/IO::Multiplex.3pm*
 
 %changelog
+* Mon May 11 2009 Paul Howarth p...@city-fan.org - 1.10-4
+- Fix argument order for find with -depth
+- Include TODO
+- Cosmetic changes
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.10-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
@@ -53,14 +57,14 @@ find %{buildroot} -type d -depth -exec r
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Mon Sep 15 2008 Tom spot Callaway tcall...@redhat.com - 1.10-1
-- update to 1.10, upstream found and relicensing has happened!
+- Update to 1.10, upstream found and relicensing has happened!
 
 * Thu Mar  6 2008 Tom spot Callaway tcall...@redhat.com - 1.09-1
-- rebuild for new perl
+- Rebuild for new perl
 - 1.09
 
 * Tue Oct 16 2007 Tom spot Callaway tcall...@redhat.com - 1.08-5.1
-- add BR: perl(ExtUtils::MakeMaker)
+- Add BR: perl(ExtUtils::MakeMaker)
 
 * Fri Sep 15 2006 Leif O M Bergman l...@biosci.ki.se - 1.08-5
 - Add dist tag

--
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-IO-Socket-SSL/devel .cvsignore, 1.16, 1.17 perl-IO-Socket-SSL.spec, 1.19, 1.20 sources, 1.16, 1.17

2009-04-03 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16850

Modified Files:
.cvsignore perl-IO-Socket-SSL.spec sources 
Log Message:
Update to 1.24 (add verify hostname scheme ftp, same as http)


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore  25 Feb 2009 21:35:25 -  1.16
+++ .cvsignore  3 Apr 2009 09:20:34 -   1.17
@@ -1 +1 @@
-IO-Socket-SSL-1.23.tar.gz
+IO-Socket-SSL-1.24.tar.gz


Index: perl-IO-Socket-SSL.spec
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/perl-IO-Socket-SSL.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- perl-IO-Socket-SSL.spec 25 Feb 2009 21:35:25 -  1.19
+++ perl-IO-Socket-SSL.spec 3 Apr 2009 09:20:34 -   1.20
@@ -4,7 +4,7 @@
 #
 
 Name:  perl-IO-Socket-SSL
-Version:   1.23
+Version:   1.24
 Release:   1%{?dist}
 Summary:   Perl library for transparent SSL
 Group: Development/Libraries
@@ -60,6 +60,9 @@
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Apr  2 2009 Paul Howarth p...@city-fan.org - 1.24-1
+- Update to 1.24 (add verify hostname scheme ftp, same as http)
+
 * Wed Feb 25 2009 Paul Howarth p...@city-fan.org - 1.23-1
 - Update to 1.23 (complain when no certificates are provided)
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources 25 Feb 2009 21:35:25 -  1.16
+++ sources 3 Apr 2009 09:20:34 -   1.17
@@ -1 +1 @@
-9365651b22b57c496c8bbf2ae08d7897  IO-Socket-SSL-1.23.tar.gz
+53a407291bf9b3e09ae0f0cff90799a9  IO-Socket-SSL-1.24.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-Sort-Versions/EL-4 perl-Sort-Versions-1.5-utf8.patch, NONE, 1.1 perl-Sort-Versions.spec, 1.2, 1.3

2009-03-16 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Sort-Versions/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31583

Modified Files:
perl-Sort-Versions.spec 
Added Files:
perl-Sort-Versions-1.5-utf8.patch 
Log Message:
Bring up to date for first EL-4 build

perl-Sort-Versions-1.5-utf8.patch:

--- NEW FILE perl-Sort-Versions-1.5-utf8.patch ---
--- Sort-Versions-1.5/Changes   2003-08-24 23:59:24.0 +0100
+++ Sort-Versions-1.5/Changes.utf8  2009-03-16 08:56:06.0 +
@@ -65,7 +65,7 @@
 
 2002-01-28 19:06  ed
 
-   * Versions.pm: Version 1.3: patch from Hack Kampbjørn for '-' digit
+   * Versions.pm: Version 1.3: patch from Hack Kampbjørn for '-' digit
groupings as well as '.'.
 
 2002-01-28 19:05  ed
--- Sort-Versions-1.5/Versions.pm   2003-08-24 23:58:14.0 +0100
+++ Sort-Versions-1.5/Versions.pm.utf8  2009-03-16 08:55:31.0 +
@@ -138,7 +138,7 @@
 
 Ed Avis e...@membled.com and Matt Johnson mw...@doc.ic.ac.uk for
 recent releases; the original author is Kenneth J. Albanowski
-kja...@kjahds.com.  Thanks to Hack Kampbjørn and Slaven Rezic for
+kja...@kjahds.com.  Thanks to Hack Kampbjørn and Slaven Rezic for
 patches and bug reports.
 
 Copyright (c) 1996, Kenneth J. Albanowski. All rights reserved.  This


Index: perl-Sort-Versions.spec
===
RCS file: /cvs/pkgs/rpms/perl-Sort-Versions/EL-4/perl-Sort-Versions.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Sort-Versions.spec 17 Aug 2005 15:02:42 -  1.2
+++ perl-Sort-Versions.spec 16 Mar 2009 09:07:30 -  1.3
@@ -1,14 +1,17 @@
 Name:  perl-Sort-Versions
 Version:   1.5
-Release:   3%{?dist}
+Release:   7%{?dist}.1
 Summary:   Perl module for sorting of revision-like numbers 
-License:   GPL or Artistic
+License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Sort-Versions/
 Source0:   
http://www.cpan.org/modules/by-module/Sort/Sort-Versions-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0:perl-Sort-Versions-1.5-utf8.patch
+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
@@ -24,6 +27,9 @@
 %prep
 %setup -q -n Sort-Versions-%{version}
 
+# Recode as UTF-8
+%patch0 -p1
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -32,7 +38,7 @@
 rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 %clean
@@ -48,6 +54,23 @@
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 16 2009 Paul Howarth p...@city-fan.org - 1.5-7.1
+- Recode as UTF-8
+- Fix argument order for find with -depth
+
+* Fri Aug 17 2007 Ralf Corsépius rc040...@freenet.de - 1.5-7
+- Add BR: perl(Test::More).
+
+* Fri Aug 17 2007 Ralf Corsépius rc040...@freenet.de - 1.5-6
+- Update license tag.
+- Reflect perl split.
+
+* Tue Sep 05 2006 Ralf Corsépius rc040...@freenet.de - 1.5-5
+- Mass rebuild.
+
+* Tue Feb 28 2006 Ralf Corsépius rc040...@freenet.de - 1.5-4
+- Rebuild for perl-5.8.8.
+
 * Wed Aug 17 2005 Ralf Corsepius r...@links2linux.de - 1.5-3
 - Spec cleanup.
 

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


Minor tweaks to perl-Sort-Versions in EL-4 branch

2009-03-16 Thread Paul Howarth

Hi all,

this morning I built the newly-created EL-4 version of 
perl-Sort-Versions. I made a few very minor tweaks from the EL-5 
version, which is essentially the same as the devel branch:


 * Get rid of rpmlint complaint about mixed spaces and tabs
 * Change encoding of Changes and Versions.pm (and its manpage)
   from ISO-8859-1 to UTF-8
 * Make -depth the first option in the find command it's used in

I think it would make sense to merge these or equivalent changes into 
the other branches whenever the next update happens.


Cheers, Paul.

--
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-Crypt-RSA/EL-5 .cvsignore, 1.3, 1.4 perl-Crypt-RSA.spec, 1.3, 1.4 sources, 1.3, 1.4

2009-03-13 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Crypt-RSA/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8739/EL-5

Modified Files:
.cvsignore perl-Crypt-RSA.spec sources 
Log Message:
Clean up specs for EPEL


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/EL-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore  22 Dec 2006 09:02:43 -  1.3
+++ .cvsignore  13 Mar 2009 15:36:05 -  1.4
@@ -1 +1 @@
-Crypt-RSA-1.58.tar.gz
+Crypt-RSA-1.98.tar.gz


Index: perl-Crypt-RSA.spec
===
RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/EL-5/perl-Crypt-RSA.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Crypt-RSA.spec 22 Dec 2006 09:02:43 -  1.3
+++ perl-Crypt-RSA.spec 13 Mar 2009 15:36:05 -  1.4
@@ -1,8 +1,8 @@
 Summary:   RSA public-key cryptosystem
 Name:  perl-Crypt-RSA
-Version:   1.58
+Version:   1.98
 Release:   1%{?dist}
-License:   GPL or Artistic
+License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Crypt-RSA/
 Source0:   
http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/Crypt-RSA-%{version}.tar.gz
@@ -19,9 +19,11 @@
 BuildRequires: perl(Digest::MD2)
 BuildRequires: perl(Digest::MD5)
 BuildRequires: perl(Digest::SHA1)
+BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(Math::Pari)= 2.001804
 BuildRequires: perl(Sort::Versions)
 BuildRequires: perl(Tie::EncryptedHash)
+Requires:  perl(Class::Loader) = 2.00
 
 %description
 Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-key
@@ -36,12 +38,9 @@
 %prep
 %setup -q -n Crypt-RSA-%{version}
 
-# Remove pointless shellbangs
-/usr/bin/find ./lib -name '*.pm' -print | /usr/bin/xargs %{__sed} -i -e '/^#! 
*\/usr\/bin\/perl /d'
-
 # Convert documentation to UTF-8
-/usr/bin/iconv -f iso-8859-1 -t utf-8 -o lib/Crypt/RSA.pm.utf-8 
lib/Crypt/RSA.pm
-%{__mv} -f lib/Crypt/RSA.pm.utf-8 lib/Crypt/RSA.pm
+/usr/bin/iconv -f iso-8859-1 -t utf-8 -o Changes.utf-8 Changes
+%{__mv} -f Changes.utf-8 Changes
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -54,7 +53,7 @@
 %{__rm} -rf %{buildroot}
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
-/usr/bin/find %{buildroot} -type d -depth -exec /bin/rmdir {} 2/dev/null ';'
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2/dev/null ';'
 %{__chmod} -R u+w %{buildroot}/*
 
 # Additional manpages
@@ -88,6 +87,30 @@
 %{_mandir}/man3/crypt-rsa-interoperablity-template.3*
 
 %changelog
+* Tue Jul  8 2008 Paul Howarth p...@city-fan.org 1.98-1
+- Update to 1.98
+
+* Mon Jul  7 2008 Paul Howarth p...@city-fan.org 1.97-1
+- Update to 1.97
+
+* Mon Jul  7 2008 Paul Howarth p...@city-fan.org 1.96-1
+- Update to 1.96
+- Convert Changes to UTF-8
+- Shellbangs no longer need removing
+- Module is now UTF-8 and doesn't need converting
+- Need manual perl(Class::Loader) dep due to move to use of use base,
+  as rpm auto-dep-finder doesn't spot it
+
+* Thu Mar  6 2008 Tom spot Callaway tcall...@redhat.com 1.58-4
+- rebuild for new perl
+
+* Sun Aug 12 2007 Paul Howarth p...@city-fan.org 1.58-3
+- Clarify license as GPL v1 or later, or Artistic (same as perl)
+
+* Tue Apr 17 2007 Paul Howarth p...@city-fan.org 1.58-2
+- Buildrequire perl(ExtUtils::MakeMaker)
+- Fix argument order for find with -depth
+
 * Fri Dec 22 2006 Paul Howarth p...@city-fan.org 1.58-1
 - Update to 1.58
 - GPL license text now included upstream (CPAN RT#18771)


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 22 Dec 2006 09:02:43 -  1.3
+++ sources 13 Mar 2009 15:36:05 -  1.4
@@ -1 +1 @@
-fb0eb5f47f42eb8737e1ecfa28ed4523  Crypt-RSA-1.58.tar.gz
+c0bfb2df955be680ef5642bffec15b74  Crypt-RSA-1.98.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


EPEL-4 branch for perl-Sort-Versions?

2009-03-13 Thread Paul Howarth

Hi,

I'm trying to import perl-Crypt-RSA into EPEL (required by 
perl-Net-SFTP, which Xavier Bachelot is trying to get in), and it needs 
perl-Sort-Versions; would you be prepared to branch and maintain it for 
EPEL-4 (I see that it's already done for EPEL-5)?


I would be happy to maintain this branch if you're not interested (I 
already know Ralf isn't...).


Cheers, Paul.

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


Re: EPEL-4 branch for perl-Sort-Versions?

2009-03-13 Thread Paul Howarth

Ralf Corsépius wrote:

Paul Howarth wrote:

Hi,

I'm trying to import perl-Crypt-RSA into EPEL (required by 
perl-Net-SFTP, which Xavier Bachelot is trying to get in), and it 
needs perl-Sort-Versions; would you be prepared to branch and maintain 
it for EPEL-4 (I see that it's already done for EPEL-5)?


I would be happy to maintain this branch if you're not interested (I 
already know Ralf isn't...).

Right, ... feel free to take it (and/or to join in on any other version).

Ralf


Thanks Ralf; branch requested in #165553

I added laxathom (EL-5 branch maintainer) as co-maintainer.

Cheers, Paul.

--
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-SSH-Perl/EL-4 perl-Net-SSH-Perl.spec,1.13,1.14

2009-03-13 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Net-SSH-Perl/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20572/EL-4

Modified Files:
perl-Net-SSH-Perl.spec 
Log Message:
Fix up specs for EPEL


Index: perl-Net-SSH-Perl.spec
===
RCS file: /cvs/pkgs/rpms/perl-Net-SSH-Perl/EL-4/perl-Net-SSH-Perl.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- perl-Net-SSH-Perl.spec  26 Feb 2009 23:26:12 -  1.13
+++ perl-Net-SSH-Perl.spec  13 Mar 2009 16:36:33 -  1.14
@@ -8,7 +8,7 @@
 Summary:   SSH (Secure Shell) client
 Name:  perl-Net-SSH-Perl
 Version:   1.34
-Release:   3%{?dist}
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Net-SSH-Perl/
@@ -28,7 +28,7 @@
 BuildRequires: perl(Digest::HMAC_MD5)
 BuildRequires: perl(Digest::HMAC_SHA1)
 BuildRequires: perl(Digest::MD5)
-BuildRequires: perl(Digest::SHA1)  = 2.10
+BuildRequires: perl(Digest::SHA1)
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(Math::GMP) = 1.04
 BuildRequires: perl(Math::Pari)= 2.001804
@@ -38,9 +38,7 @@
 BuildRequires: perl(Module::Signature)
 BuildRequires: perl(Test::Pod) = 0.95
 BuildRequires: perl(Test::Pod::Coverage)   = 1.04
-BuildRequires: perl(Test::YAML::Meta)  = 0.03
-BuildRequires: perl(Perl::Critic)
-BuildRequires: perl(Text::SpellChecker), aspell-en
+#BuildRequires:perl(Test::YAML::Meta)  = 0.03
 
 %{?_with_IDEA:BuildRequires: perl(Crypt::IDEA)}
 
@@ -77,8 +75,8 @@
 
 %check
 # Critic and POD tests currently fail
-%{__gpg} --import %{SOURCE1}
-LC_ALL=en_US %{__make} test TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=1 
TEST_SPELL=1
+%{__gpg} --import %{SOURCE1} || :
+LC_ALL=en_US %{__make} test TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=1 
TEST_SPELL=0
 
 %install
 %{__rm} -rf %{buildroot}
@@ -97,12 +95,6 @@
 %{_mandir}/man3/Net::SSH::Perl*.3pm*
 
 %changelog
-* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.34-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
-
-* Sun Feb 22 2009 Paul Howarth p...@city-fan.org 1.34-2
-- Add buildreq aspell-en for spell check test
-
 * Mon Feb  2 2009 Paul Howarth p...@city-fan.org 1.34-1
 - Update to 1.34, fixes various upstream bugs:
   * Rekey properly after 1 GB of data (rt.cpan.org #25044)
@@ -110,6 +102,11 @@
   * Fix typo in croak message (rt.cpan.org #42056)
   * Move 'use base' call after Crypt module loading (rt.cpan.org #42051)
   * Only apply stdin if defined in SSH1 (rt.cpan.org #42583)
+- Remove perl(Test::YAML::Meta) buildreq (not yet in EPEL)
+- Remove perl(Perl::Critic) buildreq (not yet in EPEL-4)
+- Remove perl(Digest::SHA1) version requirement (not satisfied in EL-4)
+- Remove perl(Text::SpellChecker) buildreq (dictionary coverage in EL-4
+  not sufficient to pass tests)
 
 * Tue Nov  4 2008 Paul Howarth p...@city-fan.org 1.33-2
 - Run tests in en_US locale, so spell checker doesn't complain about the use of

--
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-SSH-Perl/EL-5 14964AC8.asc, NONE, 1.1 .cvsignore, 1.2, 1.3 perl-Net-SSH-Perl.spec, 1.3, 1.4 sources, 1.2, 1.3

2009-03-13 Thread Paul Howarth
::Blowfish)
-BuildRequires: perl(Crypt::DH)= 0.01
-BuildRequires: perl(Crypt::DSA)   = 0.11
+BuildRequires: perl(Crypt::DH) = 0.01
+BuildRequires: perl(Crypt::DSA)= 0.11
 BuildRequires: perl(Crypt::RSA)
 BuildRequires: perl(Digest::BubbleBabble)
 BuildRequires: perl(Digest::HMAC_MD5)
 BuildRequires: perl(Digest::HMAC_SHA1)
 BuildRequires: perl(Digest::MD5)
-BuildRequires: perl(Digest::SHA1) = 2.10
-BuildRequires: perl(Math::GMP)= 1.04
-BuildRequires: perl(Math::Pari)   = 2.001804
+BuildRequires: perl(Digest::SHA1)  = 2.10
+BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(Math::GMP) = 1.04
+BuildRequires: perl(Math::Pari)= 2.001804
 BuildRequires: perl(MIME::Base64)
+BuildRequires: perl(Test::More)
+# Additional test coverage
+BuildRequires: perl(Module::Signature)
+BuildRequires: perl(Test::Pod) = 0.95
+BuildRequires: perl(Test::Pod::Coverage)   = 1.04
+#BuildRequires:perl(Test::YAML::Meta)  = 0.03
+BuildRequires: perl(Perl::Critic)
+BuildRequires: perl(Text::SpellChecker), aspell-en
 
 %{?_with_IDEA:BuildRequires: perl(Crypt::IDEA)}
 
@@ -42,9 +57,6 @@
 # Avoid extra deps from examples
 %{__chmod} -x eg/*
 
-# Test 03-packet is prone to hanging (cpan rt#6101)
-%{__mv} t/03-packet.t t/03-packet.t.skip
-
 # Remove Crypt::IDEA dep if we're not supporting the IDEA algorithm
 %define bogusreq 'perl(Crypt::IDEA)'
 %global reqfilt /bin/sh -c %{__perl_requires} | %{__grep} -Fvx %{bogusreq}
@@ -64,25 +76,83 @@
 %{__make} %{?_smp_mflags}
 
 %check
-%{__make} test
+# Critic and POD tests currently fail
+%{__gpg} --import %{SOURCE1}
+LC_ALL=en_US %{__make} test TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=1 
TEST_SPELL=1
 
 %install
 %{__rm} -rf %{buildroot}
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
-/usr/bin/find %{buildroot} -type d -depth -exec /bin/rmdir {} 2/dev/null ';'
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2/dev/null ';'
 %{__chmod} -R u+w %{buildroot}/*
 
 %clean
 %{__rm} -rf %{buildroot}
 
 %files
-%defattr(-,root,root,0755)
+%defattr(-,root,root,-)
 %doc Changes README LICENSE eg ToDo
 %{perl_vendorlib}/Net/
 %{_mandir}/man3/Net::SSH::Perl*.3pm*
 
 %changelog
+* Sun Feb 22 2009 Paul Howarth p...@city-fan.org 1.34-2
+- Add buildreqs aspell-en and perl(Text::SpellChecker) for spell check test
+- Add perl(Perl::Critic) buildreq for EPEL-5
+- Re-add perl(Digest::SHA1) version requirement
+
+* Mon Feb  2 2009 Paul Howarth p...@city-fan.org 1.34-1
+- Update to 1.34, fixes various upstream bugs:
+  * Rekey properly after 1 GB of data (rt.cpan.org #25044)
+  * Don't try to process nonexistent or empty auth file (rt.cpan.org #41877)
+  * Fix typo in croak message (rt.cpan.org #42056)
+  * Move 'use base' call after Crypt module loading (rt.cpan.org #42051)
+  * Only apply stdin if defined in SSH1 (rt.cpan.org #42583)
+- Remove perl(Test::YAML::Meta) buildreq (not yet in EPEL)
+- Remove perl(Perl::Critic) buildreq (not yet in EPEL-4)
+- Remove perl(Digest::SHA1) version requirement (not satisfied in EL-4)
+- Remove perl(Text::SpellChecker) buildreq (dictionary coverage in EL-4
+  not sufficient to pass tests)
+
+* Tue Nov  4 2008 Paul Howarth p...@city-fan.org 1.33-2
+- Run tests in en_US locale, so spell checker doesn't complain about the use of
+  American English when the host is in a non-US locale
+
+* Mon Nov  3 2008 Paul Howarth p...@city-fan.org 1.33-1
+- Update to 1.33 (#469612), fixes various upstream bugs:
+  * Fix open() calls (rt.cpan.org #40020)
+  * Fix non-shell problem (rt.cpan.org #39980)
+  * Allow full agent forwarding (rt.cpan.org #32190)
+  * Handle hashed known_hosts files (rt.cpan.org #25175)
+  * Add IO::Handle to Perl.pm (rt.cpan.org #40057, #35985)
+  * Prevent t/03-packet.t from hanging due to high file descriptor
+  | (rt.cpan.org #6101)
+  * If ENV{HOME} is not set, use getpwuid. If both fail and the dir 
+  | is needed, we croak (rt.cpan.org #25174)
+  * Fix incorrect logical/bitwise AND mixup (rt.cpan.org #31490)
+  * Allow empty stdin for SSH2 (rt.cpan.org #32730)
+  * Adjust terminal dimensions dynamically if Term::ReadKey is available
+  | (rt.cpan.org #34874)
+- New upstream (co-)maintainer, new source URL
+- t/03-packet.t re-enabled as it should no longer hang
+- Add buildreqs Module::Signature, Test::Pod, Test::Pod::Coverage,
+  Perl::Critic, Test::YAML::Meta, Text::SpellChecker for additional test
+  coverage
+- Add dependency on Term::ReadKey to provide dynamic terminal resizing
+- Include upstream maintainer's GPG key for signature checking
+
+* Thu Mar  6 2008 Tom spot Callaway tcall...@redhat.com 1.30-6
+- Rebuild for new perl
+
+* Mon Aug 13 2007 Paul Howarth p...@city-fan.org 1.30-5
+- Clarify license as GPL v1 or later, or Artistic (same as perl)
+- Add buildreq perl(Test::More)
+
+* Wed Apr 18 2007

rpms/perl-Math-Pari/devel perl-Math-Pari.spec,1.15,1.16

2009-03-08 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Math-Pari/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7415

Modified Files:
perl-Math-Pari.spec 
Log Message:
Filter out unwanted provides for perl shared objects


Index: perl-Math-Pari.spec
===
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/perl-Math-Pari.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- perl-Math-Pari.spec 26 Feb 2009 21:41:36 -  1.15
+++ perl-Math-Pari.spec 8 Mar 2009 11:57:16 -   1.16
@@ -17,7 +17,7 @@
 Summary:   Perl interface to PARI
 Name:  perl-Math-Pari
 Version:   %{module_version}
-Release:   2%{?dist}
+Release:   3%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Math-Pari/
@@ -27,6 +27,12 @@
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 BuildRequires: perl(ExtUtils::MakeMaker)
 
+# don't provide private Perl libs or the redundant unversioned 
perl(Math::Pari) one
+%global _use_internal_dependency_generator 0
+%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
+%global __find_provides /bin/sh -c %{__grep} -v '%{perl_vendorarch}/.*\\.so$' 
| %{__deploop P} | %{__grep} -Fvx 'perl(Math::Pari)'
+%global __find_requires /bin/sh -c %{__deploop R}
+
 %description
 This package is a Perl interface to the famous library PARI for numerical/
 scientific/ number-theoretic calculations. It allows use of most PARI functions
@@ -35,10 +41,6 @@
 %prep
 %setup -q -n Math-Pari-%{module_version} -a 1
 
-# Remove redundant provides (there's also a versioned one)
-%global provfilt /bin/sh -c %{__perl_provides} | %{__grep} -Fvx 
'perl(Math::Pari)'
-%define __perl_provides %{provfilt}
-
 # Remove spurious executable permission bits
 %{__chmod} -x Changes README Pari.pm PariInit.pm func_codes.h Pari.xs
 
@@ -80,10 +82,13 @@
 %exclude %{_mandir}/man3/Math::libPARI.dumb.3pm*
 
 %changelog
+* Sun Mar  8 2009 Paul Howarth p...@city-fan.org - 2.010801-3
+- Filter out unwanted provides for perl shared objects
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.010801-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-* Wed Feb 11 2009 Paul Howarth p...@city-fan.org 2.010801-1
+* Wed Feb 11 2009 Paul Howarth p...@city-fan.org - 2.010801-1
 - update to 2.010801, but build with pari-2.1.7 since 2.1.8 doesn't exist
   (upstream forgot their own numbering convention - CPAN RT#35493)
 - re-enable tests

--
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-SSLeay/devel perl-Net-SSLeay.spec,1.13,1.14

2009-03-08 Thread Paul Howarth
Author: pghmcfc

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

Modified Files:
perl-Net-SSLeay.spec 
Log Message:
- filter out unwanted provides for perl shared objects
- run tests in verbose mode



Index: perl-Net-SSLeay.spec
===
RCS file: /cvs/pkgs/rpms/perl-Net-SSLeay/devel/perl-Net-SSLeay.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- perl-Net-SSLeay.spec26 Feb 2009 23:28:04 -  1.13
+++ perl-Net-SSLeay.spec8 Mar 2009 20:43:45 -   1.14
@@ -1,6 +1,6 @@
 Name:  perl-Net-SSLeay
 Version:   1.35
-Release:   3%{?dist}
+Release:   4%{?dist}
 Summary:   Perl extension for using OpenSSL
 Group: Development/Libraries
 License:   OpenSSL
@@ -13,6 +13,12 @@
 BuildRequires: perl(Test::Exception), perl(Test::NoWarnings), perl(Test::Pod)
 BuildRequires: perl(Test::Warn), perl(Tree::DAG_Node)
 
+# don't provide private Perl libs or the redundant unversioned 
perl(Net::SSLeay) one
+%global _use_internal_dependency_generator 0
+%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
+%global __find_provides /bin/sh -c %{__grep} -v '%{perl_vendorarch}/.*\\.so$' 
| %{__deploop P} | %{__grep} -Fvx 'perl(Net::SSLeay)'
+%global __find_requires /bin/sh -c %{__deploop R}
+
 %description
 This module offers some high level convenience functions for accessing
 web pages on SSL servers (for symmetry, same API is offered for
@@ -29,10 +35,6 @@
%{__mv} ${f}.utf8 ${f}
 done
 
-# Remove redundant provides (there's also a versioned one)
-%global provfilt /bin/sh -c %{__perl_provides} | %{__grep} -Fvx 
'perl(Net::SSLeay)'
-%define __perl_provides %{provfilt}
-
 %build
 PERL_MM_USE_DEFAULT=1 %{__perl} Makefile.PL \
INSTALLDIRS=vendor \
@@ -46,12 +48,12 @@
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
 /usr/bin/find %{buildroot} -type f -name '*.bs' -empty -exec %{__rm} -f {} ';'
-/usr/bin/find %{buildroot} -depth -type d -exec %{__rmdir} {} 2/dev/null ';'
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2/dev/null ';'
 %{__rm} -f %{buildroot}%{perl_vendorarch}/Net/ptrtstrun.pl
 %{__chmod} -R u+w %{buildroot}/*
 
 %check
-%{__make} test
+%{__make} test TEST_VERBOSE=1
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -64,8 +66,12 @@
 %{_mandir}/man3/Net::SSLeay*.3*
 
 %changelog
+* Sun Mar  8 2009 Paul Howarth p...@city-fan.org - 1.35-4
+- filter out unwanted provides for perl shared objects
+- run tests in verbose mode
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.35-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+- rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Sat Jan 17 2009 Tomas Mraz tm...@redhat.com - 1.35-2
 - rebuild with new openssl
@@ -78,10 +84,10 @@
 - use the distro openssl flags rather than guessing them
 
 * Wed Feb 27 2008 Tom spot Callaway tcall...@redhat.com - 1.32-5
-- Rebuild for perl 5.10 (again)
+- rebuild for perl 5.10 (again)
 
 * Tue Feb 19 2008 Fedora Release Engineering rel-...@fedoraproject.org - 
1.32-4
-- Autorebuild for GCC 4.3
+- autorebuild for GCC 4.3
 
 * Thu Jan 31 2008 Tom spot Callaway tcall...@redhat.com - 1.32-3
 - rebuild for new perl

--
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-Date-Simple/devel perl-Date-Simple.spec,1.11,1.12

2009-03-07 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Date-Simple/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23092

Modified Files:
perl-Date-Simple.spec 
Log Message:
Filter out unwanted provides for perl shared objects


Index: perl-Date-Simple.spec
===
RCS file: /cvs/pkgs/rpms/perl-Date-Simple/devel/perl-Date-Simple.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- perl-Date-Simple.spec   26 Feb 2009 14:42:00 -  1.11
+++ perl-Date-Simple.spec   7 Mar 2009 09:05:50 -   1.12
@@ -1,7 +1,7 @@
 Summary:   Simple date object for perl
 Name:  perl-Date-Simple
 Version:   3.03
-Release:   2%{?dist}
+Release:   3%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Date-Simple/
@@ -10,6 +10,12 @@
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More)
 
+# don't provide private Perl libs
+%global _use_internal_dependency_generator 0
+%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
+%global __find_provides /bin/sh -c %{__grep} -v '%{perl_vendorarch}/.*\\.so$' 
| %{__deploop P}
+%global __find_requires /bin/sh -c %{__deploop R}
+
 %description
 %{summary}.
 
@@ -53,10 +59,13 @@
 %{_mandir}/man3/Date::Simple*.3pm*
 
 %changelog
+* Fri Mar  6 2009 Paul Howarth p...@city-fan.org - 3.03-3
+- Filter out unwanted provides for perl shared objects
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 3.03-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-* Thu Jan 22 2009 Paul Howarth p...@city-fan.org 3.03-1
+* Thu Jan 22 2009 Paul Howarth p...@city-fan.org - 3.03-1
 - Update to 3.03
 - Don't package Artistic license text, not included in upstream release
 - New upstream maintainer - new source URL

--
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-Digest-MD2/devel perl-Digest-MD2.spec,1.9,1.10

2009-03-07 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Digest-MD2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30017

Modified Files:
perl-Digest-MD2.spec 
Log Message:
- Filter out unwanted provides for perl shared objects
- Recode docs as UTF-8



Index: perl-Digest-MD2.spec
===
RCS file: /cvs/pkgs/rpms/perl-Digest-MD2/devel/perl-Digest-MD2.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-Digest-MD2.spec26 Feb 2009 15:22:38 -  1.9
+++ perl-Digest-MD2.spec7 Mar 2009 09:38:22 -   1.10
@@ -1,7 +1,7 @@
 Summary:   Perl interface to the MD2 Algorithm
 Name:  perl-Digest-MD2
 Version:   2.03
-Release:   8%{?dist}
+Release:   9%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Digest-MD2/
@@ -10,6 +10,12 @@
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 BuildRequires: perl(ExtUtils::MakeMaker)
 
+# don't provide private Perl libs
+%global _use_internal_dependency_generator 0
+%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
+%global __find_provides /bin/sh -c %{__grep} -v '%{perl_vendorarch}/.*\\.so$' 
| %{__deploop P}
+%global __find_requires /bin/sh -c %{__deploop R}
+
 %description
 The Digest::MD2 module allows you to use the RSA Data Security Inc. MD2 Message
 Digest algorithm from within Perl programs. The algorithm takes as input a
@@ -22,6 +28,10 @@
 %prep
 %setup -q -n Digest-MD2-%{version}
 
+# Convert docs to UTF-8 encoding
+/usr/bin/iconv -f iso-8859-1 -t utf-8  Changes  Changes.utf8
+%{__mv} -f Changes.utf8 Changes
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
 %{__make} %{?_smp_mflags}
@@ -48,6 +58,10 @@
 %{_mandir}/man3/Digest::MD2.3pm*
 
 %changelog
+* Sat Mar  7 2009 Paul Howarth p...@city-fan.org - 2.03-9
+- Filter out unwanted provides for perl shared objects
+- Recode docs as UTF-8
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.03-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 

--
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-Digest-MD4/devel perl-Digest-MD4.spec,1.8,1.9

2009-03-07 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Digest-MD4/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5712

Modified Files:
perl-Digest-MD4.spec 
Log Message:
Filter out unwanted provides for perl shared objects


Index: perl-Digest-MD4.spec
===
RCS file: /cvs/pkgs/rpms/perl-Digest-MD4/devel/perl-Digest-MD4.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- perl-Digest-MD4.spec26 Feb 2009 15:23:33 -  1.8
+++ perl-Digest-MD4.spec7 Mar 2009 20:31:11 -   1.9
@@ -1,6 +1,6 @@
 Name:  perl-Digest-MD4
 Version:   1.5
-Release:   7%{?dist}
+Release:   8%{?dist}
 Summary:   Perl interface to the MD4 Algorithm
 Group: Development/Libraries
 License:   GPL+ or Artistic
@@ -10,6 +10,12 @@
 BuildRequires: perl(ExtUtils::MakeMaker), db4-devel, gdbm-devel
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
+# don't provide private Perl libs
+%global _use_internal_dependency_generator 0
+%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
+%global __find_provides /bin/sh -c %{__grep} -v '%{perl_vendorarch}/.*\\.so$' 
| %{__deploop P}
+%global __find_requires /bin/sh -c %{__deploop R}
+
 %description
 The Digest::MD4 module allows you to use the RSA Data Security Inc. MD4 Message
 Digest algorithm from within Perl programs. The algorithm takes as input a
@@ -28,7 +34,7 @@
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
 /usr/bin/find %{buildroot} -type f -name '*.bs' -empty -exec %{__rm} -f {} ';'
-/usr/bin/find %{buildroot} -depth -type d -exec %{__rmdir} {} 2/dev/null ';'
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2/dev/null ';'
 %{__chmod} -R u+w %{buildroot}/*
 
 %check
@@ -45,6 +51,9 @@
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Sat Mar  7 2009 Paul Howarth p...@city-fan.org - 1.5-8
+- Filter out unwanted provides for perl shared objects
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.5-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 

--
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-Math-GMP/devel perl-Math-GMP.spec,1.14,1.15

2009-03-07 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Math-GMP/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19195

Modified Files:
perl-Math-GMP.spec 
Log Message:
- Filter out unwanted provides for perl shared objects
- Do the build in a subdirectory so that the debug files list doesn't interfere
  with the signature test
- Enable the signature test
- Run the tests in the en_US locale - spell check tests now pass
- Add buildreq perl(YAML) to enable the YAML tests



Index: perl-Math-GMP.spec
===
RCS file: /cvs/pkgs/rpms/perl-Math-GMP/devel/perl-Math-GMP.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- perl-Math-GMP.spec  27 Feb 2009 00:35:31 -  1.14
+++ perl-Math-GMP.spec  7 Mar 2009 21:33:32 -   1.15
@@ -1,7 +1,7 @@
 Summary:   High speed arbitrary size integer math
 Name:  perl-Math-GMP
 Version:   2.05
-Release:   3%{?dist}
+Release:   4%{?dist}
 License:   LGPLv2+
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Math-GMP/
@@ -11,7 +11,13 @@
 BuildRequires: gmp-devel, perl(ExtUtils::MakeMaker), perl(Test::More), 
aspell-en
 BuildRequires: perl(Module::Signature), perl(Perl::Critic), perl(Pod::Spell)
 BuildRequires: perl(Test::Pod), perl(Test::YAML::Meta), 
perl(Text::SpellChecker)
-BuildRequires: perl(File::Comments)
+BuildRequires: perl(File::Comments), perl(YAML)
+
+# don't provide private Perl libs
+%global _use_internal_dependency_generator 0
+%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
+%global __find_provides /bin/sh -c %{__grep} -v '%{perl_vendorarch}/.*\\.so$' 
| %{__deploop P}
+%global __find_requires /bin/sh -c %{__deploop R}
 
 %description
 Math::GMP was designed to be a drop-in replacement both for Math::BigInt and
@@ -22,26 +28,37 @@
 %prep
 %setup -q -n Math-GMP-%{version}
 
+# Do the build in a subdirectory so that the debug files list doesn't interfere
+# with the signature test
+set -- * .perlcriticrc
+%{__mkdir} source
+%{__mv} $@ source
+# Copy docs back to top level for %doc
+%{__cp} -a source/{README,Changes,LICENSE} .
+
 %build
+cd source
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
 %{__make} %{?_smp_mflags}
+cd -
 
 %check
-# Note:
-# Perl::Critic test fails, disabled for now
-# Module::Signature test fails due to presence of debuginfo data in build dir
-# Pod::Coverage test fails
-# Spell check tests fails
-%{__make} test \
-   TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=0 TEST_SPELL=0 TEST_VERBOSE=1
+# Notes:
+# Locale set to en_US for spell check tests
+# Perl::Critic tests fail - disabled for now by setting TEST_CRITIC=0
+# Pod::Coverage tests fail - disabled for now by not having BR: 
perl(Test::Pod::Coverage)
+LC_ALL=en_US %{__make} -C source test \
+   TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=1 TEST_SPELL=1 TEST_VERBOSE=1
 
 %install
 %{__rm} -rf %{buildroot}
+cd source
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
 /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
 /usr/bin/find %{buildroot} -type f -name '*.bs' -a -size 0 -exec %{__rm} -f {} 
';'
 /usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2/dev/null ';'
 %{__chmod} -R u+w %{buildroot}/*
+cd -
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -54,12 +71,20 @@
 %{_mandir}/man3/Math::GMP.3pm*
 
 %changelog
+* Sat Mar  7 2009 Paul Howarth p...@city-fan.org 2.05-4
+- Filter out unwanted provides for perl shared objects
+- Do the build in a subdirectory so that the debug files list doesn't interfere
+  with the signature test
+- Enable the signature test
+- Run the tests in the en_US locale - spell check tests now pass
+- Add buildreq perl(YAML) to enable the YAML tests
+
 * Thu Feb 26 2009 Paul Howarth p...@city-fan.org 2.05-3
 - Add buildreq aspell-en as it's not pulled in by aspell after Fedora 10
 - Add buildreq perl(File::Comments) to support spellchecking of comments
 - Disable spellcheck tests as they fail anyway
 
-* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.05-2
+* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
2.05-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Tue Oct  7 2008 Paul Howarth p...@city-fan.org 2.05-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/perl-Math-GMP/devel 14964AC8.asc, NONE, 1.1 perl-Math-GMP.spec, 1.15, 1.16

2009-03-07 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Math-GMP/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21850

Modified Files:
perl-Math-GMP.spec 
Added Files:
14964AC8.asc 
Log Message:
Need the upstream GPG key on the koij builder


--- NEW FILE 14964AC8.asc ---
-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v1.4.9 (GNU/Linux)

mQGiBDbavsURBADbDrQSrOgsHNPn+rlmvgHyIYj2bG/yn0nbO4cEVmxBHEVz906s
aOiFlAPYc0AOlRPbSZXg8n8tJ+FrGJUFLU4Znt8TmOvgOv0wmH6aZcdehFWwfIGU
1oZIMTbWnWsF4EikXJRfDjjXB1B1x4R8my3e8CBqUxYXiyey6qTZuw9z/wCg/xBS
FBdOWq0MvaZWZveOcBBkrQcD/ihacwMJiO30I0GuZdeqhaamowS9TAFpBeYtpX2u
tgGnvCZ8/MhDW4xrdMJ9jX6z/qjOzC8hmmeTMok4MrcCxFKB0oZ/kRQ6C9zt8yp+
TEBjwlDe1i3EsUcL2FC0sROWMUitw0o1O2vKadynKdklMlkjeDQEG0NsBZVSjdo+
gMy9BACBLVsnwMP7iMwLILQVGbJ+yNelg0ar4EU64lIIaEt15eOpz4u/EnJ0deUn
LVIy1o9SvGRrJxyrBlZi4DNfoSivCE9Y26IEupPGwvajVSQ+pn9SK7M1/ER9cYYc
3XmKIas4YgXEW12wS7oOA9YVggG0Kad33jJ1x7GnCCcKGS4MlrQnR3JlZyBTYWJp
bm8gTXVsbGFuZSA8Z3JlZ0B0dXJuc3RlcC5jb20+iEUEEBECAAYFAjtAjpIACgkQ
hAWqkCam3o5X6wCWIhd86/eXgXNsESjzOks30okcRACeNWvcKqh3fWFeQ7rAL3ZK
UNsJ6VmIRQQQEQIABgUCQIZyhgAKCRAXGjZtF9uc0yzAAKDB+3/GoFTqdlodB5oM
CDcytqVEIgCXXMpQEl9vPJ3xRY9rZrRd4vnDJ4hGBBARAgAGBQI7FekeAAoJEBHY
BW6dmJ/6pzQAoJSm9EiqGGLni1c4jSlCOk/8xpsYAJ9XTXWV1/LETFnX3WY4Hqjt
Itn6HYhGBBARAgAGBQI7KqGAAAoJEMAuD5JDqDw2jWEAn04HTkSNA7g/W7w4mLwL
8cISCEfaAJ4gvWt/MJiehshO59gLvuDC+mSgKohGBBARAgAGBQI7QmhXAAoJELHP
dAZuqtcr7mQAoK1ZKaeBkGVjDI0bxBcZbK9L55NMAKCVg/68QBTqnzTKdKre7P9u
12V7QIhGBBARAgAGBQI7QolMAAoJEDaLC7dz+Z2XihsAnjIGArMfKXoiUkYIfp0d
7xQvmViuAJ9h/9g/GJplxLJC2aVXk/VuHSEVR4hGBBARAgAGBQI7cpOWAAoJEHEh
Uqs1l0lrIlIAoI8vWE7wJdnTl/pUkuuHnrSVlI6cAJ9u/pDnlYihVse9hfyTKtCg
69/I9ohGBBARAgAGBQI7r4C6AAoJEEQeK/Xt7e+5G5MAoON+8xDDdGWO0BwK85oR
msM03Cv7AKCbJ7thEtbMdzxMGzpxRNX1TSAKwIhGBBARAgAGBQI7sp2OAAoJEBEd
zLh1J3AbDCAAnj96tDwdSP+5ybOPWvlbRTZzgh/jAJwKkGNZcWYC8AjTmt5B9bmr
ib/2J4hGBBARAgAGBQI7sqUNAAoJENElmsWUw7fwTsUAnjoHHUo3Fo60jFjnCSo/
1Mp0YGA8AJ4l0pqatx28XxCKQ+8ZYbEQuMVgkYhGBBARAgAGBQI7syfcAAoJENh2
/K3Z1dz4xu4Anjc97pF0q3SFowPhudFxxk9XdX5wAJ9wk2RzHM3MsyLOgffrBtO3
AJ4OD4hGBBARAgAGBQI7sz5lAAoJEG5a17pGD/2k+qUAmgJI9uA2OcYiY5hhIf+7
54bFRU87AJ9fXhWGtxqIjDmHrOSCNBOOwxKHpohGBBARAgAGBQI7s1ZvAAoJEPqS
CXOZKks/5RkAn3w0G9hTBqOA1U0nSMABx2c173JxAJ9peq8B/uTtN4MyrWrqbGGc
d7K5GohGBBARAgAGBQI7uVJLAAoJEH5c9bxxC4ofpn4AnjEj7/r5rOdL1McxMQ/M
bnHzjEuJAJ9xVB04DwHIDA2ZmHXuN/pKl5lIKohGBBARAgAGBQI8eXfiAAoJEOLQ
0T9c2gzwhnkAoIKrUW8+5Hvxt/P+zxahd+9aXoRKAJ9IpgbfOD/pknhcskrZlVpJ
DPxjR4hGBBARAgAGBQI82WdeAAoJENaF05dpo4reHgMAn2DYt1qET05MEyIFJ7HR
uIuvZp4xAKC3zymC4gzhRD7TuCGZCcfJdYfqaYhGBBARAgAGBQI9VFq6AAoJEOJa
9W6W3C+poWIAn2kJaGL6HWbf5qN+0ts1nVpVzcdxAJ46NCQ44RgObE0vDEV0+6XN
fegKZ4hGBBARAgAGBQI958C1AAoJEOPrGoQWiQcenbsAoJkBE8Ww2ScVIrPW/lRP
O7KKR/AUAJ4nCS5H2tMnkKlZkkGSQMqv3ooi14hGBBARAgAGBQI+9wzrAAoJEEGG
YeMRZGyeOQsAn0gmstlvveSH4tmdIBtRM252erU9AJ9SsCqH1zqG0V47b6qbpdDy
XcRAaohGBBARAgAGBQI/idGRAAoJEJ0zS5+T3kCf4IUAoJgajVYk7p9wKLbmLHLz
lFXiZgJmAKDEUiObfW6uh23e3mbFu+Qw4SFVO4hGBBARAgAGBQI/8kbBAAoJEFqO
QPxGgWZORaUAn1knhnwqgW2ZF+ly8OgMJwZC8MNKAKC8+Lcpkm55ldeJR0sTeG+z
nPWZO4hGBBARAgAGBQI//ze9AAoJEPs/iMJV6ln+cKUAn2hH2vhQBiEtXYO58kXK
1kJf+9/AAJ0UGj3xNEEZBj+B2FgGyq3jtuHZM4hGBBARAgAGBQJA66f3AAoJECHC
S9wFUtEecnIAnR+9ywGemrgQtrXvzcWCvHfgL6r3AKC9C9Jo24PIFRWlVu0QRX4h
SUXMvohGBBARAgAGBQJBqjPtAAoJEAP6keFKJNb0UkQAoKhkBVCxVcD2VceFIFLM
JYV2dIEyAJ9b/PVqM8KRhBFUrlYOW9UUDJIZq4hGBBARAgAGBQJCl3vuAAoJEIvY
Lm8wuUtc9HkAoK8Rw6u5SFLLpmKpM6j1frXRAdzVAJsG3KfYOLtF+w52DhEYTx+O
kMtLQYhGBBARAgAGBQJCnkNTAAoJEIdJ9NKJpwwp12wAn0nOSuiyWv0c8oEv4ZcH
dk4dVvYgAJ97U268fPwNI1SEY8tSqMA9R3O43ohGBBARAgAGBQJCnkOJAAoJEDwi
XkgE97q4AZYAnjFv7mHmiE3vCtv5sE7uX8n1nl3rAJ4hFN5d/mMoPLcJdplkX2N3
bmZdAIhGBBARAgAGBQJD5FsJAAoJEP3jfphHobhDwi8AnRBqHI2X/hP8fLEzIrv6
EM/ogr2wAJ4zIriHKTI7G6LQ9Zl1/6AyFIllTIhGBBARAgAGBQJEMRLrAAoJEPp0
OhEyNewemk0AoI+gyCGX7XJS8rUJREyljeBZ4CrOAJwKV43ttawYuVDt8mhLj95j
ygn7t4hGBBARAgAGBQJERLAbAAoJECyxVuYYNNipPREAnjCHScxSs2qa3H7SunRC
urIT4QELAKDU3k2E78plcfZXrCT/aL1l6hBuSYhGBBARAgAGBQJERuD0AAoJEPuU
YqVsTBbb+yEAnilX0hRbZegmGvo3fE8Z1IaEIxYWAJ9YmdCeVo9OhJG4Xie/C+1s
Lj+rjIhGBBARAgAGBQJERuVgAAoJEEiDMC3Tvg5XzzMAn1vm51m8vKMj5YKcjB5I
r8p7i+TQAKCgOpiEV+HFi7hG+T7WmmJJrTNubIhGBBARAgAGBQJERuZnAAoJECpB
abcF3BxinUYAoPcmrSZBuMmw4sKpX1X5mmcQBcokAJ42n3tmiy8P0liQoNhahOZL
LFPORohGBBARAgAGBQJERucFAAoJEPg3nqnO++ttSlAAniMeRnW68aPAeIvOUmZl
yeX76yV/AJ0SXJXoOVpdDbCv8EZNSZ3pHsXcYIhGBBARAgAGBQJERvJEAAoJEG8Q
ugraTAiZm3YAn3yRfIIeQ369SlvqEguwh8mvwdhyAJ4ujApPKsGMn5PBIkDJs2aR
ZzJ7EohGBBARAgAGBQJER5bKAAoJEGqr/t9yMnLN7UQAn14wgYCx8TMlgeWkGR5Z
VCW8uUWXAKClp8bkEFnFlqoBSpPzU+HLg24Ez4hGBBARAgAGBQJESN5IAAoJEFdf
TyFRBoojJmoAn0HpDHdnRzR3nayEYYa2N898xmGBAKCGcXRJCiMyGy9v+q9eilve
EFyuJ4hGBBARAgAGBQJEWFh0AAoJEA0CRcITHAYezswAmgKUVzQiNZrWRYvVqZe1
UKaPSo9sAKCHIEtgS4Y+KSnwoQ24V2ogrhnRd4hGBBARAgAGBQJEhIUiAAoJEGHf
XWohI4xcUPMAoIZpqz6+GMWBk163WYFYFB/rDJ7EAJ0aLAKXDFHm25kABjt0NO0S
ZhoTmIhGBBARAgAGBQJEsRNHAAoJELnbtKH03fEuVrsAoMgqiWZbU649ru30iGnz
cv4U77eqAJ9Gu4gi4rCaDdFL9WUcrn1PkIVvOYhGBBARAgAGBQJEsY0KAAoJEDe4
WVBqpqcTtEEAoMP66ZY43j03RV802rLQhI1LqWY4AJ9f0tT9mGAkNkxowoNZdVyr

Re: Filtering lib provides in XS packages?

2009-03-02 Thread Paul Howarth
On Sun, 1 Mar 2009 14:08:51 -0800
Chris Weyl cw...@alumni.drew.edu wrote:

 On Sun, Mar 1, 2009 at 11:16 AM, Chris Weyl cw...@alumni.drew.edu
 wrote:
  So:
 
  bug 487958 - [rpm] rtld(GNU_HASH) dropped
  bug 487960 - [rpmdevtools] RFE: filter Perl private libs for
  arch-specific packages
 
 Well, the spec template addition looks to be a no-go...  Apparently
 solving an actual problem is too ugly to be included :-)  I suspect
 that doesn't matter too much anyways, as most people seem to use
 either cpanspec or CPANPLUS::Dist::RPM to build out their initial spec
 files.
 
 I also just filed two more:
 
 bug 487972 - [rpm] RFE: filter private Perl lib provides
 bug 487974 - [rpmlint] RFE: error on shlib provides from under
 %perl_*arch
 
 I have very low hopes for 487972; AFAIK no request for rpm to filter
 certain provides from any specific directory has ever been granted.

This version seems to work a little better:

# don't provide private Perl libs
%global _use_internal_dependency_generator 0
%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; 
done | /bin/sort -u
%global __find_provides /bin/sh -c %{__grep} -v '%{perl_vendorarch}/.*\\.so$' 
| %{__deploop P}
%global __find_requires /bin/sh -c %{__deploop R}

Paul.

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


Re: Filtering lib provides in XS packages?

2009-03-01 Thread Paul Howarth
On Sat, 28 Feb 2009 20:46:32 +
Paul Howarth p...@city-fan.org wrote:

 On Sat, 28 Feb 2009 12:02:01 -0800
 Chris Weyl cw...@alumni.drew.edu wrote:
 
  On Sat, Feb 28, 2009 at 4:36 AM, Paul Howarth p...@city-fan.org
  wrote:
  
   I do think that filtering these provides is the right thing to do
   but I'm not sure about the approach. Whilst it should be fine for
   a regular perl module package, it could cause problems for
   mixed-language packages where there are other valid provides that
   should be included but are not found by the perl provides script.
   An alternative approach for such cases would be, e.g.
  
   # don't provide the private XS.so lib
   %global _use_internal_dependency_generator 0
   %global provfind /bin/sh -c %__find_provides | grep -v
   '^XS[.]so' %global __find_provides %provfind
  
  
  Yeah.  I was using as a simple case the filtering needed in
  perl-Readonly-XS...  Others will be different, e.g. perl-Imager
  requires a bunch filtered:
  
  perl-Imager == CountColor.so()(64bit)
  perl-Imager == DynTest.so()(64bit)
  perl-Imager == Flines.so()(64bit)
  perl-Imager == ICO.so()(64bit)
  perl-Imager == Imager.so()(64bit)
  perl-Imager == Mandelbrot.so()(64bit)
  perl-Imager == SGI.so()(64bit)
  
  The following snippet just filters any .so files under
  %perl_vendorarch from being run through %__find_provides:
  
  # don't provide private Perl libs
  %global _use_internal_dependency_generator 0
  %global provfind /bin/sh -c grep -v '%perl_vendorarch.*\\.so$' |
  %__find_provides
  %global __find_provides %provfind
  
  Looking at just the packages installed on my system, I see 208
  '*perl*' packages providing shared libs; for 432 .so's.
  
  http://fedorapeople.org/~cweyl/impacted_packages
  http://fedorapeople.org/~cweyl/private_libs
 
 I like the look of that one, seems suitable as an addition to the
 arch-specific perl package template perhaps?

One thing I just noticed about this approach is that it causes the
dependency on rtld(GNU_HASH) to get dropped too. Don't know why but
possibly a side-effect of turning off the internal dependency generator.

Paul.

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


Re: Filtering lib provides in XS packages?

2009-02-28 Thread Paul Howarth
On Fri, 27 Feb 2009 18:14:17 -0800
Chris Weyl cw...@alumni.drew.edu wrote:

 On Fri, Feb 27, 2009 at 5:44 PM, Chris Weyl cw...@alumni.drew.edu
 wrote:
 
  Should we be filtering these private libs, to prevent bad
  provides from polluting the repository/rpm metadata?
 
 
 Replying to myself here, it looks like this is pretty
 straight-forward, if it's the right thing to do:
 
 # don't provide the private XS.so() lib
 %global _use_internal_dependency_generator 0
 %global __find_provides %{__perl_provides}

I do think that filtering these provides is the right thing to do but
I'm not sure about the approach. Whilst it should be fine for a regular
perl module package, it could cause problems for mixed-language
packages where there are other valid provides that should be included
but are not found by the perl provides script. An alternative approach
for such cases would be, e.g.

# don't provide the private XS.so lib
%global _use_internal_dependency_generator 0
%global provfind /bin/sh -c %__find_provides | grep -v '^XS[.]so'
%global __find_provides %provfind

Paul.

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


Re: Filtering lib provides in XS packages?

2009-02-28 Thread Paul Howarth
On Sat, 28 Feb 2009 12:02:01 -0800
Chris Weyl cw...@alumni.drew.edu wrote:

 On Sat, Feb 28, 2009 at 4:36 AM, Paul Howarth p...@city-fan.org
 wrote:
 
  I do think that filtering these provides is the right thing to do
  but I'm not sure about the approach. Whilst it should be fine for a
  regular perl module package, it could cause problems for
  mixed-language packages where there are other valid provides that
  should be included but are not found by the perl provides script.
  An alternative approach for such cases would be, e.g.
 
  # don't provide the private XS.so lib
  %global _use_internal_dependency_generator 0
  %global provfind /bin/sh -c %__find_provides | grep -v '^XS[.]so'
  %global __find_provides %provfind
 
 
 Yeah.  I was using as a simple case the filtering needed in
 perl-Readonly-XS...  Others will be different, e.g. perl-Imager
 requires a bunch filtered:
 
 perl-Imager == CountColor.so()(64bit)
 perl-Imager == DynTest.so()(64bit)
 perl-Imager == Flines.so()(64bit)
 perl-Imager == ICO.so()(64bit)
 perl-Imager == Imager.so()(64bit)
 perl-Imager == Mandelbrot.so()(64bit)
 perl-Imager == SGI.so()(64bit)
 
 The following snippet just filters any .so files under
 %perl_vendorarch from being run through %__find_provides:
 
 # don't provide private Perl libs
 %global _use_internal_dependency_generator 0
 %global provfind /bin/sh -c grep -v '%perl_vendorarch.*\\.so$' |
 %__find_provides
 %global __find_provides %provfind
 
 Looking at just the packages installed on my system, I see 208
 '*perl*' packages providing shared libs; for 432 .so's.
 
 http://fedorapeople.org/~cweyl/impacted_packages
 http://fedorapeople.org/~cweyl/private_libs

I like the look of that one, seems suitable as an addition to the
arch-specific perl package template perhaps?

Paul.

--
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-Math-GMP/devel perl-Math-GMP.spec,1.13,1.14

2009-02-26 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Math-GMP/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20483

Modified Files:
perl-Math-GMP.spec 
Log Message:
- Add buildreq aspell-en as it's not pulled in by aspell after Fedora 10
- Add buildreq perl(File::Comments) to support spellchecking of comments
- Disable spellcheck tests as they fail anyway



Index: perl-Math-GMP.spec
===
RCS file: /cvs/pkgs/rpms/perl-Math-GMP/devel/perl-Math-GMP.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- perl-Math-GMP.spec  26 Feb 2009 21:39:32 -  1.13
+++ perl-Math-GMP.spec  27 Feb 2009 00:35:31 -  1.14
@@ -1,16 +1,17 @@
 Summary:   High speed arbitrary size integer math
 Name:  perl-Math-GMP
 Version:   2.05
-Release:   2%{?dist}
+Release:   3%{?dist}
 License:   LGPLv2+
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Math-GMP/
 Source0:   
http://search.cpan.org/CPAN/authors/id/T/TU/TURNSTEP/Math-GMP-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-BuildRequires: gmp-devel, perl(ExtUtils::MakeMaker), perl(Test::More)
+BuildRequires: gmp-devel, perl(ExtUtils::MakeMaker), perl(Test::More), 
aspell-en
 BuildRequires: perl(Module::Signature), perl(Perl::Critic), perl(Pod::Spell)
 BuildRequires: perl(Test::Pod), perl(Test::YAML::Meta), 
perl(Text::SpellChecker)
+BuildRequires: perl(File::Comments)
 
 %description
 Math::GMP was designed to be a drop-in replacement both for Math::BigInt and
@@ -30,9 +31,9 @@
 # Perl::Critic test fails, disabled for now
 # Module::Signature test fails due to presence of debuginfo data in build dir
 # Pod::Coverage test fails
-# File::Comments not yet in Fedora
+# Spell check tests fails
 %{__make} test \
-   TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=0 TEST_SPELL=1 TEST_VERBOSE=1
+   TEST_AUTHOR=1 TEST_CRITIC=0 TEST_SIGNATURE=0 TEST_SPELL=0 TEST_VERBOSE=1
 
 %install
 %{__rm} -rf %{buildroot}
@@ -53,6 +54,11 @@
 %{_mandir}/man3/Math::GMP.3pm*
 
 %changelog
+* Thu Feb 26 2009 Paul Howarth p...@city-fan.org 2.05-3
+- Add buildreq aspell-en as it's not pulled in by aspell after Fedora 10
+- Add buildreq perl(File::Comments) to support spellchecking of comments
+- Disable spellcheck tests as they fail anyway
+
 * Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 2.05-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 

--
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-IO-Tty/devel .cvsignore, 1.7, 1.8 perl-IO-Tty.spec, 1.19, 1.20 sources, 1.7, 1.8

2009-02-25 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-IO-Tty/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18563

Modified Files:
.cvsignore perl-IO-Tty.spec sources 
Log Message:
- Update to 1.08 (add support for posix_openpt())
- Fix argument order for find with -depth



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-IO-Tty/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore  21 Jul 2006 14:36:52 -  1.7
+++ .cvsignore  25 Feb 2009 21:57:36 -  1.8
@@ -1 +1 @@
-IO-Tty-1.07.tar.gz
+IO-Tty-1.08.tar.gz


Index: perl-IO-Tty.spec
===
RCS file: /cvs/pkgs/rpms/perl-IO-Tty/devel/perl-IO-Tty.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- perl-IO-Tty.spec2 Mar 2008 15:51:14 -   1.19
+++ perl-IO-Tty.spec25 Feb 2009 21:57:36 -  1.20
@@ -1,6 +1,6 @@
 Name:   perl-IO-Tty
-Version:1.07
-Release:5%{?dist}
+Version:1.08
+Release:1%{?dist}
 Summary:Perl interface to pseudo tty's
 
 License:GPL+ or Artistic
@@ -30,7 +30,7 @@
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
@@ -51,6 +51,10 @@
 
 
 %changelog
+* Wed Feb 25 2009 Paul Howarth p...@city-fan.org - 1.08-1
+- Update to 1.08 (add support for posix_openpt())
+- Fix argument order for find with -depth
+
 * Wed Feb 27 2008 Tom spot Callaway tcall...@redhat.com - 1.07-5
 - Rebuild for perl 5.10 (again)
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-IO-Tty/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 21 Jul 2006 14:36:52 -  1.7
+++ sources 25 Feb 2009 21:57:36 -  1.8
@@ -1 +1 @@
-2a54e49b60a4092e93af5b8073ec5325  IO-Tty-1.07.tar.gz
+e99d819a6f8c11ae105b770cc508a4fc  IO-Tty-1.08.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-SSH-Perl/devel perl-Net-SSH-Perl.spec,1.11,1.12

2009-02-22 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Net-SSH-Perl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7283

Modified Files:
perl-Net-SSH-Perl.spec 
Log Message:
Fix FTBFS by adding English spellcheck dictionary (aspell used to pull this in 
itself)


Index: perl-Net-SSH-Perl.spec
===
RCS file: /cvs/pkgs/rpms/perl-Net-SSH-Perl/devel/perl-Net-SSH-Perl.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- perl-Net-SSH-Perl.spec  2 Feb 2009 14:30:26 -   1.11
+++ perl-Net-SSH-Perl.spec  22 Feb 2009 09:54:46 -  1.12
@@ -8,7 +8,7 @@
 Summary:   SSH (Secure Shell) client
 Name:  perl-Net-SSH-Perl
 Version:   1.34
-Release:   1%{?dist}
+Release:   2%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Net-SSH-Perl/
@@ -40,7 +40,7 @@
 BuildRequires: perl(Test::Pod::Coverage)   = 1.04
 BuildRequires: perl(Test::YAML::Meta)  = 0.03
 BuildRequires: perl(Perl::Critic)
-BuildRequires: perl(Text::SpellChecker)
+BuildRequires: perl(Text::SpellChecker), aspell-en
 
 %{?_with_IDEA:BuildRequires: perl(Crypt::IDEA)}
 
@@ -97,6 +97,9 @@
 %{_mandir}/man3/Net::SSH::Perl*.3pm*
 
 %changelog
+* Sun Feb 22 2009 Paul Howarth p...@city-fan.org 1.34-2
+- Add buildreq aspell-en for spell check test
+
 * Mon Feb  2 2009 Paul Howarth p...@city-fan.org 1.34-1
 - Update to 1.34, fixes various upstream bugs:
   * Rekey properly after 1 GB of data (rt.cpan.org #25044)

--
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-Pod-Coverage/devel .cvsignore, 1.5, 1.6 perl-Pod-Coverage.spec, 1.16, 1.17 sources, 1.5, 1.6

2009-02-20 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Pod-Coverage/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4317

Modified Files:
.cvsignore perl-Pod-Coverage.spec sources 
Log Message:
Update to 0.20 (test updates)
No README in upstream distribution
BR: perl(Test::More)
More specific files list



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Pod-Coverage/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore  12 Jan 2008 23:53:05 -  1.5
+++ .cvsignore  20 Feb 2009 10:50:04 -  1.6
@@ -1 +1 @@
-Pod-Coverage-0.19.tar.gz
+Pod-Coverage-0.20.tar.gz


Index: perl-Pod-Coverage.spec
===
RCS file: /cvs/pkgs/rpms/perl-Pod-Coverage/devel/perl-Pod-Coverage.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- perl-Pod-Coverage.spec  27 Feb 2008 21:35:26 -  1.16
+++ perl-Pod-Coverage.spec  20 Feb 2009 10:50:04 -  1.17
@@ -1,6 +1,6 @@
 Name:   perl-Pod-Coverage
-Version:0.19
-Release:3%{?dist}
+Version:0.20
+Release:1%{?dist}
 Summary:Checks if the documentation of a module is comprehensive
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -10,6 +10,7 @@
 BuildArch:  noarch
 BuildRequires:  perl(Devel::Symdump) = 2.01
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
@@ -44,12 +45,21 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README examples/
-%{_bindir}/*
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%doc Changes examples/
+%{_bindir}/pod_cover
+%{perl_vendorlib}/Pod/
+%{_mandir}/man3/Pod::Coverage.3pm*
+%{_mandir}/man3/Pod::Coverage::CountParents.3pm*
+%{_mandir}/man3/Pod::Coverage::ExportOnly.3pm*
+%{_mandir}/man3/Pod::Coverage::Overloader.3pm*
 
 %changelog
+* Fri Feb 20 2009 Paul Howarth p...@city-fan.org - 0.20-1
+- Update to 0.20 (test updates)
+- No README in upstream distribution
+- BR: perl(Test::More)
+- More specific files list
+
 * Wed Feb 27 2008 Tom spot Callaway tcall...@redhat.com - 0.19-3
 - Rebuild for perl 5.10 (again), second pass with tests enabled
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Pod-Coverage/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 12 Jan 2008 23:53:05 -  1.5
+++ sources 20 Feb 2009 10:50:04 -  1.6
@@ -1 +1 @@
-93af52dac8bafed7702ed290d988ffa4  Pod-Coverage-0.19.tar.gz
+292a5b8d3a93597af441d3e6467b8ad6  Pod-Coverage-0.20.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-Math-Pari/devel .cvsignore, 1.6, 1.7 perl-Math-Pari.spec, 1.13, 1.14 sources, 1.6, 1.7

2009-02-11 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Math-Pari/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1786

Modified Files:
.cvsignore perl-Math-Pari.spec sources 
Log Message:
- update to 2.010801, but build with pari-2.1.7 since 2.1.8 doesn't exist
  (upstream forgot their own numbering convention - CPAN RT#35493)
- re-enable tests
- drop patch for perl 5.10, no longer needed
- remove spurious exec bits on files in upstream distribution



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore  27 Oct 2006 14:00:20 -  1.6
+++ .cvsignore  11 Feb 2009 10:49:21 -  1.7
@@ -1,2 +1,2 @@
-Math-Pari-2.010709.tar.gz
+Math-Pari-2.010801.tar.gz
 pari-2.1.7.tgz


Index: perl-Math-Pari.spec
===
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/perl-Math-Pari.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- perl-Math-Pari.spec 7 Mar 2008 20:58:56 -   1.13
+++ perl-Math-Pari.spec 11 Feb 2009 10:49:21 -  1.14
@@ -7,20 +7,22 @@
 # (c)  Functionality is lost if built against an external PARI library
 #  (see the INSTALL file in the distribution)
 
+# The perl module version used to indicate the latest PARI version that
+# it was tested against, but due to an oversight 2.010800 was released
+# and broke the numbering scheme, so we need to hardcode both version
+# numbers from now on (see CPAN RT#35493)
+%define module_version 2.010801
+%define pari_version   2.1.7
+
 Summary:   Perl interface to PARI
 Name:  perl-Math-Pari
-Version:   2.010709
-# You'll need to replace pariversion with a hardcoded version number if you're
-# testing with a development version of PARI, as this expression evaluates
-# the latest version of GP/PARI the perl module was tested with.
-%define pariversion %(echo %{version} | %{__perl} -pi -e 
's/(\\d+)\\.(\\d\\d)(\\d\\d).*/sprintf(%d.%d.%d,$1,$2,$3)/e')
-Release:   7%{?dist}
+Version:   %{module_version}
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Math-Pari/
-Source0:   
http://search.cpan.org/CPAN/authors/id/I/IL/ILYAZ/modules/Math-Pari-%{version}.tar.gz
-Source1:   
http://pari.math.u-bordeaux.fr/pub/pari/unix/OLD/pari-%{pariversion}.tgz
-Patch0:Math-Pari-2.010709-perl510.patch
+Source0:   
http://search.cpan.org/CPAN/authors/id/I/IL/ILYAZ/modules/Math-Pari-%{module_version}.tar.gz
+Source1:   
http://pari.math.u-bordeaux.fr/pub/pari/unix/OLD/pari-%{pari_version}.tgz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 BuildRequires: perl(ExtUtils::MakeMaker)
@@ -31,13 +33,15 @@
 as Perl functions, and (almost) seamless merging of PARI and Perl data.
 
 %prep
-%setup -q -n Math-Pari-%{version} -a 1
-%patch0 -p1
+%setup -q -n Math-Pari-%{module_version} -a 1
 
 # Remove redundant provides (there's also a versioned one)
 %global provfilt /bin/sh -c %{__perl_provides} | %{__grep} -Fvx 
'perl(Math::Pari)'
 %define __perl_provides %{provfilt}
 
+# Remove spurious executable permission bits
+%{__chmod} -x Changes README Pari.pm PariInit.pm func_codes.h Pari.xs
+
 %build
 # machine=linux-none needed to avoid breakage of 64-bit builds
 # other flags cribbed from pari.spec (#169703)
@@ -48,9 +52,6 @@
machine=none
 %{__make} %{?_smp_mflags}
 
-%check
-# %{__make} test
-
 %install
 %{__rm} -rf %{buildroot}
 %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
@@ -59,6 +60,9 @@
 /usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2/dev/null ';'
 %{__chmod} -R u+w %{buildroot}/*
 
+%check
+%{__make} test
+
 %clean
 %{__rm} -rf %{buildroot}
 
@@ -76,6 +80,13 @@
 %exclude %{_mandir}/man3/Math::libPARI.dumb.3pm*
 
 %changelog
+* Wed Feb 11 2009 Paul Howarth p...@city-fan.org 2.010801-1
+- update to 2.010801, but build with pari-2.1.7 since 2.1.8 doesn't exist
+  (upstream forgot their own numbering convention - CPAN RT#35493)
+- re-enable tests
+- drop patch for perl 5.10, no longer needed
+- remove spurious exec bits on files in upstream distribution
+
 * Fri Mar  7 2008 Tom spot Callaway tcall...@redhat.com - 2.010709-7
 - disable tests, they're being weird in the buildservers
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Math-Pari/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 27 Oct 2006 14:00:20 -  1.6
+++ sources 11 Feb 2009 10:49:21 -  1.7
@@ -1,2 +1,2 @@
-58fdea358b37d00072723bd9cd69ce9e  Math-Pari-2.010709.tar.gz
+c0628a5ad79a53a22188aca476ea45ce  Math-Pari

rpms/perl-Math-Pari/devel Math-Pari-2.010709-perl510.patch, 1.1, NONE

2009-02-11 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Math-Pari/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2140

Removed Files:
Math-Pari-2.010709-perl510.patch 
Log Message:
Remove unused patch


--- Math-Pari-2.010709-perl510.patch DELETED ---

--
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-SSH-Perl/devel .cvsignore, 1.3, 1.4 perl-Net-SSH-Perl.spec, 1.10, 1.11 sources, 1.3, 1.4

2009-02-02 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Net-SSH-Perl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27184

Modified Files:
.cvsignore perl-Net-SSH-Perl.spec sources 
Log Message:
Update to 1.34, fixes various upstream bugs:
* Rekey properly after 1 GB of data (rt.cpan.org #25044)
* Don't try to process nonexistent or empty auth file (rt.cpan.org #41877)
* Fix typo in croak message (rt.cpan.org #42056)
* Move 'use base' call after Crypt module loading (rt.cpan.org #42051)
* Only apply stdin if defined in SSH1 (rt.cpan.org #42583)



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Net-SSH-Perl/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore  3 Nov 2008 10:14:52 -   1.3
+++ .cvsignore  2 Feb 2009 14:30:26 -   1.4
@@ -1 +1 @@
-Net-SSH-Perl-1.33.tar.gz
+Net-SSH-Perl-1.34.tar.gz


Index: perl-Net-SSH-Perl.spec
===
RCS file: /cvs/pkgs/rpms/perl-Net-SSH-Perl/devel/perl-Net-SSH-Perl.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- perl-Net-SSH-Perl.spec  4 Nov 2008 11:22:53 -   1.10
+++ perl-Net-SSH-Perl.spec  2 Feb 2009 14:30:26 -   1.11
@@ -7,8 +7,8 @@
 
 Summary:   SSH (Secure Shell) client
 Name:  perl-Net-SSH-Perl
-Version:   1.33
-Release:   2%{?dist}
+Version:   1.34
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Net-SSH-Perl/
@@ -97,6 +97,14 @@
 %{_mandir}/man3/Net::SSH::Perl*.3pm*
 
 %changelog
+* Mon Feb  2 2009 Paul Howarth p...@city-fan.org 1.34-1
+- Update to 1.34, fixes various upstream bugs:
+  * Rekey properly after 1 GB of data (rt.cpan.org #25044)
+  * Don't try to process nonexistent or empty auth file (rt.cpan.org #41877)
+  * Fix typo in croak message (rt.cpan.org #42056)
+  * Move 'use base' call after Crypt module loading (rt.cpan.org #42051)
+  * Only apply stdin if defined in SSH1 (rt.cpan.org #42583)
+
 * Tue Nov  4 2008 Paul Howarth p...@city-fan.org 1.33-2
 - Run tests in en_US locale, so spell checker doesn't complain about the use of
   American English when the host is in a non-US locale


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Net-SSH-Perl/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 3 Nov 2008 10:14:52 -   1.3
+++ sources 2 Feb 2009 14:30:26 -   1.4
@@ -1 +1 @@
-961496d5a600b04bae1b8e62463f84e8  Net-SSH-Perl-1.33.tar.gz
+5b6d60e459707058e856c45c30e96e53  Net-SSH-Perl-1.34.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-IO-Socket-SSL/devel .cvsignore, 1.14, 1.15 perl-IO-Socket-SSL.spec, 1.17, 1.18 sources, 1.14, 1.15

2009-01-24 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6950

Modified Files:
.cvsignore perl-IO-Socket-SSL.spec sources 
Log Message:
Update to latest upstream version: 1.22


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore  22 Jan 2009 15:51:36 -  1.14
+++ .cvsignore  24 Jan 2009 20:47:31 -  1.15
@@ -1 +1 @@
-IO-Socket-SSL-1.20.tar.gz
+IO-Socket-SSL-1.22.tar.gz


Index: perl-IO-Socket-SSL.spec
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/perl-IO-Socket-SSL.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- perl-IO-Socket-SSL.spec 22 Jan 2009 15:51:36 -  1.17
+++ perl-IO-Socket-SSL.spec 24 Jan 2009 20:47:31 -  1.18
@@ -4,7 +4,7 @@
 #
 
 Name:  perl-IO-Socket-SSL
-Version:   1.20
+Version:   1.22
 Release:   1%{?dist}
 Summary:   Perl library for transparent SSL
 Group: Development/Libraries
@@ -60,6 +60,9 @@
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Jan 24 2009 Paul Howarth p...@city-fan.org - 1.22-1
+- Update to latest upstream version: 1.22
+
 * Thu Jan 22 2009 Paul Howarth p...@city-fan.org - 1.20-1
 - Update to latest upstream version: 1.20
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources 22 Jan 2009 15:51:36 -  1.14
+++ sources 24 Jan 2009 20:47:31 -  1.15
@@ -1 +1 @@
-9ef155c3cb0d3ba2f6f94288c4a699f6  IO-Socket-SSL-1.20.tar.gz
+41361bc4480642046f50e56345fe6bfd  IO-Socket-SSL-1.22.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-Date-Simple/devel .cvsignore, 1.2, 1.3 perl-Date-Simple.spec, 1.9, 1.10 sources, 1.2, 1.3

2009-01-22 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Date-Simple/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24630

Modified Files:
.cvsignore perl-Date-Simple.spec sources 
Log Message:
- Update to 3.03
- Don't package Artistic license text, not included in upstream release
- New upstream maintainer - new source URL



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Date-Simple/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore  23 Aug 2005 16:40:32 -  1.2
+++ .cvsignore  22 Jan 2009 11:17:45 -  1.3
@@ -1 +1 @@
-Date-Simple-3.02.tar.gz
+Date-Simple-3.03.tar.gz


Index: perl-Date-Simple.spec
===
RCS file: /cvs/pkgs/rpms/perl-Date-Simple/devel/perl-Date-Simple.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-Date-Simple.spec   28 Feb 2008 13:03:30 -  1.9
+++ perl-Date-Simple.spec   22 Jan 2009 11:17:46 -  1.10
@@ -1,11 +1,11 @@
 Summary:   Simple date object for perl
 Name:  perl-Date-Simple
-Version:   3.02
-Release:   9%{?dist}
+Version:   3.03
+Release:   1%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Date-Simple/
-Source0:   
http://search.cpan.org/CPAN/authors/id/Y/YV/YVES/Date-Simple-%{version}.tar.gz
+Source0:   
http://search.cpan.org/CPAN/authors/id/I/IZ/IZUT/Date-Simple-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More)
@@ -16,9 +16,6 @@
 %prep
 %setup -q -n Date-Simple-%{version}
 
-# Artistic license text not included in tarball
-/usr/bin/perldoc -t perlartistic  Artistic
-
 # Spurious exec permissions in files from tarball
 /usr/bin/find lib -type f -exec %{__chmod} -x {} ';'
 %{__chmod} -x ChangeLog COPYING README Simple.xs
@@ -50,12 +47,17 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Artistic ChangeLog COPYING README
+%doc ChangeLog COPYING README
 %{perl_vendorarch}/Date/
 %{perl_vendorarch}/auto/Date/
 %{_mandir}/man3/Date::Simple*.3pm*
 
 %changelog
+* Thu Jan 22 2009 Paul Howarth p...@city-fan.org 3.03-1
+- Update to 3.03
+- Don't package Artistic license text, not included in upstream release
+- New upstream maintainer - new source URL
+
 * Wed Feb 27 2008 Tom spot Callaway tcall...@redhat.com - 3.02-9
 - Rebuild for perl 5.10 (again)
 
@@ -63,7 +65,7 @@
 - Autorebuild for GCC 4.3
 
 * Tue Jan 15 2008 Tom spot Callaway tcall...@redhat.com 3.02-7
-- rebuild for new perl
+- Rebuild for new perl
 
 * Mon Aug 13 2007 Paul Howarth p...@city-fan.org 3.02-6
 - Clarify license as GPL v1 or later, or Artistic (same as perl)


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Date-Simple/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 23 Aug 2005 16:40:32 -  1.2
+++ sources 22 Jan 2009 11:17:46 -  1.3
@@ -1 +1 @@
-9a9559617ea27d518c282e5fb8367775  Date-Simple-3.02.tar.gz
+436049dc2c7dfd8423d8bcc807248b31  Date-Simple-3.03.tar.gz

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


rpms/perl-IO-Socket-SSL/devel .cvsignore, 1.13, 1.14 perl-IO-Socket-SSL.spec, 1.16, 1.17 sources, 1.13, 1.14

2009-01-22 Thread Paul Howarth
Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8747

Modified Files:
.cvsignore perl-IO-Socket-SSL.spec sources 
Log Message:
Update to latest upstream version: 1.20


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore  18 Nov 2008 09:53:54 -  1.13
+++ .cvsignore  22 Jan 2009 15:51:36 -  1.14
@@ -1 +1 @@
-IO-Socket-SSL-1.18.tar.gz
+IO-Socket-SSL-1.20.tar.gz


Index: perl-IO-Socket-SSL.spec
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/perl-IO-Socket-SSL.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- perl-IO-Socket-SSL.spec 18 Nov 2008 09:53:54 -  1.16
+++ perl-IO-Socket-SSL.spec 22 Jan 2009 15:51:36 -  1.17
@@ -4,7 +4,7 @@
 #
 
 Name:  perl-IO-Socket-SSL
-Version:   1.18
+Version:   1.20
 Release:   1%{?dist}
 Summary:   Perl library for transparent SSL
 Group: Development/Libraries
@@ -60,6 +60,9 @@
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jan 22 2009 Paul Howarth p...@city-fan.org - 1.20-1
+- Update to latest upstream version: 1.20
+
 * Tue Nov 18 2008 Paul Howarth p...@city-fan.org - 1.18-1
 - Update to latest upstream version: 1.18
 - BR: perl(IO::Socket::INET6) for extra test coverage


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-IO-Socket-SSL/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources 18 Nov 2008 09:53:54 -  1.13
+++ sources 22 Jan 2009 15:51:36 -  1.14
@@ -1 +1 @@
-2b278fb8784e0ba2d6d779ef7ef5f582  IO-Socket-SSL-1.18.tar.gz
+9ef155c3cb0d3ba2f6f94288c4a699f6  IO-Socket-SSL-1.20.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-Test-Warn/F-10 .cvsignore, 1.4, 1.5 perl-Test-Warn.spec, 1.8, 1.9 sources, 1.4, 1.5

2009-01-05 Thread Paul Howarth
Author: pghmcfc

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

Modified Files:
.cvsignore perl-Test-Warn.spec sources 
Log Message:
Resync with devel (#477298)


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Test-Warn/F-10/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore  5 May 2007 13:57:17 -   1.4
+++ .cvsignore  5 Jan 2009 16:44:21 -   1.5
@@ -1 +1 @@
-Test-Warn-0.10.tar.gz
+Test-Warn-0.11.tar.gz


Index: perl-Test-Warn.spec
===
RCS file: /cvs/pkgs/rpms/perl-Test-Warn/F-10/perl-Test-Warn.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- perl-Test-Warn.spec 2 Mar 2008 15:56:35 -   1.8
+++ perl-Test-Warn.spec 5 Jan 2009 16:44:21 -   1.9
@@ -1,6 +1,6 @@
 Name:   perl-Test-Warn
-Version:0.10
-Release:3%{?dist}
+Version:0.11
+Release:1%{?dist}
 Summary:Perl extension to test methods for warnings
 
 Group:  Development/Libraries
@@ -10,14 +10,22 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
+BuildRequires:  perl(Array::Compare)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Sub::Uplevel) = 0.12
+BuildRequires:  perl(Test::Builder) = 0.13
+BuildRequires:  perl(Test::Builder::Tester)
 BuildRequires:  perl(Test::Exception)
-BuildRequires:  perl(Array::Compare)
-BuildRequires:  perl(Tree::DAG_Node)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Tree::DAG_Node)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(Test::Builder) = 0.13
+Requires:   perl(Test::Builder::Tester)
 Requires:   perl(Tree::DAG_Node)
 
+
 %description
 This module provides a few convenience methods for testing warning
 based code.
@@ -56,6 +64,12 @@
 
 
 %changelog
+* Sat Dec 20 2008 Paul Howarth p...@city-fan.org - 0.11-1
+- Update to 0.11 (#477298)
+- Buildreq ExtUtils::MakeMaker, File::Spec, Test::Builder,
+  Test::Builder::Tester, and Test::More (from upstream Makefile.PL)
+- Add runtime dependencies on Test::Builder and Test::Builder::Tester
+
 * Wed Feb 27 2008 Tom spot Callaway tcall...@redhat.com - 0.10-3
 - Rebuild for perl 5.10 (again)
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Test-Warn/F-10/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 5 May 2007 13:57:17 -   1.4
+++ sources 5 Jan 2009 16:44:21 -   1.5
@@ -1 +1 @@
-17557bbc8eefadf9f088ae4ab73e9976  Test-Warn-0.10.tar.gz
+1000ef6d94b54ca9eb75fb994a7e8bec  Test-Warn-0.11.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-Test-Warn/F-9 .cvsignore, 1.4, 1.5 perl-Test-Warn.spec, 1.8, 1.9 sources, 1.4, 1.5

2009-01-05 Thread Paul Howarth
Author: pghmcfc

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

Modified Files:
.cvsignore perl-Test-Warn.spec sources 
Log Message:
Resync with devel (#477298)


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Test-Warn/F-9/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore  5 May 2007 13:57:17 -   1.4
+++ .cvsignore  5 Jan 2009 16:49:41 -   1.5
@@ -1 +1 @@
-Test-Warn-0.10.tar.gz
+Test-Warn-0.11.tar.gz


Index: perl-Test-Warn.spec
===
RCS file: /cvs/pkgs/rpms/perl-Test-Warn/F-9/perl-Test-Warn.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- perl-Test-Warn.spec 2 Mar 2008 15:56:35 -   1.8
+++ perl-Test-Warn.spec 5 Jan 2009 16:49:42 -   1.9
@@ -1,6 +1,6 @@
 Name:   perl-Test-Warn
-Version:0.10
-Release:3%{?dist}
+Version:0.11
+Release:1%{?dist}
 Summary:Perl extension to test methods for warnings
 
 Group:  Development/Libraries
@@ -10,14 +10,22 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:  noarch
+BuildRequires:  perl(Array::Compare)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(Sub::Uplevel) = 0.12
+BuildRequires:  perl(Test::Builder) = 0.13
+BuildRequires:  perl(Test::Builder::Tester)
 BuildRequires:  perl(Test::Exception)
-BuildRequires:  perl(Array::Compare)
-BuildRequires:  perl(Tree::DAG_Node)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Tree::DAG_Node)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(Test::Builder) = 0.13
+Requires:   perl(Test::Builder::Tester)
 Requires:   perl(Tree::DAG_Node)
 
+
 %description
 This module provides a few convenience methods for testing warning
 based code.
@@ -56,6 +64,12 @@
 
 
 %changelog
+* Sat Dec 20 2008 Paul Howarth p...@city-fan.org - 0.11-1
+- Update to 0.11 (#477298)
+- Buildreq ExtUtils::MakeMaker, File::Spec, Test::Builder,
+  Test::Builder::Tester, and Test::More (from upstream Makefile.PL)
+- Add runtime dependencies on Test::Builder and Test::Builder::Tester
+
 * Wed Feb 27 2008 Tom spot Callaway tcall...@redhat.com - 0.10-3
 - Rebuild for perl 5.10 (again)
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-Test-Warn/F-9/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 5 May 2007 13:57:17 -   1.4
+++ sources 5 Jan 2009 16:49:42 -   1.5
@@ -1 +1 @@
-17557bbc8eefadf9f088ae4ab73e9976  Test-Warn-0.10.tar.gz
+1000ef6d94b54ca9eb75fb994a7e8bec  Test-Warn-0.11.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


  1   2   >