commit perl-IO-Digest for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package perl-IO-Digest for openSUSE:Factory 
checked in at 2018-01-09 14:50:42

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


Package is "perl-IO-Digest"

Tue Jan  9 14:50:42 2018 rev:20 rq:554842 version:0.11

Changes:

--- /work/SRC/openSUSE:Factory/perl-IO-Digest/perl-IO-Digest.changes
2016-07-30 00:26:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-IO-Digest.new/perl-IO-Digest.changes   
2018-01-09 14:51:11.253443894 +0100
@@ -1,0 +2,5 @@
+Tue Dec  5 00:09:47 UTC 2017 - stefan.bru...@rwth-aachen.de
+
+- Add IO-Digest_fix_perl_5_26_INC_without_cwd.patch
+
+---

New:

  IO-Digest_fix_perl_5_26_INC_without_cwd.patch



Other differences:
--
++ perl-IO-Digest.spec ++
--- /var/tmp/diff_new_pack.AQiTiC/_old  2018-01-09 14:51:11.789418765 +0100
+++ /var/tmp/diff_new_pack.AQiTiC/_new  2018-01-09 14:51:11.789418765 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-IO-Digest
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -25,6 +25,8 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/IO-Digest/
 Source: 
http://www.cpan.org/authors/id/C/CL/CLKAO/%{cpan_name}-%{version}.tar.gz
+# PATCH-FIX_OPENSUSE - fix build with Perl 5.26 and later - 
https://rt.cpan.org/Public/Bug/Display.html?id=121733
+Patch0: IO-Digest_fix_perl_5_26_INC_without_cwd.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -48,6 +50,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch0 -p0
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ IO-Digest_fix_perl_5_26_INC_without_cwd.patch ++
--- Makefile.PL_orig2017-12-05 01:06:53.245976573 +0100
+++ Makefile.PL 2017-12-05 01:07:13.990233293 +0100
@@ -1,5 +1,6 @@
 sub readme_from {}; sub auto_include_deps {}; sub author_tests {}; sub 
auto_set_repository {};
 use strict;
+use lib ".";
 use inc::Module::Install;
 
 name 'IO-Digest';



commit perl-IO-Digest for openSUSE:Factory

2016-07-29 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-Digest for openSUSE:Factory 
checked in at 2016-07-30 00:26:22

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


Package is "perl-IO-Digest"

Changes:

--- /work/SRC/openSUSE:Factory/perl-IO-Digest/perl-IO-Digest.changes
2013-06-06 15:06:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-IO-Digest.new/perl-IO-Digest.changes   
2016-07-30 00:26:29.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 17 08:13:20 UTC 2016 - jeng...@inai.de
+
+- Grammar fixes to %description
+
+---



Other differences:
--
++ perl-IO-Digest.spec ++
--- /var/tmp/diff_new_pack.9VDCHq/_old  2016-07-30 00:26:30.0 +0200
+++ /var/tmp/diff_new_pack.9VDCHq/_new  2016-07-30 00:26:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-IO-Digest
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -42,9 +42,9 @@
 %{perl_requires}
 
 %description
-This module allows you to calculate digests while reading or writing file
-handles. This avoids the case you need to reread the same content to
-compute the digests after written a file.
+This module allows you to calculate digests while reading or writing
+from/to file handles. This avoids having to reread the same content
+to compute the digests after having written a file.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}




commit perl-IO-Digest for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-Digest for openSUSE:Factory 
checked in at 2013-06-06 15:06:11

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


Package is perl-IO-Digest

Changes:

--- /work/SRC/openSUSE:Factory/perl-IO-Digest/perl-IO-Digest.changes
2011-09-23 12:37:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-IO-Digest.new/perl-IO-Digest.changes   
2013-06-06 15:06:13.0 +0200
@@ -1,0 +2,6 @@
+Wed Jun  5 07:33:53 UTC 2013 - co...@suse.com
+
+- updated to 0.11
+  Modernize dist.
+
+---

Old:

  IO-Digest-0.10.tar.gz

New:

  IO-Digest-0.11.tar.gz



Other differences:
--
++ perl-IO-Digest.spec ++
--- /var/tmp/diff_new_pack.DcHsBY/_old  2013-06-06 15:06:14.0 +0200
+++ /var/tmp/diff_new_pack.DcHsBY/_new  2013-06-06 15:06:14.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-IO-Digest (Version 0.10)
+# spec file for package perl-IO-Digest
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -15,30 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-IO-Digest
+Version:0.11
+Release:0
 %define cpan_name IO-Digest
 Summary:Calculate digests while reading or writing
-Version:0.10
-Release:148
-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/IO-Digest/
-#Source: 
http://www.cpan.org/modules/by-module/IO/IO-Digest-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
-%if 0%{?suse_version}  1130
+Source: 
http://www.cpan.org/authors/id/C/CL/CLKAO/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
-%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Digest) = 0.0
 BuildRequires:  perl(PerlIO::via::dynamic) = 0.10
-Requires:   perl(Digest) = 0.0
+#BuildRequires: perl(inc::Module::Install)
+#BuildRequires: perl(IO::Digest)
+#BuildRequires: perl(JSON)
+#BuildRequires: perl(LWP::Simple)
+#BuildRequires: perl(Module::Build)
+#BuildRequires: perl(Module::Install::Base)
+#BuildRequires: perl(Parse::CPAN::Meta)
+#BuildRequires: perl(YAML::Tiny)
 Requires:   perl(PerlIO::via::dynamic) = 0.10
+%{perl_requires}
 
 %description
 This module allows you to calculate digests while reading or writing file
@@ -60,11 +61,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc CHANGES README
+%defattr(-,root,root,755)
+%doc CHANGES MYMETA.json MYMETA.yml README
 
 %changelog

++ IO-Digest-0.10.tar.gz - IO-Digest-0.11.tar.gz ++
 3635 lines of diff (skipped)

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



commit perl-IO-Digest for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-IO-Digest for openSUSE:Factory 
checked in at 2011-12-06 18:42:56

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


Package is perl-IO-Digest, Maintainer is lmue...@suse.com

Changes:




Other differences:
--
++ perl-IO-Digest.spec ++
--- /var/tmp/diff_new_pack.QtYHba/_old  2011-12-06 19:11:34.0 +0100
+++ /var/tmp/diff_new_pack.QtYHba/_new  2011-12-06 19:11:34.0 +0100
@@ -23,7 +23,7 @@
 Summary:Calculate digests while reading or writing
 Version:0.10
 Release:148
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/IO-Digest/
 #Source: 
http://www.cpan.org/modules/by-module/IO/IO-Digest-%{version}.tar.gz

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