From 8b29a8378abeca4f1ceb491ef3c688147ca2869815d29d34ec51e22dbf4da509 Mon Sep 17 00:00:00 2001 From: Juergen Weigert Date: Fri, 25 Jun 2010 16:16:21 +0000 Subject: [PATCH] - 1.04 - Don't escape "=" unless it's in command position. Thanks to Chip for the inspiration. - Use "#!perl" in test.t (closes #38072). - Don't try to test or install the shell-quote script on Windows (closes #46445). OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-ShellQuote?expand=0&rev=2 --- String-ShellQuote-1.03.tar.gz | 3 --- String-ShellQuote-1.04.tar.bz2 | 3 +++ perl-String-ShellQuote.changes | 10 ++++++++++ perl-String-ShellQuote.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 String-ShellQuote-1.03.tar.gz create mode 100644 String-ShellQuote-1.04.tar.bz2 diff --git a/String-ShellQuote-1.03.tar.gz b/String-ShellQuote-1.03.tar.gz deleted file mode 100644 index f57f82f..0000000 --- a/String-ShellQuote-1.03.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dbd89a07fbcd81b73eb177e6d5dc4925fb3b61733828de71d25f298b08d9d83 -size 6471 diff --git a/String-ShellQuote-1.04.tar.bz2 b/String-ShellQuote-1.04.tar.bz2 new file mode 100644 index 0000000..49fd78e --- /dev/null +++ b/String-ShellQuote-1.04.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b4aa1e7c9c681fc20a241f09d2d3cfa658f73d019a2f1cbf74a17535c264e0 +size 6652 diff --git a/perl-String-ShellQuote.changes b/perl-String-ShellQuote.changes index 73a0119..00e19ce 100644 --- a/perl-String-ShellQuote.changes +++ b/perl-String-ShellQuote.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jun 25 16:15:26 UTC 2010 - jw@novell.com + +- 1.04 + - Don't escape "=" unless it's in command position. Thanks to Chip + for the inspiration. + - Use "#!perl" in test.t (closes #38072). + - Don't try to test or install the shell-quote script on Windows + (closes #46445). + ------------------------------------------------------------------- Wed May 5 09:35:46 UTC 2010 - lnussel@suse.de diff --git a/perl-String-ShellQuote.spec b/perl-String-ShellQuote.spec index cf6161e..e72968b 100644 --- a/perl-String-ShellQuote.spec +++ b/perl-String-ShellQuote.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-String-ShellQuote (Version 1.03) +# spec file for package perl-String-ShellQuote (Version 1.04) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: perl-String-ShellQuote Summary: Quote strings for passing through the shell -Version: 1.03 +Version: 1.04 Release: 1 License: CHECK(GPL+ or Artistic) Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/String-ShellQuote/ -Source: http://www.cpan.org/authors/id/R/RO/ROSCH/String-ShellQuote-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/R/RO/ROSCH/String-ShellQuote-%{version}.tar.bz2 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl