rpms/perl-Imager/devel .cvsignore, 1.8, 1.9 perl-Imager.spec, 1.9, 1.10 sources, 1.8, 1.9

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sat May 19 00:49:27 UTC 2007


Author: steve

Update of /cvs/pkgs/rpms/perl-Imager/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18888

Modified Files:
	.cvsignore perl-Imager.spec sources 
Log Message:
Update to 0.58.
Drop hack to change location of rgb.txt (fixed upstream).
BR Image::Math::Constrain and Affix::Infix2Postfix for better test coverage.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Imager/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	1 May 2007 22:55:57 -0000	1.8
+++ .cvsignore	19 May 2007 00:48:50 -0000	1.9
@@ -1 +1 @@
-Imager-0.57.tar.gz
+Imager-0.58.tar.gz


Index: perl-Imager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Imager/devel/perl-Imager.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-Imager.spec	1 May 2007 22:55:57 -0000	1.9
+++ perl-Imager.spec	19 May 2007 00:48:50 -0000	1.10
@@ -1,5 +1,5 @@
 Name:           perl-Imager
-Version:        0.57
+Version:        0.58
 Release:        1%{?dist}
 Summary:        Perl extension for Generating 24 bit Images
 License:        GPL or Artistic
@@ -7,10 +7,12 @@
 URL:            http://search.cpan.org/dist/Imager/
 Source0:        http://www.cpan.org/authors/id/T/TO/TONYC/Imager-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  perl(Affix::Infix2Postfix)
 BuildRequires:  perl(ExtUtils::Depends)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Parse::RecDescent)
+BuildRequires:  perl(Image::Math::Constrain)
 BuildRequires:  perl(Inline)
+BuildRequires:  perl(Parse::RecDescent)
 BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
 BuildRequires:  freetype-devel
@@ -41,10 +43,6 @@
     -exec perl -pi -e '$_=undef if ($.==1 and /^\#\!.*perl/)' {} \;
 chmod a-x samples/*
 
-# Fix path to rgb.txt.
-%{__perl} -pi -e 's,/usr/lib/X11/,/usr/share/X11/,' \
-    lib/Imager/Color.pm t/t15color.t
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
@@ -75,6 +73,11 @@
 %{_mandir}/man3/*
 
 %changelog
+* Fri May 18 2007 Steven Pritchard <steve at kspei.com> 0.58-1
+- Update to 0.58.
+- Drop hack to change location of rgb.txt (fixed upstream).
+- BR Image::Math::Constrain and Affix::Infix2Postfix for better test coverage.
+
 * Tue May 01 2007 Steven Pritchard <steve at kspei.com> 0.57-1
 - Update to 0.57.
 - BR gdbm-devel.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Imager/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	1 May 2007 22:55:57 -0000	1.8
+++ sources	19 May 2007 00:48:50 -0000	1.9
@@ -1 +1 @@
-293e514b499c769133ac916d70acacea  Imager-0.57.tar.gz
+c953f53b2680a67dfbef743e77a230b0  Imager-0.58.tar.gz




More information about the fedora-extras-commits mailing list