[perl-Data-ICal] Upstream update.

corsepiu corsepiu at fedoraproject.org
Thu Dec 13 04:54:32 UTC 2012


commit 77acfcacacd475920b121e1ef62d7654d7f3203a
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Thu Dec 13 05:54:27 2012 +0100

    Upstream update.
    
    - Modernize spec.
    - Drop Data-ICal-0.16.diff.

 .gitignore          |    2 +-
 Data-ICal-0.16.diff | 4004 ---------------------------------------------------
 perl-Data-ICal.spec |   16 +-
 sources             |    2 +-
 4 files changed, 11 insertions(+), 4013 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e089eb5..8348d5e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Data-ICal-0.18.tar.gz
+/Data-ICal-0.19.tar.gz
diff --git a/perl-Data-ICal.spec b/perl-Data-ICal.spec
index d6b79e6..e7904e9 100644
--- a/perl-Data-ICal.spec
+++ b/perl-Data-ICal.spec
@@ -1,21 +1,20 @@
 Name:           perl-Data-ICal
-Version:        0.18
-Release:        5%{?dist}
+Version:        0.19
+Release:        1%{?dist}
 Summary:        Generates iCalendar (RFC 2445) calendar files
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Data-ICal/
 Source0:        http://www.cpan.org/authors/id/T/TS/TSIBLEY/Data-ICal-%{version}.tar.gz
 
-# inc/Module/Install* is broken, replace it with Module-Install-0.91
-Patch0:         Data-ICal-0.16.diff
 BuildArch:      noarch
 
 BuildRequires:  perl(CPAN) perl(YAML::Tiny) perl(File::Remove)
 
 BuildRequires:  perl(Class::Accessor)
 BuildRequires:  perl(Class::ReturnValue)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.36
+BuildRequires:  perl(MIME::QuotedPrint)
 BuildRequires:  perl(Test::LongString)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::NoWarnings)
@@ -37,7 +36,6 @@ many popular calendaring programs such as Apple's iCal.
 
 %prep
 %setup -q -n Data-ICal-%{version}
-%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
@@ -55,12 +53,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Dec 13 2012 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.19-1
+- Upstream update.
+- Modernize spec.
+- Drop Data-ICal-0.16.diff.
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.18-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 74a859b..59aef82 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9e32cbe21e29e0fc2554efc2ef067b2  Data-ICal-0.18.tar.gz
+3d92815f49ecc108c68ae9dbcff49447  Data-ICal-0.19.tar.gz


More information about the scm-commits mailing list