forked from pool/perl-String-ShellQuote
- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
3d59e0d8d5
commit
8b29a8378a
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8dbd89a07fbcd81b73eb177e6d5dc4925fb3b61733828de71d25f298b08d9d83
|
||||
size 6471
|
3
String-ShellQuote-1.04.tar.bz2
Normal file
3
String-ShellQuote-1.04.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43b4aa1e7c9c681fc20a241f09d2d3cfa658f73d019a2f1cbf74a17535c264e0
|
||||
size 6652
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user