Hello community,

here is the log from the commit of package perl-App-Rad-Plugin-MoreHelp for 
openSUSE:Factory checked in at 2017-05-20 10:13:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-App-Rad-Plugin-MoreHelp (Old)
 and      /work/SRC/openSUSE:Factory/.perl-App-Rad-Plugin-MoreHelp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-App-Rad-Plugin-MoreHelp"

Sat May 20 10:13:39 2017 rev:2 rq:496090 version:0.0001

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-App-Rad-Plugin-MoreHelp/perl-App-Rad-Plugin-MoreHelp.changes
        2017-05-16 14:37:40.930128743 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-App-Rad-Plugin-MoreHelp.new/perl-App-Rad-Plugin-MoreHelp.changes
   2017-05-20 10:13:43.679334561 +0200
@@ -1,0 +2,6 @@
+Fri Apr 28 16:43:16 UTC 2017 - [email protected]
+
+- Summaries must not end in a dot
+- Replace %__-type macro indirections
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-App-Rad-Plugin-MoreHelp.spec ++++++
--- /var/tmp/diff_new_pack.Zx9Iwo/_old  2017-05-20 10:13:44.091276357 +0200
+++ /var/tmp/diff_new_pack.Zx9Iwo/_new  2017-05-20 10:13:44.095275793 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-App-Rad-Plugin-MoreHelp
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -20,7 +20,7 @@
 Version:        0.0001
 Release:        0
 %define cpan_name App-Rad-Plugin-MoreHelp
-Summary:        App::Rad plugin for providing extra help info.
+Summary:        App::Rad plugin for providing extra help info
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/App-Rad-Plugin-MoreHelp/
@@ -34,7 +34,7 @@
 %{perl_requires}
 
 %description
-This is an the App::Rad manpage plugin for providing extra help info. It
+This is an App::Rad manpage plugin for providing extra help info. It
 provides a 'more_help' method which can be used to provide extra info that
 will be appended to to bottom of the help message.
 
@@ -42,11 +42,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install


Reply via email to