commit perl-MooseX-Role-Cmd for openSUSE:Factory

2018-10-11 Thread root
Hello community,

here is the log from the commit of package perl-MooseX-Role-Cmd for 
openSUSE:Factory checked in at 2018-10-11 11:55:53

Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Role-Cmd (Old)
 and  /work/SRC/openSUSE:Factory/.perl-MooseX-Role-Cmd.new (New)


Package is "perl-MooseX-Role-Cmd"

Thu Oct 11 11:55:53 2018 rev:8 rq:640851 version:0.10

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-MooseX-Role-Cmd/perl-MooseX-Role-Cmd.changes
2017-10-03 23:19:37.198702224 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Role-Cmd.new/perl-MooseX-Role-Cmd.changes
   2018-10-11 11:56:01.325980039 +0200
@@ -1,0 +2,5 @@
+Tue Oct  9 15:05:50 UTC 2018 - Bernhard Wiedemann 
+
+- Drop arch-specific Makefile from noarch package (boo#1109534)
+
+---



Other differences:
--
++ perl-MooseX-Role-Cmd.spec ++
--- /var/tmp/diff_new_pack.v0wt6B/_old  2018-10-11 11:56:02.741978238 +0200
+++ /var/tmp/diff_new_pack.v0wt6B/_new  2018-10-11 11:56:02.745978233 +0200
@@ -62,6 +62,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes Makefile README
+%doc Changes README
 
 %changelog




commit perl-MooseX-Role-Cmd for openSUSE:Factory

2017-10-04 Thread root
Hello community,

here is the log from the commit of package perl-MooseX-Role-Cmd for 
openSUSE:Factory checked in at 2017-10-03 23:19:35

Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Role-Cmd (Old)
 and  /work/SRC/openSUSE:Factory/.perl-MooseX-Role-Cmd.new (New)


Package is "perl-MooseX-Role-Cmd"

Tue Oct  3 23:19:35 2017 rev:7 rq:530780 version:0.10

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-MooseX-Role-Cmd/perl-MooseX-Role-Cmd.changes
2012-02-17 12:08:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Role-Cmd.new/perl-MooseX-Role-Cmd.changes
   2017-10-03 23:19:37.198702224 +0200
@@ -1,0 +2,5 @@
+Tue Oct  3 08:18:11 UTC 2017 - co...@suse.com
+
+- patch the Makefile to build with perl 5.26
+
+---

New:

  cpanspec.yml



Other differences:
--
++ perl-MooseX-Role-Cmd.spec ++
--- /var/tmp/diff_new_pack.0GRvyc/_old  2017-10-03 23:19:37.782620048 +0200
+++ /var/tmp/diff_new_pack.0GRvyc/_new  2017-10-03 23:19:37.782620048 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Role-Cmd
 #
-# Copyright (c) 2012 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
@@ -24,7 +24,8 @@
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/MooseX-Role-Cmd/
-Source: 
http://www.cpan.org/authors/id/E/ED/EDENC/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/E/ED/EDENC/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -32,29 +33,20 @@
 BuildRequires:  perl(IPC::Cmd) >= 0.42
 BuildRequires:  perl(Moose) >= 0.6
 BuildRequires:  perl(Test::Exception)
-#BuildRequires: perl(CPANPLUS::Backend)
-#BuildRequires: perl(inc::Module::Install)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::AutoInstall)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Moose::Role)
-#BuildRequires: perl(Moose::Util::TypeConstraints)
-#BuildRequires: perl(MooseX::Role::Cmd)
-#BuildRequires: perl(MooseX::Role::Cmd::Meta::Attribute::Trait)
-#BuildRequires: perl(YAML)
 Requires:   perl(IPC::Cmd) >= 0.42
 Requires:   perl(Moose) >= 0.6
 %{perl_requires}
 
 %description
-MooseX::Role::Cmd is a the Moose manpage role intended to ease the task of
-building command-line wrapper modules. It automatically maps the Moose
-manpage objects into command strings which are passed to the IPC::Cmd
-manpage.
+MooseX::Role::Cmd is a Moose role intended to ease the task of building
+command-line wrapper modules. It automatically maps Moose objects into
+command strings which are passed to IPC::Cmd.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+# MANUAL BEGIN
+sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse 
inc::Module::Install/' Makefile.PL
+# MANUAL END
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ cpanspec.yml ++
---
post_prep:
 sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse 
inc::Module::Install/' Makefile.PL



commit perl-MooseX-Role-Cmd for openSUSE:Factory

2012-02-17 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Role-Cmd for 
openSUSE:Factory checked in at 2012-02-17 12:07:54

Comparing /work/SRC/openSUSE:Factory/perl-MooseX-Role-Cmd (Old)
 and  /work/SRC/openSUSE:Factory/.perl-MooseX-Role-Cmd.new (New)


Package is perl-MooseX-Role-Cmd, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-MooseX-Role-Cmd/perl-MooseX-Role-Cmd.changes
2011-12-25 17:39:17.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Role-Cmd.new/perl-MooseX-Role-Cmd.changes
   2012-02-17 12:08:04.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 14 07:33:19 UTC 2012 - co...@suse.com
+
+- ran prepare_spec
+
+---



Other differences:
--
++ perl-MooseX-Role-Cmd.spec ++
--- /var/tmp/diff_new_pack.LaSfPN/_old  2012-02-17 12:08:05.0 +0100
+++ /var/tmp/diff_new_pack.LaSfPN/_new  2012-02-17 12:08:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Role-Cmd
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,19 +21,30 @@
 Release:0
 %define cpan_name MooseX-Role-Cmd
 Summary:Wrap system command binaries the Moose way
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/MooseX-Role-Cmd/
-Source: 
http://www.cpan.org/authors/id/E/ED/EDENC/MooseX-Role-Cmd-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/E/ED/EDENC/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(IPC::Cmd)
-BuildRequires:  perl(Moose) = 0.24
+BuildRequires:  perl(IPC::Cmd) = 0.42
+BuildRequires:  perl(Moose) = 0.6
 BuildRequires:  perl(Test::Exception)
-Requires:   perl(IPC::Cmd)
-Requires:   perl(Moose) = 0.24
+#BuildRequires: perl(CPANPLUS::Backend)
+#BuildRequires: perl(inc::Module::Install)
+#BuildRequires: perl(LWP::Simple)
+#BuildRequires: perl(Module::AutoInstall)
+#BuildRequires: perl(Module::Build)
+#BuildRequires: perl(Module::Install::Base)
+#BuildRequires: perl(Moose::Role)
+#BuildRequires: perl(Moose::Util::TypeConstraints)
+#BuildRequires: perl(MooseX::Role::Cmd)
+#BuildRequires: perl(MooseX::Role::Cmd::Meta::Attribute::Trait)
+#BuildRequires: perl(YAML)
+Requires:   perl(IPC::Cmd) = 0.42
+Requires:   perl(Moose) = 0.6
 %{perl_requires}
 
 %description
@@ -58,7 +69,7 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes Makefile README
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org