[perl-Log-Any] Obsolete/provide Log::Any::Adapter as it is included in

Petr Šabata psabata at fedoraproject.org
Mon Jan 5 11:42:47 UTC 2015


commit a4e6409f42f401916675b996d45d4c794dae2377
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Jan 5 12:42:57 2015 +0100

    Obsolete/provide Log::Any::Adapter as it is included in
    
      this distribution now

 perl-Log-Any.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/perl-Log-Any.spec b/perl-Log-Any.spec
index 3161102..b2a90fb 100644
--- a/perl-Log-Any.spec
+++ b/perl-Log-Any.spec
@@ -1,6 +1,6 @@
 Name:           perl-Log-Any
 Version:        1.03
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Bringing loggers and listeners together
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Log-Any/
@@ -29,6 +29,10 @@ BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 Requires:       perl(B)
 
+# Log::Any::Adapter* merged into Log::Any in 1.00
+Obsoletes:      perl-Log-Any-Adapter < 0.11-7
+Provides:       perl-Log-Any-Adapter = %{version}-%{release}%{?dist}
+
 %description
 Log::Any allows CPAN modules to safely and efficiently log messages, while
 letting the application choose (or decline to choose) a logging mechanism
@@ -55,6 +59,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 05 2015 Petr Šabata <contyk at redhat.com> - 1.03-2
+- Obsolete/provide Log::Any::Adapter as it is included in
+  this distribution now
+
 * Fri Jan 02 2015 Petr Šabata <contyk at redhat.com> - 1.03-1
 - 1.03 bump
 



More information about the perl-devel mailing list