rpms/perl-DBIx-DBSchema/devel perl-DBIx-DBSchema.spec,1.3,1.4

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Wed Dec 21 08:21:45 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/perl-DBIx-DBSchema/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14287/devel

Modified Files:
	perl-DBIx-DBSchema.spec 
Log Message:
Add workaround to #175468


Index: perl-DBIx-DBSchema.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-DBIx-DBSchema/devel/perl-DBIx-DBSchema.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-DBIx-DBSchema.spec	5 Dec 2005 14:32:58 -0000	1.3
+++ perl-DBIx-DBSchema.spec	21 Dec 2005 08:21:45 -0000	1.4
@@ -1,12 +1,13 @@
 Name:           perl-DBIx-DBSchema
 Version:        0.28
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Database-independent schema objects
 
 Group:          Development/Libraries
 License:        GPL or Artistic
 URL:            http://search.cpan.org/dist/DBIx-DBSchema/
 Source0:        http://search.cpan.org/CPAN/authors/id/I/IV/IVAN/DBIx-DBSchema-%{version}.tar.gz
+Patch0:         DBIx-DBSchema-0.28-version.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -31,6 +32,7 @@
 
 %prep
 %setup -q -n DBIx-DBSchema-%{version}
+%patch0 -p1
 chmod -x README Changes
 find -name '*.pm' -exec chmod -x {} \;
 
@@ -63,6 +65,9 @@
 
 
 %changelog
+* Wed Dec 21 2005  Ralf Corsépius <rc040203 at freenet.de> - 0.28-2
+- Apply work around to CPAN incompatibility (PR #175468, J.V. Dias).
+
 * Mon Dec 05 2005  Ralf Corsépius <rc040203 at freenet.de> - 0.28-1
 - Upstream update.
 




More information about the scm-commits mailing list