Hello community, here is the log from the commit of package perl-Gtk2 for openSUSE:Factory checked in at 2011-11-23 19:37:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Gtk2 (Old) and /work/SRC/openSUSE:Factory/.perl-Gtk2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Gtk2", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Gtk2/perl-Gtk2.changes 2011-09-23 12:37:16.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Gtk2.new/perl-Gtk2.changes 2011-11-23 19:37:30.000000000 +0100 @@ -1,0 +2,18 @@ +Wed Nov 23 09:18:36 UTC 2011 - [email protected] + +- update to 1.241 + * Fix a test failure in t/GtkEntryBuffer.t + * Fix a test failure in t/tied-objects.t + * Add the missing NEWS entries from the stable branch. + * Wrap missing gdk, gdk-pixbuf and gtk+ 2.12, 2.14, 2.16, 2.18, 2.20 and 2.22 API + * Add Gtk2::Gdk::Image + * Add Gtk2::Container->find_child_property and list_child_properties + * Add Gtk2::Widget->find_style_property and list_style_properties + * Add Gtk2::Gdk::Pixbuf->get_option + * Add is_writable field to Gtk2::Gdk::PixbufFormat + * Make Gtk2::FontButton->new and Gtk2::ColorButton->new more flexible + * Accept format strings in Gtk2::MessageDialog->format_secondary_markup + * In syntax check mode, do not call gtk_init + * Improve the documentation in many places + +------------------------------------------------------------------- Old: ---- Gtk2-1.224.tar.gz takeouttests.diff New: ---- Gtk2-1.241.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Gtk2.spec ++++++ --- /var/tmp/diff_new_pack.0L6SQa/_old 2011-11-23 19:37:33.000000000 +0100 +++ /var/tmp/diff_new_pack.0L6SQa/_new 2011-11-23 19:37:33.000000000 +0100 @@ -15,37 +15,37 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: perl-Gtk2 -%define cpan_name Gtk2 -Summary: Perl interface to the 2.x series of the Gimp Toolkit library -Version: 1.224 +Version: 1.241 Release: 1 License: LGPLv2.1+ -Group: Development/Libraries/Perl +%define cpan_name Gtk2 +Summary: Perl interface to the 2 Url: http://search.cpan.org/dist/Gtk2/ +Group: Development/Libraries/Perl #Source: http://www.cpan.org/modules/by-module/Gtk2/Gtk2-%{version}.tar.gz Source: %{cpan_name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} -BuildRequires: gtk2-devel update-desktop-files -BuildRequires: xorg-x11 -BuildRequires: xorg-x11-Xvfb -BuildRequires: xorg-x11-server BuildRequires: perl -BuildRequires: perl-macros BuildRequires: perl(Cairo) >= 1.000 BuildRequires: perl(ExtUtils::Depends) >= 0.300 BuildRequires: perl(ExtUtils::PkgConfig) >= 1.03 BuildRequires: perl(Glib) >= 1.220 BuildRequires: perl(Pango) >= 1.220 +BuildRequires: perl-macros +BuildRequires: update-desktop-files +BuildRequires: xorg-x11 +BuildRequires: xorg-x11-Xvfb +BuildRequires: xorg-x11-server +BuildRequires: pkgconfig(gtk+-2.0) Requires: perl(Cairo) >= 1.000 Requires: perl(ExtUtils::Depends) >= 0.300 Requires: perl(ExtUtils::PkgConfig) >= 1.03 Requires: perl(Glib) >= 1.220 Requires: perl(Pango) >= 1.220 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%{perl_requires} %description Perl bindings to the 2.x series of the Gtk+ widget set. This module @@ -57,14 +57,14 @@ %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} %check Xvfb :95 & trap "kill $! || true" EXIT sleep 5 -DISPLAY=:95 %{__make} test +DISPLAY=:95 make test %install %perl_make_install @@ -72,7 +72,7 @@ %perl_gen_filelist %clean -%{__rm} -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files -f %{name}.files %defattr(-,root,root,-) ++++++ Gtk2-1.224.tar.gz -> Gtk2-1.241.tar.gz ++++++ ++++ 17749 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
