From be69ddc6b9c93e7fe22a2dd3bf62435682a270e681cf143fae18d2f82cafd5b6 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 11 Nov 2011 11:23:29 +0000 Subject: [PATCH 1/5] OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=18 --- Text-CSV_XS-0.85.tgz | 3 +++ perl-Text-CSV_XS.spec | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 Text-CSV_XS-0.85.tgz diff --git a/Text-CSV_XS-0.85.tgz b/Text-CSV_XS-0.85.tgz new file mode 100644 index 0000000..3a5b8e6 --- /dev/null +++ b/Text-CSV_XS-0.85.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:551ea6f192c4dc3bfb31858d097c6351ee6a0c45c84016625b6253ce6c3cba2b +size 116269 diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index c68af85..da3184e 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-Text-CSV_XS (Version 0.82) +# spec file for package perl-Text-CSV_XS # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -15,6 +15,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: perl-Text-CSV_XS Version: 0.82 Release: 1 From e5d5dda9b7f6c4aab96f34602393cab5d5f5c15f8c74c9eadc30cb2341454355 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 29 Nov 2011 20:50:00 +0000 Subject: [PATCH 2/5] * NAME / DISTNAME in Makefile.PL * More cross-checks for META data * Fix spurious auto_diag warning (RT#69673) * Tested with 50 versions of perl, including 1.15.1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=19 --- Text-CSV_XS-0.82.tgz | 3 --- perl-Text-CSV_XS.changes | 8 ++++++++ perl-Text-CSV_XS.spec | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 Text-CSV_XS-0.82.tgz diff --git a/Text-CSV_XS-0.82.tgz b/Text-CSV_XS-0.82.tgz deleted file mode 100644 index f8cb489..0000000 --- a/Text-CSV_XS-0.82.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a4000b37efa2b6fc18e1464b4bb139ae85bc6f3ab832b009f9cc9009ec6999b -size 113305 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index e137f43..b2a865b 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 29 20:49:32 UTC 2011 - coolo@suse.com + + * NAME / DISTNAME in Makefile.PL + * More cross-checks for META data + * Fix spurious auto_diag warning (RT#69673) + * Tested with 50 versions of perl, including 1.15.1 + ------------------------------------------------------------------- Mon May 16 08:47:46 UTC 2011 - coolo@opensuse.org diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index da3184e..e5aadc7 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -18,7 +18,7 @@ Name: perl-Text-CSV_XS -Version: 0.82 +Version: 0.85 Release: 1 License: GPL+ or Artistic %define cpan_name Text-CSV_XS From 0486697438dc658d3ff43fc21c933076ff37c092bec4ee732cbc0863277b08f3 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 1 Dec 2011 10:39:45 +0000 Subject: [PATCH 3/5] - update to 0.85 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=20 --- perl-Text-CSV_XS.changes | 1 + perl-Text-CSV_XS.spec | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index b2a865b..7e12130 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,6 +1,7 @@ ------------------------------------------------------------------- Tue Nov 29 20:49:32 UTC 2011 - coolo@suse.com +- update to 0.85 * NAME / DISTNAME in Makefile.PL * More cross-checks for META data * Fix spurious auto_diag warning (RT#69673) diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index e5aadc7..506f233 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -15,12 +15,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: perl-Text-CSV_XS Version: 0.85 -Release: 1 -License: GPL+ or Artistic +Release: 0 +License: Artistic or GPL+ %define cpan_name Text-CSV_XS Summary: comma-separated values manipulation routines Url: http://search.cpan.org/dist/Text-CSV_XS/ From ff756b8e55fc27dc84aa55ee18605d89974fe61f0dff85976f5cae78732c4f36 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 1 Dec 2011 10:40:33 +0000 Subject: [PATCH 4/5] OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=21 --- perl-Text-CSV_XS.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 506f233..5e76fd6 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -18,7 +18,7 @@ Name: perl-Text-CSV_XS Version: 0.85 Release: 0 -License: Artistic or GPL+ +License: Artistic or GPL-1.0+ %define cpan_name Text-CSV_XS Summary: comma-separated values manipulation routines Url: http://search.cpan.org/dist/Text-CSV_XS/ From 23d1d4e8ff1cdba646b98884229730fa8366d90cac6760d3a045fe903f64247c Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 1 Dec 2011 10:40:44 +0000 Subject: [PATCH 5/5] OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=22 --- perl-Text-CSV_XS.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 5e76fd6..10909a9 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -18,7 +18,7 @@ Name: perl-Text-CSV_XS Version: 0.85 Release: 0 -License: Artistic or GPL-1.0+ +License: Artistic-1.0 or GPL-1.0+ %define cpan_name Text-CSV_XS Summary: comma-separated values manipulation routines Url: http://search.cpan.org/dist/Text-CSV_XS/