diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-12-06 14:28:10 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-12-06 14:28:10 +0000 |
commit | e7b6a74f65032e37493e2f3d44fefe72562e9126 (patch) | |
tree | a9ed8e42df593759a96c916e272a0f9c8a1a99c4 | |
parent | 7126b7b9531d4c1ca8ea04bdfc3b5bf1ab2ee346 (diff) | |
download | perl-MDV-Distribconf-e7b6a74f65032e37493e2f3d44fefe72562e9126.tar perl-MDV-Distribconf-e7b6a74f65032e37493e2f3d44fefe72562e9126.tar.gz perl-MDV-Distribconf-e7b6a74f65032e37493e2f3d44fefe72562e9126.tar.bz2 perl-MDV-Distribconf-e7b6a74f65032e37493e2f3d44fefe72562e9126.tar.xz perl-MDV-Distribconf-e7b6a74f65032e37493e2f3d44fefe72562e9126.zip |
1.011.01
-rw-r--r-- | ChangeLog | 17 | ||||
-rw-r--r-- | lib/MDV/Distribconf.pm | 2 | ||||
-rw-r--r-- | perl-MDV-Distribconf.spec | 10 |
3 files changed, 25 insertions, 4 deletions
@@ -1,3 +1,20 @@ +2005-12-06 14:49 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * lib/MDV/Distribconf/Build.pm: There was an undocumented method + +2005-12-06 14:21 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * lib/MDV/: Distribconf.pm, Distribconf/Build.pm: Update copyrights + ; doc nits + +2005-12-06 09:25 Michael Scherer <mscherer at mandrake.org> + + * perl-MDV-Distribconf.spec: - use mkrel macro + +2005-11-15 11:44 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * .cvsignore: Ignore MakeMaker build files + 2005-10-28 11:46 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * MANIFEST, Makefile.PL, perl-MDV-Distribconf.spec: Add spec file diff --git a/lib/MDV/Distribconf.pm b/lib/MDV/Distribconf.pm index e8f0cce..4837fad 100644 --- a/lib/MDV/Distribconf.pm +++ b/lib/MDV/Distribconf.pm @@ -2,7 +2,7 @@ package MDV::Distribconf; # $Id$ -our $VERSION = '1.00'; +our $VERSION = '1.01'; =head1 NAME diff --git a/perl-MDV-Distribconf.spec b/perl-MDV-Distribconf.spec index 8d3186e..eda38da 100644 --- a/perl-MDV-Distribconf.spec +++ b/perl-MDV-Distribconf.spec @@ -1,17 +1,18 @@ %define dist MDV-Distribconf -%define version 1.00 +%define version 1.01 %define release %mkrel 1 -Summary: Perl module to get config from a Mandriva Linux distribution tree +Summary: Read and write config of a Mandriva Linux distribution tree Name: perl-%{dist} Version: %{version} Release: %{release} License: GPL Group: Development/Perl Source0: %{dist}-%{version}.tar.bz2 -Url: http://cvs.mandriva.com/cgi-bin/cvsweb.cgi/soft/perl-%{dist}/ +Url: http://search.cpan.org/dist/%{dist}/ BuildRoot: %{_tmppath}/%{name}-buildroot/ BuildArch: noarch +BuildRequires: perl perl-Config-IniFiles %description MDV::Distribconf is a module to get/write the configuration of a Mandriva Linux @@ -42,5 +43,8 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorlib}/MDV/Distribconf.pm %changelog +* Tue Dec 06 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.01-1mdk +- 1.01 + * Fri Oct 28 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.00-1mdk - Initial MDV release |