Hello community,

here is the log from the commit of package perl-Tk for openSUSE:Factory checked 
in at 2011-10-25 16:59:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Tk (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Tk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Tk", Maintainer is "vci...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Tk/perl-Tk.changes  2011-09-23 
12:39:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Tk.new/perl-Tk.changes     2011-10-25 
16:59:25.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Oct 21 10:14:26 UTC 2011 - vci...@suse.com
+
+- update to 804.030
+  Many bugfixes (see Changes)
+  New features
+    BalloonInfo for HList
+    https://rt.cpan.org/Ticket/Display.html?id=55887
+    Perl/Tk is now available at github.
+    Improved "all widgets at a glance" demo.
+
+-------------------------------------------------------------------

Old:
----
  Tk-804.029.tar.bz2

New:
----
  Tk-804.030.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Tk.spec ++++++
--- /var/tmp/diff_new_pack.2FDFpg/_old  2011-10-25 16:59:28.000000000 +0200
+++ /var/tmp/diff_new_pack.2FDFpg/_new  2011-10-25 16:59:28.000000000 +0200
@@ -15,33 +15,39 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           perl-Tk
-BuildRequires:  libpng-devel xkeyboard-config xorg-x11 xorg-x11-Xnest 
xorg-x11-Xvfb xorg-x11-devel xorg-x11-fonts xorg-x11-fonts-100dpi 
xorg-x11-fonts-scalable
+BuildRequires:  libpng-devel
+BuildRequires:  xkeyboard-config
+BuildRequires:  xorg-x11
+BuildRequires:  xorg-x11-Xnest
+BuildRequires:  xorg-x11-Xvfb
+BuildRequires:  xorg-x11-devel
+BuildRequires:  xorg-x11-fonts
+BuildRequires:  xorg-x11-fonts-100dpi
+BuildRequires:  xorg-x11-fonts-scalable
 %ifnarch s390 s390x
 BuildRequires:  xorg-x11-server
 %endif
-License:        (GPL+ or Artistic) and zlib
-Group:          Development/Libraries/Perl
-AutoReqProv:    on
-Version:        804.029
+Version:        804.030
 Release:        11
+License:        (GPL+ or Artistic) and zlib
 Summary:        Perl Tk
 Url:            http://cpan.org/modules/by-module/Tk/
-Source:         Tk-%{version}.tar.bz2
-Patch:          Tk-%{version}-lib64.diff
-Patch1:         Tk-%{version}-macro.diff
-Patch2:         Tk-%{version}-null.diff
-Patch3:         Tk-%{version}-refcnt.diff
-Patch4:         Tk-%{version}-event.diff
+Group:          Development/Libraries/Perl
+Source:         Tk-%{version}.tar.gz
+Patch0:         Tk-804.029-lib64.diff
+Patch1:         Tk-804.029-macro.diff
+Patch2:         Tk-804.029-null.diff
+Patch3:         Tk-804.029-refcnt.diff
+Patch4:         Tk-804.029-event.diff
 # PATCH-FIX-UPSTREAM compile with recent Xorg versions too - co...@novell.com
-Patch5:         Tk-%{version}-xorg.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+Patch5:         Tk-804.029-xorg.diff
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%{perl_requires}
 
 %description
 Perl Tk is an enhancement for Perl. It combines the well structured
@@ -49,11 +55,10 @@
 
 %package devel
 License:        (GPL+ or Artistic) and zlib
-AutoReqProv:    on
+Summary:        Perl Tk
+Group:          Development/Libraries/Perl
 Requires:       %{name} = %{version}
 Provides:       
perl-Tk:/usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Tk/pTk/Lang.h
-Group:          Development/Libraries/Perl
-Summary:        Perl Tk
 
 %description devel
 Perl Tk is an enhancement for Perl. It combines the well structured
@@ -61,8 +66,8 @@
 
 %prep
 %setup -q -n Tk-%{version}
-if test "%_lib" = "lib64" ; then
-%patch
+if test "%{_lib}" = "lib64" ; then
+%patch0
 fi
 %patch1
 %patch2
@@ -102,7 +107,7 @@
 # disable test that seems to fail at random
 mv t/fileevent2.t t/fileevent2.tt
 perl Makefile.PL XFT=1
-make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -Wall -fpic"
+make %{?_smp_mflags} CFLAGS="%{optflags} -Wall -fpic"
 
 %check
 Xvfb :95 -screen 0 1280x1024x24 & #430569
@@ -111,12 +116,12 @@
 DISPLAY=:95 make test
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+make DESTDIR=%{buildroot} install_vendor
 %perl_process_packlist
-rm -f $RPM_BUILD_ROOT/%{perl_vendorarch}/fix_4_os2.pl
+rm -f %{buildroot}/%{perl_vendorarch}/fix_4_os2.pl
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)

++++++ Tk-804.029-xorg.diff ++++++
--- /var/tmp/diff_new_pack.2FDFpg/_old  2011-10-25 16:59:28.000000000 +0200
+++ /var/tmp/diff_new_pack.2FDFpg/_new  2011-10-25 16:59:28.000000000 +0200
@@ -1,7 +1,7 @@
 Index: pTk/Xlib.h
 ===================================================================
---- pTk/Xlib.h.orig    2010-11-19 11:26:37.983842257 +0100
-+++ pTk/Xlib.h 2010-11-19 11:27:23.559717781 +0100
+--- pTk/Xlib.h.orig    2011-06-13 14:16:52.000000000 +0200
++++ pTk/Xlib.h 2011-10-21 16:03:03.291183638 +0200
 @@ -1,5 +1,8 @@
  #ifndef _XLIB
  #define _XLIB
@@ -9,5 +9,5 @@
 +#define _XLIB_H_
 +#endif
  #ifndef _XLIB_H_
+ #ifndef _X11_XLIB_H_
  extern XFontStruct *XLoadQueryFont  _ANSI_ARGS_((Display *, const char *));
- extern XModifierKeymap *XGetModifierMapping  _ANSI_ARGS_((Display *));

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to