From 3da6792c43df28d7133d8a71090d569e526af6d84b715eaaecb3a606676d0a84 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Sun, 5 Dec 2010 20:59:20 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/perl-IO-stringy revision 12.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-stringy?expand=0&rev=f41b0facbb01e35c8b6490a27768d522 --- 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 c408ca9..a39c1c4 100644 --- a/perl-IO-stringy.spec +++ b/perl-IO-stringy.spec @@ -27,7 +27,7 @@ Obsoletes: p_iostrn AutoReqProv: on Summary: I/O on in-core objects like strings and arrays Version: 2.110 -Release: 143 +Release: 144 Source: IO-stringy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} From 9ac4a78a900f076cf917939af545f854f9cdfec9421806317c4d80ff4b829730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Wed, 2 Feb 2011 13:51:11 +0000 Subject: [PATCH 2/2] - bzipped source tarball OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-stringy?expand=0&rev=11 --- IO-stringy-2.110.tar.bz2 | 3 +++ IO-stringy-2.110.tar.gz | 3 --- perl-IO-stringy.changes | 5 +++++ perl-IO-stringy.spec | 5 +++-- 4 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 IO-stringy-2.110.tar.bz2 delete mode 100644 IO-stringy-2.110.tar.gz diff --git a/IO-stringy-2.110.tar.bz2 b/IO-stringy-2.110.tar.bz2 new file mode 100644 index 0000000..5a5af1d --- /dev/null +++ b/IO-stringy-2.110.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eeecc92b4be8e8905a247cb2540804efc43b264729dce5b68c9d64b40bbddc5 +size 32630 diff --git a/IO-stringy-2.110.tar.gz b/IO-stringy-2.110.tar.gz deleted file mode 100644 index 0984db3..0000000 --- a/IO-stringy-2.110.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e3cf438b3938a2692cb502704c0bbfa2c5ec4a5071ab77906a2432126b004ee -size 40590 diff --git a/perl-IO-stringy.changes b/perl-IO-stringy.changes index e6e0c89..29719c1 100644 --- a/perl-IO-stringy.changes +++ b/perl-IO-stringy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 2 13:41:13 UTC 2011 - vcizek@novell.com + +- bzipped source tarball + ------------------------------------------------------------------- Tue Nov 30 19:20:21 UTC 2010 - coolo@novell.com diff --git a/perl-IO-stringy.spec b/perl-IO-stringy.spec index a39c1c4..0393356 100644 --- a/perl-IO-stringy.spec +++ b/perl-IO-stringy.spec @@ -19,6 +19,7 @@ Name: perl-IO-stringy +%define cpan_name IO-stringy License: Artistic Group: Development/Libraries/Perl Url: http://www.zeegee.com/code/perl/IO-stringy/ @@ -28,7 +29,7 @@ AutoReqProv: on Summary: I/O on in-core objects like strings and arrays Version: 2.110 Release: 144 -Source: IO-stringy-%{version}.tar.gz +Source: %{cpan_name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} BuildRequires: perl @@ -44,7 +45,7 @@ Authors: Eryq %prep -%setup -n IO-stringy-%{version} +%setup -n %{cpan_name}-%{version} %build perl Makefile.PL