diff --git a/perl-Newt-1.08-export.patch b/perl-Newt-1.08-export.patch new file mode 100644 index 0000000..a800253 --- /dev/null +++ b/perl-Newt-1.08-export.patch @@ -0,0 +1,10 @@ +--- Newt-1.08/Newt.pm 2009-03-11 21:21:20.000000000 -0400 ++++ Newt-1.08/Newt.pm 2009-03-11 21:19:16.000000000 -0400 +@@ -182,7 +182,6 @@ + NEWT_FLAG_HIDDEN + NEWT_FLAG_MULTIPLE + NEWT_FLAG_NOF12 +- NEWT_FLAG_NOSCROLL + NEWT_FLAG_RETURNEXIT + NEWT_FLAG_SCROLL + NEWT_FLAG_SELECTED diff --git a/perl-Newt-1.08-pod.patch b/perl-Newt-1.08-pod.patch new file mode 100644 index 0000000..30ca4ed --- /dev/null +++ b/perl-Newt-1.08-pod.patch @@ -0,0 +1,20 @@ +--- Newt-1.08/Newt.pm 2009-03-11 21:21:20.000000000 -0400 ++++ Newt-1.08/Newt.pm 2009-03-11 21:19:16.000000000 -0400 +@@ -857,6 +856,8 @@ + + Returns a tuple containing the screen dimensions. + ++=back ++ + =head1 Keyboard input + + =over +@@ -1389,7 +1390,7 @@ + + F12 is always defined to be a hotkey. + +-=head2 Drawing panels instead uf running them ++=head2 Drawing panels instead of running them + + When you run a panel the terminal is blocked until the user presses a + component or a key that causes the panel to exit. Sometimes is useful diff --git a/perl-Newt.spec b/perl-Newt.spec index 9e45d41..f059de9 100644 --- a/perl-Newt.spec +++ b/perl-Newt.spec @@ -1,7 +1,7 @@ Summary: Perl bindings for the Newt library Name: perl-Newt Version: 1.08 -Release: 22%{?dist} +Release: 23%{?dist} Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot URL: http://search.cpan.org/~amedina/Newt-1.08/ @@ -12,6 +12,8 @@ Patch2: newt-perl-1.08-fix.patch Patch3: newt-perl-1.08-xs.patch Patch4: newt-perl-1.08-lang.patch Patch5: perl-Newt-bz385751.patch +Patch6: perl-Newt-1.08-export.patch +Patch7: perl-Newt-1.08-pod.patch BuildRequires: newt-devel, perl-devel Obsoletes: newt-perl < 1.08-15 Provides: newt-perl = %{version}-%{release} @@ -30,6 +32,8 @@ library, which provides a color text mode user interface. %patch3 -p1 -b .exes %patch4 -p1 -b .lang %patch5 -p1 -b .bz385751 +%patch6 -p1 -b .export +%patch7 -p1 -b .doc rm -rf newtlib %build @@ -56,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/Newt* %changelog +* Thu May 28 2009 Joe Orton 1.08-23 +- add fixes from Joe Ogulin (#489825) + * Thu Feb 26 2009 Fedora Release Engineering - 1.08-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild