Hello community,

here is the log from the commit of package perl-PerlIO-via-dynamic for 
openSUSE:Factory
checked in at Mon Apr 4 09:03:05 CEST 2011.



--------
--- perl-PerlIO-via-dynamic/perl-PerlIO-via-dynamic.changes     2010-11-30 
20:27:46.000000000 +0100
+++ 
/mounts/work_src_done/STABLE/perl-PerlIO-via-dynamic/perl-PerlIO-via-dynamic.changes
        2011-04-02 21:35:51.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Apr  2 19:35:16 UTC 2011 - [email protected]
+
+- update to 0.13
+  * Workaround a refcnt bug in Perl 5.10.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  PerlIO-via-dynamic-0.12.tar.bz2

New:
----
  PerlIO-via-dynamic-0.13.tar.gz

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

Other differences:
------------------
++++++ perl-PerlIO-via-dynamic.spec ++++++
--- /var/tmp/diff_new_pack.WhiAL8/_old  2011-04-04 09:02:07.000000000 +0200
+++ /var/tmp/diff_new_pack.WhiAL8/_new  2011-04-04 09:02:07.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-PerlIO-via-dynamic (Version 0.12)
+# spec file for package perl-PerlIO-via-dynamic
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -15,56 +15,56 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           perl-PerlIO-via-dynamic
+Version:        0.13
+Release:        1
 License:        Artistic
-Group:          Development/Libraries/Perl
-Url:            http://cpan.org/
-AutoReqProv:    on
+%define cpan_name PerlIO-via-dynamic
 Summary:        dynamic PerlIO layers
-Version:        0.12
-Release:        131
-Source:         
http://cpan.org/modules/by-module/PerlIO/PerlIO-via-dynamic-%{version}.tar.bz2
+Url:            http://search.cpan.org/dist/PerlIO-via-dynamic/
+Group:          Development/Libraries/Perl
+#Source:         
http://www.cpan.org/authors/id/C/CL/CLKAO/PerlIO-via-dynamic-%{version}.tar.gz
+Source:         %{cpan_name}-%{version}.tar.gz
+BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+%{perl_requires}
 
 %description
-PerlIO::via::dynamic is used for creating dynamic PerlIO layers. It is
-useful when the behavior or the layer depends on variables. You should
-not use this module as via layer directly (ie :via(dynamic)).
+'PerlIO::via::dynamic' is used for creating dynamic the PerlIO manpage
+layers. It is useful when the behavior or the layer depends on variables.
+You should not use this module as via layer directly (ie :via(dynamic)).
+
+Use the constructor to create new layers, with two arguments: translate and
+untranslate. Then use '$p-'via ($fh)> to wrap the handle. Once <$fh> is
+destroyed, the temporary namespace for the IO layer will be removed.
 
-
-
-Authors:
---------
-    Chia-liang Kao <clkao at clkao dot org>
+Note that PerlIO::via::dynamic uses the scalar fields to reference to the
+object representing the dynamic namespace.
 
 %prep
-%setup -n PerlIO-via-dynamic-%{version}
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 %{__make} %{?_smp_mflags}
 
+%check
+%{__make} test
+
 %install
 %perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
 %clean
-[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf 
${RPM_BUILD_ROOT}
+%{__rm} -rf %{buildroot}
 
-%files
-%defattr(-, root, root)
-%dir %{perl_vendorlib}/PerlIO
-%dir %{perl_vendorlib}/PerlIO/via
-%{perl_vendorlib}/PerlIO/via/dynamic.pm
-%dir %{perl_vendorarch}/auto/PerlIO
-%dir %{perl_vendorarch}/auto/PerlIO/via
-%dir %{perl_vendorarch}/auto/PerlIO/via/dynamic
-%{_mandir}/man3/PerlIO::via::dynamic.3pm.gz
+%files -f %{name}.files
+%defattr(644,root,root,755)
+%doc CHANGES README
 
 %changelog


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to