rpms/perl-Config-Augeas/F-13 .cvsignore, 1.9, 1.10 perl-Config-Augeas.spec, 1.13, 1.14 sources, 1.9, 1.10

Alan Pevec apevec at fedoraproject.org
Sat Feb 20 00:55:41 UTC 2010


Author: apevec

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

Modified Files:
	.cvsignore perl-Config-Augeas.spec sources 
Log Message:
* Sat Feb 20 2010 Alan Pevec <apevec at redhat.com> 0.701-1
- new upstream release 0.701
    * lib/Config/Augeas.pm: Added new error strings from Augeas 0.7.0
    * lib/Config/Augeas.xs: fix core dump in get (initialise RETVAL
      before calling aug_get). Added new error constants from Augeas 0.7.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-Augeas/F-13/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	3 Jan 2010 18:22:22 -0000	1.9
+++ .cvsignore	20 Feb 2010 00:55:41 -0000	1.10
@@ -1 +1 @@
-Config-Augeas-0.601.tar.gz
+Config-Augeas-0.701.tar.gz


Index: perl-Config-Augeas.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-Augeas/F-13/perl-Config-Augeas.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- perl-Config-Augeas.spec	3 Jan 2010 18:22:22 -0000	1.13
+++ perl-Config-Augeas.spec	20 Feb 2010 00:55:41 -0000	1.14
@@ -1,5 +1,5 @@
 Name:           perl-Config-Augeas
-Version:        0.601
+Version:        0.701
 Release:        1%{?dist}
 Summary:        Edit configuration files through Augeas C library
 License:        LGPLv2+
@@ -9,6 +9,7 @@ Source0:        http://www.cpan.org/modu
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Pod)
 BuildRequires:  augeas-devel
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -34,7 +35,7 @@ find $RPM_BUILD_ROOT -depth -type d -exe
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-LANG=C ./Build test
+LANG=C ./Build test verbose=1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -47,6 +48,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Feb 20 2010 Alan Pevec <apevec at redhat.com> 0.701-1
+- new upstream release 0.701
+    * lib/Config/Augeas.pm: Added new error strings from Augeas 0.7.0
+    * lib/Config/Augeas.xs: fix core dump in get (initialise RETVAL
+      before calling aug_get). Added new error constants from Augeas 0.7.0
+
 * Sun Jan 03 2010 Alan Pevec <apevec at redhat.com> 0.601-1
 - new upstream release 0.601
   * lib/Config/Augeas.pm : Added methods load, error, error_message,


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-Augeas/F-13/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	3 Jan 2010 18:22:22 -0000	1.9
+++ sources	20 Feb 2010 00:55:41 -0000	1.10
@@ -1 +1 @@
-f1d0e98952fe73192c4c2998adc7f48c  Config-Augeas-0.601.tar.gz
+05e9b16d2f89bdcdb456dff47f58ecdb  Config-Augeas-0.701.tar.gz



More information about the scm-commits mailing list