rpms/perl-Class-C3/devel perl-Class-C3.spec,1.2,1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Wed Sep 20 01:04:48 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-Class-C3/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1372/devel

Modified Files:
	perl-Class-C3.spec 
Log Message:
update to resolve provides....



Index: perl-Class-C3.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-C3/devel/perl-Class-C3.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Class-C3.spec	7 Sep 2006 23:12:36 -0000	1.2
+++ perl-Class-C3.spec	20 Sep 2006 01:04:48 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           perl-Class-C3
 Version:        0.13
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Pragma to use the C3 method resolution order algorithm
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -9,6 +9,10 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
+# see rh#205081,rh#204800
+%define         __perl_provides %{nil}
+Provides:       perl(Class::C3) = %{version}
+
 BuildRequires:  perl(Algorithm::C3) >= 0.05
 BuildRequires:  perl(Test::Exception) >= 0.15
 # testing...
@@ -56,6 +60,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Sep 19 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.13-4
+- fix autoprovides, see rh#205801
+
 * Thu Sep 07 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.13-3
 - bump
 




More information about the scm-commits mailing list