[perl-Wx-Perl-ProcessStream] - update, works with Wx > 0.97

Marcela Mašláňová mmaslano at fedoraproject.org
Wed Sep 22 13:35:39 UTC 2010


commit d88ff6c709b6cfa9304002f8f9ca061da3d05381
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Wed Sep 22 15:34:10 2010 +0200

    - update, works with Wx > 0.97

 .gitignore                      |    1 +
 perl-Wx-Perl-ProcessStream.spec |    9 ++++++---
 sources                         |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f950f00..d97855f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Wx-Perl-ProcessStream-0.27.tar.gz
+/Wx-Perl-ProcessStream-0.28.tar.gz
diff --git a/perl-Wx-Perl-ProcessStream.spec b/perl-Wx-Perl-ProcessStream.spec
index 9a480fa..cd1e7d2 100644
--- a/perl-Wx-Perl-ProcessStream.spec
+++ b/perl-Wx-Perl-ProcessStream.spec
@@ -2,7 +2,7 @@
 %define enable_test 0
 
 Name:           perl-Wx-Perl-ProcessStream
-Version:        0.27
+Version:        0.28
 Release:        1%{?dist}
 Summary:        Access IO of external processes via events
 License:        GPL+ or Artistic
@@ -31,7 +31,7 @@ possible via STDIN.
 chmod -x example/*
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=perl
 make %{?_smp_mflags}
 
 %install
@@ -55,10 +55,13 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc Changes example README
-%{perl_vendorlib}/*
+%{perl_privlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Sep 22 2010 Marcela Mašláňová <mmaslano at redhat.com> - 0.28-1
+- update, works with Wx > 0.97
+
 * Tue Jun  1 2010 Petr Pisar <ppisar at redhat.com> - 0.27-1
 - 0.27 bump (0.26 breaks API, do not backport to stable distributions)
 - Sort dependencies and parametrize make test
diff --git a/sources b/sources
index fb9cca9..28bbabf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cffddd4ac5118f5d1c6759cae4284e0e  Wx-Perl-ProcessStream-0.27.tar.gz
+9a893347401af6e1c40b22c72d92b383  Wx-Perl-ProcessStream-0.28.tar.gz


More information about the scm-commits mailing list