From 5f61df5a4d7c94768c1f31935a74fe68ed070a692a0222f827385e8755f938c9 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 19 Oct 2010 11:08:21 +0000 Subject: [PATCH 1/4] Updating link to change in openSUSE:Factory/perl-IO-stringy revision 10.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-stringy?expand=0&rev=90ed470831048c22a55a151ab33a8753 --- perl-IO-stringy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-IO-stringy.spec b/perl-IO-stringy.spec index 8949f32..a400585 100644 --- a/perl-IO-stringy.spec +++ b/perl-IO-stringy.spec @@ -28,7 +28,7 @@ Requires: perl = %{perl_version} AutoReqProv: on Summary: I/O on in-core objects like strings and arrays Version: 2.110 -Release: 136 +Release: 143 Source: IO-stringy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl From e96732b65474879862d31ebaa303205feecf85aea2a96df7ce5b33b7182bde0b Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 29 Nov 2010 18:56:22 +0000 Subject: [PATCH 2/4] - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules - remove /var/adm/perl-modules OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-stringy?expand=0&rev=7 --- perl-IO-stringy.changes | 5 +++++ perl-IO-stringy.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-IO-stringy.changes b/perl-IO-stringy.changes index 473ef35..86ec494 100644 --- a/perl-IO-stringy.changes +++ b/perl-IO-stringy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 29 18:30:18 UTC 2010 - coolo@novell.com + +- remove /var/adm/perl-modules + ------------------------------------------------------------------- Tue Oct 19 08:38:42 UTC 2010 - coolo@novell.com diff --git a/perl-IO-stringy.spec b/perl-IO-stringy.spec index a400585..c5c2633 100644 --- a/perl-IO-stringy.spec +++ b/perl-IO-stringy.spec @@ -63,7 +63,6 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor %{perl_vendorarch}/auto/IO %{perl_vendorarch}/auto/IO/Stringy %doc %{_mandir}/man3/*.gz -/var/adm/perl-modules/perl-IO-stringy %doc MANIFEST COPYING README* %changelog From 731f461567b3484598897afa63d2a5a5972a0869b85a044df60857fbb4984cbb Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 30 Nov 2010 19:26:26 +0000 Subject: [PATCH 3/4] siwtch to perl_requires macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-stringy?expand=0&rev=8 --- perl-IO-stringy.changes | 5 +++++ perl-IO-stringy.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/perl-IO-stringy.changes b/perl-IO-stringy.changes index 86ec494..e6e0c89 100644 --- a/perl-IO-stringy.changes +++ b/perl-IO-stringy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 30 19:20:21 UTC 2010 - coolo@novell.com + +- switch to perl_requires macro + ------------------------------------------------------------------- Mon Nov 29 18:30:18 UTC 2010 - coolo@novell.com diff --git a/perl-IO-stringy.spec b/perl-IO-stringy.spec index c5c2633..6fe0b1d 100644 --- a/perl-IO-stringy.spec +++ b/perl-IO-stringy.spec @@ -24,7 +24,7 @@ Group: Development/Libraries/Perl Url: http://www.zeegee.com/code/perl/IO-stringy/ Provides: p_iostrn Obsoletes: p_iostrn -Requires: perl = %{perl_version} +%{perl_requires} AutoReqProv: on Summary: I/O on in-core objects like strings and arrays Version: 2.110 From 8d0f7e3bd54639de5485e963674f9f55c7382a36b112265e4ce64cc2aed2384f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 3 Dec 2010 14:38:54 +0000 Subject: [PATCH 4/4] always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-stringy?expand=0&rev=9 --- perl-IO-stringy.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-IO-stringy.spec b/perl-IO-stringy.spec index 6fe0b1d..c408ca9 100644 --- a/perl-IO-stringy.spec +++ b/perl-IO-stringy.spec @@ -24,14 +24,15 @@ Group: Development/Libraries/Perl Url: http://www.zeegee.com/code/perl/IO-stringy/ Provides: p_iostrn Obsoletes: p_iostrn -%{perl_requires} AutoReqProv: on Summary: I/O on in-core objects like strings and arrays Version: 2.110 Release: 143 Source: IO-stringy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +%{perl_requires} BuildRequires: perl +BuildRequires: perl-macros %description I/O on in-core objects like strings and arrays