rpms/newt-perl/devel newt-perl-1.08-debian.patch, 1.1, 1.2 newt-perl.spec, 1.12, 1.13

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Dec 14 16:38:01 UTC 2006


Author: jorton

Update of /cvs/dist/rpms/newt-perl/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv31737

Modified Files:
	newt-perl-1.08-debian.patch newt-perl.spec 
Log Message:
* Thu Dec 14 2006 Joe Orton <jorton at redhat.com> 1.08-12
- fix test.pl (#181674)
- Resolves: rhbz#181674


newt-perl-1.08-debian.patch:
 ChangeLog                 |   16 +++---
 MANIFEST                  |   27 -----------
 Makefile.PL               |   10 ----
 Newt.pm                   |   69 +++++++++++++++++------------
 Newt.xs                   |  108 ++++++++++++++++++++++++++++++++++++++++++++--
 README                    |    2 
 examples/install          |    2 
 libnewt-perl-1.08/test.pl |    4 -
 8 files changed, 158 insertions(+), 80 deletions(-)

Index: newt-perl-1.08-debian.patch
===================================================================
RCS file: /cvs/dist/rpms/newt-perl/devel/newt-perl-1.08-debian.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- newt-perl-1.08-debian.patch	9 Sep 2004 09:14:04 -0000	1.1
+++ newt-perl-1.08-debian.patch	14 Dec 2006 16:37:59 -0000	1.2
@@ -533,17 +533,6 @@
  
  	* Newt.pm: Added DESTROY to forms
  	Made Radiogroups derive from panels
---- libnewt-perl-1.08.orig/test.pl
-+++ libnewt-perl-1.08/test.pl
-@@ -24,7 +24,7 @@
-   Newt::Resume();
- }
- 
--Newt::SetSuspendCallback(\&suspend_cb);
-+Newt::SetSuspendCallback(\&suspend_cb, data);
- 
- # Panel example
- Newt::Init();
 --- libnewt-perl-1.08.orig/README
 +++ libnewt-perl-1.08/README
 @@ -3,7 +3,7 @@
@@ -555,3 +544,23 @@
  effective text-mode user interfaces with little effort.
  
  It is very usable because it has complete support for all widgets
+--- libnewt-perl-1.08.orig/test.pl.debian
++++ libnewt-perl-1.08/test.pl
+@@ -24,7 +24,7 @@
+   Newt::Resume();
+ }
+ 
+-Newt::SetSuspendCallback(\&suspend_cb);
++Newt::SetSuspendCallback(\&suspend_cb, data);
+ 
+ # Panel example
+ Newt::Init();
+@@ -38,7 +38,7 @@
+ $ok = Newt::Button("Ok", 0);
+ $ok->Tag("OK");
+ $li = Newt::Listbox(5, NEWT_FLAG_SCROLL | NEWT_FLAG_BORDER | NEWT_FLAG_MULTIPLE);
+-$li->Add('Red', 'Blue', 'Yellow', 'Gray', 'Green');
++$li->Append('Red', 'Blue', 'Yellow', 'Gray', 'Green');
+ $panel1 = Newt::Panel(2, 4, "Panel example");
+ $panel1->AddHotKey(NEWT_KEY_F11);
+ $panel2 = Newt::Panel(1, 2, "Second panel");


Index: newt-perl.spec
===================================================================
RCS file: /cvs/dist/rpms/newt-perl/devel/newt-perl.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- newt-perl.spec	14 Dec 2006 15:17:35 -0000	1.12
+++ newt-perl.spec	14 Dec 2006 16:37:59 -0000	1.13
@@ -2,7 +2,7 @@
 Summary: Perl bindings for the Newt library
 Name: newt-perl
 Version: 1.08
-Release: 11
+Release: 12
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-buildroot
 Source: ftp://ftp.msg.com.mx/pub/Newt/Newt-1.08.tar.gz
@@ -54,6 +54,9 @@
 %{_mandir}/man3/Newt*
 
 %changelog
+* Thu Dec 14 2006 Joe Orton <jorton at redhat.com> 1.08-12
+- fix test.pl (#181674)
+
 * Thu Dec 14 2006 Joe Orton <jorton at redhat.com> 1.08-11
 - fix directory ownership (#216610)
 




More information about the fedora-cvs-commits mailing list