rpms/perl-Config-Augeas/devel perl-Config-Augeas-0.301-fix-test.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 perl-Config-Augeas.spec, 1.3, 1.4 sources, 1.4, 1.5

Alan Pevec apevec at fedoraproject.org
Mon Sep 1 15:24:58 UTC 2008


Author: apevec

Update of /cvs/pkgs/rpms/perl-Config-Augeas/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3959

Modified Files:
	.cvsignore perl-Config-Augeas.spec sources 
Added Files:
	perl-Config-Augeas-0.301-fix-test.patch 
Log Message:
* Mon Sep 01 2008 Alan Pevec <apevec at redhat.com> 0.301-2
- fix test failure

* Mon Sep 01 2008 Alan Pevec <apevec at redhat.com> 0.301-1
- new upstream release 0.301
  * lib/Config/Augeas.pm (move): New method for Augeas 0.3.0
    aug_mv function. 'move' can also be called with 'mv'



perl-Config-Augeas-0.301-fix-test.patch:

--- NEW FILE perl-Config-Augeas-0.301-fix-test.patch ---
diff -ru Config-Augeas-0.301-orig/t/Config-AugeasC.t Config-Augeas-0.301/t/Config-AugeasC.t
--- Config-Augeas-0.301-orig/t/Config-AugeasC.t	2008-08-29 13:42:44.000000000 +0200
+++ Config-Augeas-0.301/t/Config-AugeasC.t	2008-09-01 17:14:45.000000000 +0200
@@ -104,7 +104,7 @@
 
 ok( -e $wr_file, "$wr_file exists" );
 
-$ENV{AUG_ROOT} = $aug_root;
+$ENV{AUGEAS_ROOT} = $aug_root;
 
 # test may fail with augeas 0.2.0 installed in /usr/local
 my $augc2 = Config::Augeas::init() ;


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-Augeas/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	1 Aug 2008 08:06:00 -0000	1.4
+++ .cvsignore	1 Sep 2008 15:24:28 -0000	1.5
@@ -1 +1 @@
-Config-Augeas-0.203.tar.gz
+Config-Augeas-0.301.tar.gz


Index: perl-Config-Augeas.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-Augeas/devel/perl-Config-Augeas.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Config-Augeas.spec	1 Aug 2008 08:06:00 -0000	1.3
+++ perl-Config-Augeas.spec	1 Sep 2008 15:24:28 -0000	1.4
@@ -1,11 +1,12 @@
 Name:           perl-Config-Augeas
-Version:        0.203
-Release:        1%{?dist}
+Version:        0.301
+Release:        2%{?dist}
 Summary:        Edit configuration files through Augeas C library
 License:        LGPLv2+
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Config-Augeas/
 Source0:        http://www.cpan.org/modules/by-module/Config/Config-Augeas-%{version}.tar.gz
+Patch0:         %{name}-%{version}-fix-test.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More)
@@ -19,6 +20,7 @@
 
 %prep
 %setup -q -n Config-Augeas-%{version}
+%patch0 -p1
 
 %build
 %{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
@@ -47,6 +49,14 @@
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 01 2008 Alan Pevec <apevec at redhat.com> 0.301-2
+- fix test failure
+
+* Mon Sep 01 2008 Alan Pevec <apevec at redhat.com> 0.301-1
+- new upstream release 0.301
+  * lib/Config/Augeas.pm (move): New method for Augeas 0.3.0
+    aug_mv function. 'move' can also be called with 'mv'
+
 * Fri Aug 01 2008 Alan Pevec <apevec at redhat.com> 0.203-1
 - new upstream release 0.203
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-Augeas/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	1 Aug 2008 08:06:00 -0000	1.4
+++ sources	1 Sep 2008 15:24:28 -0000	1.5
@@ -1 +1 @@
-f5b44ad0769800af95f840fccf723bdd  Config-Augeas-0.203.tar.gz
+d5f568f87183d6001caa2c243cfe5ee3  Config-Augeas-0.301.tar.gz




More information about the fedora-extras-commits mailing list