From f1377ccba14d62c2ab9b3146ea7054c667db6f72 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: May 22 2014 12:02:55 +0000 Subject: 1.444 bump --- diff --git a/.gitignore b/.gitignore index 5420adc..6694fdb 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /Alien-SDL-1.438.tar.gz /Alien-SDL-1.440.tar.gz /Alien-SDL-1.442.tar.gz +/Alien-SDL-1.444.tar.gz diff --git a/Alien-SDL-1.442-Fix-getting-options-Build-PL.patch b/Alien-SDL-1.442-Fix-getting-options-Build-PL.patch deleted file mode 100644 index a9ca16d..0000000 --- a/Alien-SDL-1.442-Fix-getting-options-Build-PL.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff -up Alien-SDL-1.442/Build.PL.orig Alien-SDL-1.442/Build.PL ---- Alien-SDL-1.442/Build.PL.orig 2014-04-22 23:46:58.000000000 +0200 -+++ Alien-SDL-1.442/Build.PL 2014-04-29 14:22:54.788331279 +0200 -@@ -6,9 +6,7 @@ use File::Spec::Functions qw(catdir catf - use Config; - use My::Utility qw(check_config_script check_prebuilt_binaries check_prereqs_libs check_prereqs_tools $source_packs); - --use Getopt::Long; - my ( $ans, $travis ) = 0; --GetOptions( "travis" => \$travis ); - - print "Welcome to Alien::SDL module installation\n"; - print "-----------------------------------------\n"; -@@ -97,7 +95,10 @@ my $build = $package->new( - repository => 'http://github.com/PerlGameDev/Alien-SDL' - } - }, -- get_options => { 'with-sdl-config' => { qw(type :s store) => \$sdl_config } }, -+ get_options => { -+ 'with-sdl-config' => { qw(type :s store) => \$sdl_config }, -+ 'travis' => { qw(type :n store) => \$travis }, -+ }, - dynamic_config => 1, - create_readme => 1, - share_dir => 'sharedir', diff --git a/perl-Alien-SDL.spec b/perl-Alien-SDL.spec index eb70c6b..0d73e60 100644 --- a/perl-Alien-SDL.spec +++ b/perl-Alien-SDL.spec @@ -1,19 +1,18 @@ Name: perl-Alien-SDL -Version: 1.442 +Version: 1.444 Release: 1%{?dist} Summary: Building, finding and using SDL binaries License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Alien-SDL/ Source0: http://www.cpan.org/authors/id/F/FR/FROGGS/Alien-SDL-%{version}.tar.gz -Patch0: Alien-SDL-1.442-Fix-getting-options-Build-PL.patch BuildArch: noarch BuildRequires: SDL_image-devel BuildRequires: SDL_mixer-devel BuildRequires: SDL_ttf-devel BuildRequires: SDL_gfx-devel +BuildRequires: SDL_Pango-devel BuildRequires: freetype-devel -BuildRequires: pango-devel BuildRequires: perl BuildRequires: perl(Archive::Extract) # Not needed (https://github.com/PerlGameDev/SDL/issues/234): @@ -60,10 +59,9 @@ from source codes. %prep %setup -q -n Alien-SDL-%{version} sed -i 's/\r//' README -%patch0 -p1 %build -perl Build.PL installdirs=vendor --with-sdl-config +perl Build.PL installdirs=vendor --travis ./Build %install @@ -80,6 +78,9 @@ perl Build.PL installdirs=vendor --with-sdl-config %{_bindir}/* %changelog +* Thu May 22 2014 Petr Pisar - 1.444-1 +- 1.444 bump + * Thu Apr 24 2014 Jitka Plesnikova - 1.442-1 - 1.442 bump diff --git a/sources b/sources index 0e784c6..41b4261 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bb8e613583f136363a5352b5398db715 Alien-SDL-1.442.tar.gz +e34b27aa2bdc3a29ce617965d80abaf9 Alien-SDL-1.444.tar.gz