commit perl-Term-Encoding for openSUSE:Factory

2019-04-01 Thread root
Hello community,

here is the log from the commit of package perl-Term-Encoding for 
openSUSE:Factory checked in at 2019-04-01 12:39:31

Comparing /work/SRC/openSUSE:Factory/perl-Term-Encoding (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Term-Encoding.new.25356 (New)


Package is "perl-Term-Encoding"

Mon Apr  1 12:39:31 2019 rev:4 rq:690163 version:0.03

Changes:

--- /work/SRC/openSUSE:Factory/perl-Term-Encoding/perl-Term-Encoding.changes
2017-10-03 23:19:50.696802608 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Term-Encoding.new.25356/perl-Term-Encoding.changes
 2019-04-01 12:39:34.033949632 +0200
@@ -1,0 +2,9 @@
+Sat Mar 30 06:42:55 UTC 2019 - Stephan Kulow 
+
+- updated to 0.03
+   see /usr/share/doc/packages/perl-Term-Encoding/Changes
+
+  0.03  2019-03-21 23:25:34 PDT
+  - Repackaged with Milla
+
+---

Old:

  Term-Encoding-0.02.tar.gz

New:

  Term-Encoding-0.03.tar.gz



Other differences:
--
++ perl-Term-Encoding.spec ++
--- /var/tmp/diff_new_pack.yr1xeK/_old  2019-04-01 12:39:34.581949898 +0200
+++ /var/tmp/diff_new_pack.yr1xeK/_new  2019-04-01 12:39:34.585949900 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Term-Encoding
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Term-Encoding
-Version:0.02
+Version:0.03
 Release:0
 %define cpan_name Term-Encoding
 Summary:Detect encoding of the current terminal
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Term-Encoding/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -43,11 +43,11 @@
 # MANUAL END
 
 %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
@@ -56,6 +56,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes
+%doc Changes README
+%license LICENSE
 
 %changelog

++ Term-Encoding-0.02.tar.gz -> Term-Encoding-0.03.tar.gz ++
 1892 lines of diff (skipped)




commit perl-Term-Encoding for openSUSE:Factory

2017-10-04 Thread root
Hello community,

here is the log from the commit of package perl-Term-Encoding for 
openSUSE:Factory checked in at 2017-10-03 23:19:49

Comparing /work/SRC/openSUSE:Factory/perl-Term-Encoding (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Term-Encoding.new (New)


Package is "perl-Term-Encoding"

Tue Oct  3 23:19:49 2017 rev:3 rq:530787 version:0.02

Changes:

--- /work/SRC/openSUSE:Factory/perl-Term-Encoding/perl-Term-Encoding.changes
2013-12-03 12:33:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Term-Encoding.new/perl-Term-Encoding.changes   
2017-10-03 23:19:50.696802608 +0200
@@ -1,0 +2,5 @@
+Tue Oct  3 08:21:08 UTC 2017 - co...@suse.com
+
+- patch the Makefile to build with perl 5.26
+
+---

New:

  cpanspec.yml



Other differences:
--
++ perl-Term-Encoding.spec ++
--- /var/tmp/diff_new_pack.pe8wSP/_old  2017-10-03 23:19:51.332713114 +0200
+++ /var/tmp/diff_new_pack.pe8wSP/_new  2017-10-03 23:19:51.336712552 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Term-Encoding
 #
-# Copyright (c) 2013 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,18 +24,12 @@
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Term-Encoding/
-Source: 
http://www.cpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(inc::Module::Install)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Term::Encoding)
-#BuildRequires: perl(Win32::Console)
-#BuildRequires: perl(YAML)
 %{perl_requires}
 
 %description
@@ -44,6 +38,9 @@
 
 %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