Hello community,
here is the log from the commit of package perl-String-ShellQuote for
openSUSE:Factory checked in at 2018-01-20 11:27:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-String-ShellQuote (Old)
and /work/SRC/openSUSE:Factory/.perl-String-ShellQuote.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-String-ShellQuote"
Sat Jan 20 11:27:53 2018 rev:4 rq:567656 version:1.04
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-String-ShellQuote/perl-String-ShellQuote.changes
2013-06-28 11:54:26.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-String-ShellQuote.new/perl-String-ShellQuote.changes
2018-01-20 11:27:54.501016956 +0100
@@ -1,0 +2,10 @@
+Fri Jan 19 11:35:41 UTC 2018 - [email protected]
+
+- Cleaned spec file with spec-cleaner
+
+-------------------------------------------------------------------
+Thu Jan 18 17:30:06 UTC 2018 - [email protected]
+
+- Remove duplicate BuildArch: noarch.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-String-ShellQuote.spec ++++++
--- /var/tmp/diff_new_pack.Z1qfI0/_old 2018-01-20 11:27:55.116988149 +0100
+++ /var/tmp/diff_new_pack.Z1qfI0/_new 2018-01-20 11:27:55.120987962 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-String-ShellQuote
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,17 @@
Name: perl-String-ShellQuote
-Summary: Quote strings for passing through the shell
-License: Artistic-1.0 or GPL-2.0+
-Group: Development/Libraries/Perl
Version: 1.04
Release: 0
+Summary: Quote strings for passing through the shell
+License: Artistic-1.0 OR GPL-2.0+
+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
-BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
BuildArch: noarch
+%{perl_requires}
%description
This module contains some functions which are useful for quoting strings
@@ -39,23 +37,19 @@
%setup -q -n String-ShellQuote-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
%check
-%{__make} test
+make %{?_smp_mflags} test
%install
-make pure_install DESTDIR="%{buildroot}"
+make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -print0 | xargs -0 --no-run-if-empty
rm -f
find %{buildroot} -depth -type d -print0 | xargs -0 --no-run-if-empty rmdir
2>/dev/null || true
%perl_gen_filelist
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
%files -f %{name}.files
-%defattr(-,root,root,-)
%doc Changes README
%changelog