Hello community, here is the log from the commit of package perl-Wx checked in at Fri Oct 27 19:23:24 CEST 2006. -------- --- perl-Wx/perl-Wx.changes 2006-08-06 16:05:02.000000000 +0200 +++ /mounts/work_src_done/STABLE/perl-Wx/perl-Wx.changes 2006-10-23 18:48:52.000000000 +0200 @@ -1,0 +2,12 @@ +Mon Oct 23 18:46:52 CEST 2006 - pth@suse.de + +- Update to Wx 0.59, see Changes for the numerous changes since + 0.25. + +------------------------------------------------------------------- +Wed Oct 18 11:08:22 CEST 2006 - pth@suse.de + +- Compile without strict-aliasing analysis +- Add perl-YAML, perl-Test-Pod and perl-Module-Test to BuildRequires + +------------------------------------------------------------------- Old: ---- Wx-0.25.diff Wx-0.25.tar.bz2 New: ---- Wx-0.59.diff Wx-0.59.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Wx.spec ++++++ --- /var/tmp/diff_new_pack.fGwvvj/_old 2006-10-27 19:23:10.000000000 +0200 +++ /var/tmp/diff_new_pack.fGwvvj/_new 2006-10-27 19:23:10.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package perl-Wx (Version 0.25) +# spec file for package perl-Wx (Version 0.59) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,15 +11,18 @@ # norootforbuild Name: perl-Wx -BuildRequires: gcc-c++ libmspack-devel libtiff-devel unixODBC-devel update-desktop-files wxGTK-devel xorg-x11 xorg-x11-Xnest xorg-x11-Xvfb xorg-x11-fonts xorg-x11-fonts-100dpi xorg-x11-fonts-75dpi xorg-x11-fonts-scalable +BuildRequires: gcc-c++ libmspack-devel libtiff-devel unixODBC-devel update-desktop-files wxGTK-devel xorg-x11 +BuildRequires: xorg-x11-Xnest xorg-x11-Xvfb xorg-x11-fonts xorg-x11-fonts-100dpi xorg-x11-fonts-75dpi xorg-x11-fonts-scalable +BuildRequires: perl-Alien-wxWidgets %ifnarch s390 s390x -BuildRequires: xorg-x11-server +BuildRequires: perl-IO-String perl-Module-Info perl-Pod-Simple perl-Test-Pod perl-Test-Pod-Coverage perl-YAML xorg-x11-server +BuildRequires: perl-Pod-Escapes %endif %define wx_min_version 2.5.0 -%define wx_makeflags --disable-xrc --disable-stc -Version: 0.25 -Release: 17 -Requires: perl = %{perl_version}, wxGTK >= %{wx_min_version} +#define wx_makeflags --disable-xrc --disable-stc +Version: 0.59 +Release: 1 +Requires: perl-Alien-wxWidgets, perl = %{perl_version}, wxGTK >= %{wx_min_version} Autoreqprov: on Group: Development/Libraries/Perl License: Artistic License @@ -45,12 +48,14 @@ chmod u+w `find . -type f` %build -WX_CONFIG="wx-config --unicode=no" perl Makefile.PL %{wx_makeflags} -make CCFLAGS="$RPM_OPT_FLAGS" +perl Makefile.PL %{wx_makeflags} +make CCFLAGS="%optflags -fno-strict-aliasing" +%ifnarch s390 s390x Xvfb :95 -fp /usr/share/fonts/misc & trap "kill $!" EXIT sleep 5 DISPLAY=:95 make test || true +%endif %install rm -rf $RPM_BUILD_ROOT @@ -67,9 +72,17 @@ %{perl_vendorarch}/Wx %{perl_vendorarch}/Wx.pm %{perl_vendorarch}/auto/Wx +%{_bindir}/wx_overload.pl +%{_bindir}/wx_xspp.pl /var/adm/perl-modules/%{name} %changelog -n perl-Wx +* Mon Oct 23 2006 - pth@suse.de +- Update to Wx 0.59, see Changes for the numerous changes since + 0.25. +* Wed Oct 18 2006 - pth@suse.de +- Compile without strict-aliasing analysis +- Add perl-YAML, perl-Test-Pod and perl-Module-Test to BuildRequires * Sun Aug 06 2006 - aj@suse.de - Fix running of testsuite for X11R7 * Mon Jan 30 2006 - ro@suse.de ++++++ Wx-0.25.diff -> Wx-0.59.diff ++++++ --- perl-Wx/Wx-0.25.diff 2005-08-01 11:51:39.000000000 +0200 +++ /mounts/work_src_done/STABLE/perl-Wx/Wx-0.59.diff 2006-10-19 18:14:44.000000000 +0200 @@ -21,26 +21,6 @@ #endif OUTPUT: RETVAL ---- build/Wx/build/Config/Any_wx_config.pm -+++ build/Wx/build/Config/Any_wx_config.pm -@@ -37,7 +37,7 @@ - $data{ldflags} = $this->_call_wx_config( 'ldflags' ); - } - -- $data{libs} =~ s/\-lwx\S+//g; -+ $data{libs} =~ s/\-Wl\S+//g; - - $this->{data} = \%data; - } -@@ -76,7 +76,7 @@ - return ' ' . join ' ', - map { - m/^(?:xrc|stc)$/ ? $this->get_contrib_lib( $_ ) : -- m/^gl$/ ? $this->_call_wx_config( 'gl-libs' ) : -+ m/^gl$/ ? $this->_call_wx_config( 'libs gl' ) : - die "No such lib: '$_'"; - } - grep { !m/^(?:adv|base|html|net|xml|core)$/ } @libs; --- ext/docview/XS/DocManager.xs +++ ext/docview/XS/DocManager.xs @@ -296,6 +296,7 @@ ++++++ Wx-0.25.tar.bz2 -> Wx-0.59.tar.bz2 ++++++ ++++ 32118 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de