commit perl-PerlIO-via-dynamic for openSUSE:Factory

2017-10-04 Thread root
Hello community,

here is the log from the commit of package perl-PerlIO-via-dynamic for 
openSUSE:Factory checked in at 2017-10-03 23:19:44

Comparing /work/SRC/openSUSE:Factory/perl-PerlIO-via-dynamic (Old)
 and  /work/SRC/openSUSE:Factory/.perl-PerlIO-via-dynamic.new (New)


Package is "perl-PerlIO-via-dynamic"

Tue Oct  3 23:19:44 2017 rev:23 rq:530785 version:0.14

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-PerlIO-via-dynamic/perl-PerlIO-via-dynamic.changes
  2013-06-13 20:06:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-PerlIO-via-dynamic.new/perl-PerlIO-via-dynamic.changes
 2017-10-03 23:19:46.953329434 +0200
@@ -1,0 +2,5 @@
+Tue Oct  3 08:20:02 UTC 2017 - co...@suse.com
+
+- patch the Makefile to build with perl 5.26
+
+---

New:

  cpanspec.yml



Other differences:
--
++ perl-PerlIO-via-dynamic.spec ++
--- /var/tmp/diff_new_pack.McBKkU/_old  2017-10-03 23:19:47.449259641 +0200
+++ /var/tmp/diff_new_pack.McBKkU/_new  2017-10-03 23:19:47.453259078 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-PerlIO-via-dynamic
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,32 +20,22 @@
 Version:0.14
 Release:0
 %define cpan_name PerlIO-via-dynamic
-Summary:dynamic PerlIO layers
+Summary:Dynamic Perlio Layers
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/PerlIO-via-dynamic/
-Source: 
http://www.cpan.org/authors/id/A/AL/ALEXMV/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/A/AL/ALEXMV/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(CPANPLUS::Backend)
-#BuildRequires: perl(inc::Module::Install)
-#BuildRequires: perl(Internals)
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::AutoInstall)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(PerlIO::via::dynamic)
-#BuildRequires: perl(YAML::Tiny)
 %{perl_requires}
 
 %description
-'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)).
+'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)).
 
 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
@@ -56,6 +46,9 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+# MANUAL BEGIN
+sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse 
inc::Module::Install/' Makefile.PL
+# MANUAL END
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ cpanspec.yml ++
---
post_prep:
 sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse 
inc::Module::Install/' Makefile.PL



commit perl-PerlIO-via-dynamic for openSUSE:Factory

2013-06-13 Thread h_root
Hello community,

here is the log from the commit of package perl-PerlIO-via-dynamic for 
openSUSE:Factory checked in at 2013-06-13 20:06:34

Comparing /work/SRC/openSUSE:Factory/perl-PerlIO-via-dynamic (Old)
 and  /work/SRC/openSUSE:Factory/.perl-PerlIO-via-dynamic.new (New)


Package is "perl-PerlIO-via-dynamic"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-PerlIO-via-dynamic/perl-PerlIO-via-dynamic.changes
  2011-09-23 12:38:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-PerlIO-via-dynamic.new/perl-PerlIO-via-dynamic.changes
 2013-06-13 20:06:35.0 +0200
@@ -1,0 +2,6 @@
+Sun Jun  9 15:02:36 UTC 2013 - co...@suse.com
+
+- updated to 0.14
+ * Update to not warn on perl 5.16 and above
+
+---

Old:

  PerlIO-via-dynamic-0.13.tar.gz

New:

  PerlIO-via-dynamic-0.14.tar.gz



Other differences:
--
++ perl-PerlIO-via-dynamic.spec ++
--- /var/tmp/diff_new_pack.sk4c1G/_old  2013-06-13 20:06:36.0 +0200
+++ /var/tmp/diff_new_pack.sk4c1G/_new  2013-06-13 20:06:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-PerlIO-via-dynamic
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -16,21 +16,30 @@
 #
 
 
-
 Name:   perl-PerlIO-via-dynamic
-Version:0.13
-Release:1
-License:Artistic-1.0
+Version:0.14
+Release:0
 %define cpan_name PerlIO-via-dynamic
 Summary:dynamic PerlIO layers
-Url:http://search.cpan.org/dist/PerlIO-via-dynamic/
+License:GPL-1.0+ or Artistic-1.0
 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
+Url:http://search.cpan.org/dist/PerlIO-via-dynamic/
+Source: 
http://www.cpan.org/authors/id/A/AL/ALEXMV/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+#BuildRequires: perl(CPANPLUS::Backend)
+#BuildRequires: perl(inc::Module::Install)
+#BuildRequires: perl(Internals)
+#BuildRequires: perl(JSON)
+#BuildRequires: perl(LWP::Simple)
+#BuildRequires: perl(Module::AutoInstall)
+#BuildRequires: perl(Module::Build)
+#BuildRequires: perl(Module::Install::Base)
+#BuildRequires: perl(Parse::CPAN::Meta)
+#BuildRequires: perl(PerlIO::via::dynamic)
+#BuildRequires: perl(YAML::Tiny)
 %{perl_requires}
 
 %description
@@ -60,11 +69,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc CHANGES README
 
 %changelog

++ PerlIO-via-dynamic-0.13.tar.gz -> PerlIO-via-dynamic-0.14.tar.gz ++
 3185 lines of diff (skipped)

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



commit perl-PerlIO-via-dynamic for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-PerlIO-via-dynamic for 
openSUSE:Factory checked in at 2011-12-06 18:46:12

Comparing /work/SRC/openSUSE:Factory/perl-PerlIO-via-dynamic (Old)
 and  /work/SRC/openSUSE:Factory/.perl-PerlIO-via-dynamic.new (New)


Package is "perl-PerlIO-via-dynamic", Maintainer is "lmue...@suse.com"

Changes:




Other differences:
--
++ perl-PerlIO-via-dynamic.spec ++
--- /var/tmp/diff_new_pack.HkXWmO/_old  2011-12-06 19:16:20.0 +0100
+++ /var/tmp/diff_new_pack.HkXWmO/_new  2011-12-06 19:16:20.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-PerlIO-via-dynamic
 Version:0.13
 Release:1
-License:Artistic
+License:Artistic-1.0
 %define cpan_name PerlIO-via-dynamic
 Summary:dynamic PerlIO layers
 Url:http://search.cpan.org/dist/PerlIO-via-dynamic/

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



commit perl-PerlIO-via-dynamic for openSUSE:Factory

2011-04-04 Thread h_root

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.0 +0100
+++ 
/mounts/work_src_done/STABLE/perl-PerlIO-via-dynamic/perl-PerlIO-via-dynamic.changes
2011-04-02 21:35:51.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr  2 19:35:16 UTC 2011 - co...@novell.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.WhiAL8/_new  2011-04-04 09:02:07.0 +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 
+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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org