[perl-Alien-SDL] 1.434 bump

Petr Pisar ppisar at fedoraproject.org
Thu Jun 7 15:17:51 UTC 2012


commit 4be65ab53fc1545926543e58694f7466f287a2db
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Jun 7 17:17:38 2012 +0200

    1.434 bump

 .gitignore          |    1 +
 perl-Alien-SDL.spec |   27 ++++++++++++++-------------
 sources             |    2 +-
 3 files changed, 16 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d10ff57..b6564f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Alien-SDL-1.428.tar.gz
 /Alien-SDL-1.430.tar.gz
+/Alien-SDL-1.434.tar.gz
diff --git a/perl-Alien-SDL.spec b/perl-Alien-SDL.spec
index b3c945e..d3c9221 100644
--- a/perl-Alien-SDL.spec
+++ b/perl-Alien-SDL.spec
@@ -1,5 +1,5 @@
 Name:           perl-Alien-SDL
-Version:        1.430
+Version:        1.434
 Release:        1%{?dist}
 Summary:        Building, finding and using SDL binaries
 License:        GPL+ or Artistic
@@ -14,37 +14,36 @@ BuildRequires:  SDL_gfx-devel
 BuildRequires:  freetype-devel
 BuildRequires:  pango-devel
 BuildRequires:  perl(Archive::Extract)
-BuildRequires:  perl(Archive::Tar)
-BuildRequires:  perl(Archive::Zip)
-BuildRequires:  perl(Capture::Tiny)
+# Not needed (https://github.com/PerlGameDev/SDL/issues/234):
+# Archive::Tar
+# Archive::Zip
 BuildRequires:  perl(Digest::SHA)
 BuildRequires:  perl(ExtUtils::CBuilder)
 BuildRequires:  perl(File::Fetch) >= 0.24
 BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Path) >= 2.08
-BuildRequires:  perl(File::ShareDir) >= 1.00
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(File::Which)
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Text::Patch) >= 1.4
+# Run-time:
+BuildRequires:  perl(Capture::Tiny)
+BuildRequires:  perl(File::ShareDir) >= 1.00
+# Tests only:
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(ExtUtils::CBuilder)
 Requires:       perl(File::ShareDir) >= 1.00
-Requires:       perl(File::Fetch) >= 0.24
-Requires:       perl(Text::Patch) >= 1.4
-Requires:       perl(File::Path) >= 2.08
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
-# RPM 4.9 style
 %global __requires_exclude %__requires_exclude|^perl\\(File::ShareDir\\)$
 
 %description
 In short Alien::SDL can be used to detect and get configuration settings from 
 an installed SDL and related libraries. Based on your platform it offers the 
-possibility to download and install prebuilt binaries or to build SDL & co. 
+possibility to download and install pre-built binaries or to build SDL & co. 
 from source codes.
 
 %prep
@@ -58,7 +57,6 @@ sed -i 's/\r//' README
 %install
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -70,6 +68,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jun 07 2012 Petr Pisar <ppisar at redhat.com> - 1.434-1
+- 1.434 bump
+
 * Mon Jan 16 2012 Marcela Mašláňová <mmaslano at redhat.com> 1.430-1
 - update to 1.430
 
diff --git a/sources b/sources
index dedb7c6..9799fc7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d7774212fb4e1c46325746c953a808b  Alien-SDL-1.430.tar.gz
+377d36fb8a41c86477f337f272cd1566  Alien-SDL-1.434.tar.gz


More information about the scm-commits mailing list