[perl-HTML-FormFu-Model-DBIC] Update to 0.09002 and remove the defattr macro

Emmanuel Seyman eseyman at fedoraproject.org
Thu Jan 12 12:34:07 UTC 2012


commit 48819169e9908d65d85659470189ea47b26caa12
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Thu Jan 12 13:34:01 2012 +0100

    Update to 0.09002 and remove the defattr macro

 .gitignore                       |    1 +
 perl-HTML-FormFu-Model-DBIC.spec |   12 ++++++++----
 sources                          |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cb1e679..f78927e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 HTML-FormFu-Model-DBIC-0.06000.tar.gz
 /HTML-FormFu-Model-DBIC-0.08002.tar.gz
 /HTML-FormFu-Model-DBIC-0.09000.tar.gz
+/HTML-FormFu-Model-DBIC-0.09002.tar.gz
diff --git a/perl-HTML-FormFu-Model-DBIC.spec b/perl-HTML-FormFu-Model-DBIC.spec
index 0e927f9..3fac20d 100644
--- a/perl-HTML-FormFu-Model-DBIC.spec
+++ b/perl-HTML-FormFu-Model-DBIC.spec
@@ -1,10 +1,10 @@
 Name:           perl-HTML-FormFu-Model-DBIC
 Summary:        Integrate HTML::FormFu with DBIx::Class
-Version:        0.09000
-Release:        3%{?dist}
+Version:        0.09002
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
-Source0:        http://search.cpan.org/CPAN/authors/id/C/CF/CFRANKS/HTML-FormFu-Model-DBIC-%{version}.tar.gz 
+Source0:        http://search.cpan.org/CPAN/authors/id/P/PS/PSHANGOV/HTML-FormFu-Model-DBIC-%{version}.tar.gz
 URL:            http://search.cpan.org/dist/HTML-FormFu-Model-DBIC
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
@@ -34,6 +34,7 @@ Integrate your HTML::FormFu forms with a DBIx::Class model.
 
 %prep
 %setup -q -n HTML-FormFu-Model-DBIC-%{version}
+sed -i -e 's/\r//' t/update/null_if_empty.t
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -50,12 +51,15 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jan 12 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.09002-1
+- Update to 0.09002
+- Remove the defattr macro (no longer used)
+
 * Thu Jul 21 2011 Petr Sabata <contyk at redhat.com> - 0.09000-3
 - Perl mass rebuild
 
diff --git a/sources b/sources
index e56372d..a32bae5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-360801d5d5d14a10fb7f9443e02632fa  HTML-FormFu-Model-DBIC-0.09000.tar.gz
+c248ee8eaaa2bcce60e1f69daa404437  HTML-FormFu-Model-DBIC-0.09002.tar.gz



More information about the perl-devel mailing list