diff options
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | URPM.pm | 2 | ||||
-rw-r--r-- | perl-URPM.spec | 8 |
3 files changed, 19 insertions, 3 deletions
@@ -1,3 +1,15 @@ +2005-08-23 14:15 Pixel <pixel at mandriva.com> + + * URPM.xs: correctly handle -1 fileno returned by callback_open + +2005-08-23 12:33 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * URPM.pm: Doc fixes + +2005-08-18 17:54 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * perl-URPM.spec: 1.24-3mdk + 2005-08-18 17:32 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * Makefile.PL: Allow to rebuild URPM under non-C locales (Boris @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.24'; +our $VERSION = '1.25'; URPM->bootstrap($VERSION); diff --git a/perl-URPM.spec b/perl-URPM.spec index 343dfd6..2d5629d 100644 --- a/perl-URPM.spec +++ b/perl-URPM.spec @@ -5,8 +5,8 @@ %define name perl-URPM %define real_name URPM -%define version 1.24 -%define release %mkrel 3 +%define version 1.25 +%define release %mkrel 1 %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /\\bmandr/i ? "Development/Perl" : "Applications/CPAN"') %define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm) @@ -63,6 +63,10 @@ hdlist files and manage them in memory. %{compat_perl_vendorarch}/auto/URPM/URPM.so %changelog +* Tue Aug 23 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.25-1mdk +- Better handle bad file descriptors returned by transaction callbacks (Pixel) +- Doc fixes + * Thu Aug 18 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.24-3mdk - Allow to rebuild under non-C locales |