Hello community, here is the log from the commit of package perl-Gnome2-VFS for openSUSE:Factory checked in at 2013-10-06 14:53:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Gnome2-VFS (Old) and /work/SRC/openSUSE:Factory/.perl-Gnome2-VFS.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Gnome2-VFS" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Gnome2-VFS/perl-Gnome2-VFS.changes 2012-01-04 07:26:45.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Gnome2-VFS.new/perl-Gnome2-VFS.changes 2013-10-06 14:53:41.000000000 +0200 @@ -1,0 +2,8 @@ +Fri Oct 4 09:13:59 UTC 2013 - [email protected] + +- updated to 1.082 + * Avoid misusing the macro PL_na, thus preventing issues when Gnome2::VFS is + used in conjunction with certain XS modules, among them XML::Parser and + String::Approx. + +------------------------------------------------------------------- Old: ---- Gnome2-VFS-1.081.tar.gz New: ---- Gnome2-VFS-1.082.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Gnome2-VFS.spec ++++++ --- /var/tmp/diff_new_pack.amFRIn/_old 2013-10-06 14:53:42.000000000 +0200 +++ /var/tmp/diff_new_pack.amFRIn/_new 2013-10-06 14:53:42.000000000 +0200 @@ -1,8 +1,7 @@ # # spec file for package perl-Gnome2-VFS # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. -# Copyright (c) 2011 Sascha Manns <[email protected]> +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,72 +17,63 @@ Name: perl-Gnome2-VFS -Version: 1.081 +Version: 1.082 Release: 0 -Summary: Gnome2-VFS Perl module +%define cpan_name Gnome2-VFS +Summary: Perl interface to the 2.x series of the GNOME VFS library License: LGPL-2.1+ -Group: Development/Languages/Perl +Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Gnome2-VFS/ -Source0: Gnome2-VFS-%{version}.tar.gz -BuildRequires: gnome-vfs2-devel +Source: http://www.cpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl -BuildRequires: perl-ExtUtils-Depends -BuildRequires: perl-ExtUtils-PkgConfig -BuildRequires: perl-Glib -%if 0%{?suse_version} && 0%{?suse_version} < 1140 BuildRequires: perl-macros -%endif -Requires: gnome-vfs2 >= %(pkg-config --modversion gnome-vfs-2.0) -Requires: perl-Glib -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} && 0%{?suse_version} < 1140 -Requires: perl = %{perl_version} -%else +BuildRequires: perl(ExtUtils::Depends) >= 0.20 +BuildRequires: perl(ExtUtils::PkgConfig) >= 1.03 +BuildRequires: perl(Glib) >= 1.120 +#BuildRequires: perl(Glib::Object::Subclass) +#BuildRequires: perl(Gnome2::VFS) +#BuildRequires: perl(Gtk2) +Requires: perl(ExtUtils::Depends) >= 0.20 +Requires: perl(ExtUtils::PkgConfig) >= 1.03 +Requires: perl(Glib) >= 1.120 %{perl_requires} -%endif +BuildRequires: pkgconfig(gnome-vfs-2.0) +Requires: gnome-vfs2 >= %(pkg-config --modversion gnome-vfs-2.0) %description -This module allows you to use the GNOME Virtual File System library -(libgnomevfs for short) from Perl. +Since this module tries to stick very closely to the C API, the +documentation found at -The canonical API documentation can be found at + L<http://developer.gnome.org/doc/API/2.0/gnome-vfs-2.0/> - http://developer.gnome.org/doc/API/2.0/gnome-vfs-2.0/index.html +is the canonical reference. -Gnome2::VFS also comes with automatically generated API documentation. To -access its index, use: +In addition to that, there's also the automatically generated API +documentation: the Gnome2::VFS::index manpage. - perldoc Gnome2::VFS::index +The mapping described in the Gtk2::api manpage also applies to this module. + +To discuss this module, ask questions and flame/praise the authors, join [email protected] at lists.gnome.org. %prep -%setup -q -n Gnome2-VFS-%{version} +%setup -q -n %{cpan_name}-%{version} %build -perl Makefile.PL -make +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__make} %{?_smp_mflags} + +%check +%{__make} test %install %perl_make_install %perl_process_packlist %perl_gen_filelist -%clean -rm -rf %{buildroot} - %files -f %{name}.files -%defattr(-,root,root) -%dir %{perl_vendorarch}/Gnome2 -%dir %{perl_vendorarch}/Gnome2/VFS -%dir %{perl_vendorarch}/Gnome2/VFS/Async -%dir %{perl_vendorarch}/Gnome2/VFS/DNSSD -%dir %{perl_vendorarch}/Gnome2/VFS/DNSSD/Browse -%dir %{perl_vendorarch}/Gnome2/VFS/DNSSD/Resolve -%dir %{perl_vendorarch}/Gnome2/VFS/Directory -%dir %{perl_vendorarch}/Gnome2/VFS/Install -%dir %{perl_vendorarch}/Gnome2/VFS/Mime -%dir %{perl_vendorarch}/Gnome2/VFS/Monitor -%dir %{perl_vendorarch}/Gnome2/VFS/Resolve -%dir %{perl_vendorarch}/auto/Gnome2 -%dir %{perl_vendorarch}/auto/Gnome2/VFS +%defattr(-,root,root,755) +%doc ChangeLog.pre-git doctypes examples LICENSE maps-2.0 maps-2.6 maps-2.8 NEWS perl-Gnome2-VFS.doap README vfs.typemap xs_files-2.0 xs_files-2.6 xs_files-2.8 %changelog ++++++ Gnome2-VFS-1.081.tar.gz -> Gnome2-VFS-1.082.tar.gz ++++++ ++++ 2998 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
