rpms/perl-Config-Augeas/F-12 .cvsignore, 1.8, 1.9 perl-Config-Augeas.spec, 1.9, 1.10 sources, 1.8, 1.9

Alan Pevec apevec at fedoraproject.org
Sat Feb 20 01:05:55 UTC 2010


Author: apevec

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

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

* 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,
    error_minor_message and error_details
  * lib/Config/Augeas.xs : Added interface for aug_load and
    aug_error* from Augeas 0.6.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-Augeas/F-12/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	24 Nov 2009 19:12:11 -0000	1.8
+++ .cvsignore	20 Feb 2010 01:05:55 -0000	1.9
@@ -1 +1 @@
-Config-Augeas-0.501.tar.gz
+Config-Augeas-0.701.tar.gz


Index: perl-Config-Augeas.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-Augeas/F-12/perl-Config-Augeas.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-Config-Augeas.spec	24 Nov 2009 19:12:11 -0000	1.9
+++ perl-Config-Augeas.spec	20 Feb 2010 01:05:55 -0000	1.10
@@ -1,5 +1,5 @@
 Name:           perl-Config-Augeas
-Version:        0.501
+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,19 @@ 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,
+    error_minor_message and error_details
+  * lib/Config/Augeas.xs : Added interface for aug_load and
+    aug_error* from Augeas 0.6.0
+
 * Tue Nov 24 2009 Alan Pevec <apevec at redhat.com> 0.501-1
 - new upstream release 0.501
   * Build.PL: modified gcc options to issue more warnings (and fixed them)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-Augeas/F-12/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	24 Nov 2009 19:12:11 -0000	1.8
+++ sources	20 Feb 2010 01:05:55 -0000	1.9
@@ -1 +1 @@
-c5d086e5671c4cf11d02a5b463ed3457  Config-Augeas-0.501.tar.gz
+05e9b16d2f89bdcdb456dff47f58ecdb  Config-Augeas-0.701.tar.gz



More information about the scm-commits mailing list