[perl-BZ-Client] Include patch to handle bugzilla dates (#927999)

Emmanuel Seyman eseyman at fedoraproject.org
Mon Apr 1 12:08:09 UTC 2013


commit cf93fdc99f48abdba5b6acc39b9afcc3061e35d2
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Mon Apr 1 14:08:00 2013 +0200

    Include patch to handle bugzilla dates (#927999)

 perl-BZ-Client.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-BZ-Client.spec b/perl-BZ-Client.spec
index 3f1cc4a..d30fb49 100644
--- a/perl-BZ-Client.spec
+++ b/perl-BZ-Client.spec
@@ -1,11 +1,12 @@
 Name:           perl-BZ-Client
 Version:        1.04
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        A client for the Bugzilla web services API
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/BZ-Client/
 Source0:        http://www.cpan.org/authors/id/J/JW/JWIED/BZ-Client-%{version}.tar.gz
+Patch0:         perl-BZ-Client-bugzilla-dates.patch
 BuildArch:      noarch
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(DateTime)
@@ -31,6 +32,8 @@ This module provides an interface to the Bugzilla web services API.
 %setup -q -n BZ-Client-%{version}
 chmod 644 Changes README LICENSE
 
+%patch0
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -53,6 +56,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 01 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 1.04-6
+- Include patch to handle bugzilla dates (#927999)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.04-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list