aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog27
-rw-r--r--URPM.pm2
-rw-r--r--perl-URPM.spec5
3 files changed, 32 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f780274..c2dccc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+2006-01-19 14:31 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * URPM.pm: Rewrite and relocate doc at a more proper place. Update
+ copyright notice.
+
+2006-01-19 14:24 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * URPM.xs, t/parse.t: In spec2srcheader(): extend stack; fudge with
+ errno.
+
+2006-01-19 14:05 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * URPM.xs, t/parse.t: Return undef on spec parsing failure
+
+2006-01-19 13:52 Olivier Thauvin <thauvin at aerov.jussieu.fr>
+
+ * URPM.pm: - add doc for Urpm_spec2srcheader
+
+2006-01-19 12:36 Olivier Thauvin <thauvin at aerov.jussieu.fr>
+
+ * Makefile.PL, URPM.xs, t/parse.t: - add Urpm_spec2srcheader():
+ return header of src.rpm from a specfile
+
+2006-01-06 17:22 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * perl-URPM.spec: 1.30-2mdk
+
2006-01-06 12:12 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* t/rpmdb.t: Use --qf in test to accomodate variations in
diff --git a/URPM.pm b/URPM.pm
index 4d3c4aa..f7bfb53 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -10,7 +10,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '1.30';
+our $VERSION = '1.31';
URPM->bootstrap($VERSION);
diff --git a/perl-URPM.spec b/perl-URPM.spec
index 1589547..ae9bf64 100644
--- a/perl-URPM.spec
+++ b/perl-URPM.spec
@@ -5,7 +5,7 @@
%define name perl-URPM
%define real_name URPM
-%define version 1.30
+%define version 1.31
%define release %mkrel 2
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /\\bmandr/i ? "Development/Perl" : "Applications/CPAN"')
@@ -63,6 +63,9 @@ hdlist files and manage them in memory.
%{compat_perl_vendorarch}/auto/URPM/URPM.so
%changelog
+* Thu Jan 19 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.31-1mdk
+- New function spec2srcheader() (Olivier Thauvin)
+
* Fri Jan 06 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.30-2mdk
- Rebuild for rpm 4.4.4
- Fix a regression test