From 2d25d1b843a0c75b46fc83ae1867f7a84c2f96c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Mon, 7 Mar 2011 13:14:21 +0100 Subject: [PATCH] update to 0.48 --- .gitignore | 1 + perl-Inline.spec | 12 ++++++++++-- sources | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 16ec0dc..09a0b85 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ Inline-0.46.tar.gz /Inline-0.47.tar.gz +/Inline-0.48.tar.gz diff --git a/perl-Inline.spec b/perl-Inline.spec index e64cfc0..abeb38a 100644 --- a/perl-Inline.spec +++ b/perl-Inline.spec @@ -1,6 +1,6 @@ Name: perl-Inline -Version: 0.47 -Release: 2%{?dist} +Version: 0.48 +Release: 1%{?dist} Summary: Inline Perl module Group: Development/Libraries @@ -34,6 +34,11 @@ will get compiled when the module is installed, so the end user will never notice the compilation time. +%{?filter_setup: +%filter_from_provides /^perl(Inline)$/d +%{?perl_default_filter} +} + %prep %setup -q -n Inline-%{version} @@ -67,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Mar 7 2011 Marcela Mašláňová - 0.48-1 +- update to 0.48 + * Tue Feb 08 2011 Fedora Release Engineering - 0.47-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 7e86205..f86532b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -22433abd324754ff0ca6d1eaf247bfc4 Inline-0.47.tar.gz +925bf07567516dd0596d0bbf4e9b2bb9 Inline-0.48.tar.gz