commit perl-Object-Signature for openSUSE:Factory

2018-11-12 Thread root
Hello community,

here is the log from the commit of package perl-Object-Signature for 
openSUSE:Factory checked in at 2018-11-12 09:39:05

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


Package is "perl-Object-Signature"

Mon Nov 12 09:39:05 2018 rev:10 rq:647349 version:1.08

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Object-Signature/perl-Object-Signature.changes  
2017-10-03 23:19:41.838049319 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Object-Signature.new/perl-Object-Signature.changes
 2018-11-12 09:39:20.481368191 +0100
@@ -1,0 +2,6 @@
+Thu Nov  8 06:43:56 UTC 2018 - Stephan Kulow 
+
+- updated to 1.08
+   see /usr/share/doc/packages/perl-Object-Signature/Changes
+
+---

Old:

  Object-Signature-1.07.tar.gz

New:

  Object-Signature-1.08.tar.gz



Other differences:
--
++ perl-Object-Signature.spec ++
--- /var/tmp/diff_new_pack.bnXfsF/_old  2018-11-12 09:39:22.117365841 +0100
+++ /var/tmp/diff_new_pack.bnXfsF/_new  2018-11-12 09:39:22.117365841 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Object-Signature
 #
-# Copyright (c) 2017 SUSE LINUX 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
@@ -12,19 +12,19 @@
 # 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-Object-Signature
-Version:1.07
+Version:1.08
 Release:0
 %define cpan_name Object-Signature
 Summary:Generate cryptographic signatures for objects
-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/Object-Signature/
-Source0:
https://cpan.metacpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -39,16 +39,17 @@
 The method used to generate the signature is based on Storable and
 Digest::MD5. The object is fed to 'Storable::nfreeze' to get a string,
 which is then passed to Digest::MD5::md5_hex to get a unique 32 character
-hexidecimal signature.
+hexadecimal signature.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 # 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
+perl Makefile.PL INSTALLDIRS=vendor
 %{__make} %{?_smp_mflags}
 
 %check
@@ -61,7 +62,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes CONTRIBUTING README
 %license LICENSE
 
 %changelog

++ Object-Signature-1.07.tar.gz -> Object-Signature-1.08.tar.gz ++
 5872 lines of diff (skipped)




commit perl-Object-Signature for openSUSE:Factory

2017-10-04 Thread root
Hello community,

here is the log from the commit of package perl-Object-Signature for 
openSUSE:Factory checked in at 2017-10-03 23:19:40

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


Package is "perl-Object-Signature"

Tue Oct  3 23:19:40 2017 rev:9 rq:530783 version:1.07

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Object-Signature/perl-Object-Signature.changes  
2011-09-23 12:38:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Object-Signature.new/perl-Object-Signature.changes
 2017-10-03 23:19:41.838049319 +0200
@@ -1,0 +2,5 @@
+Tue Oct  3 08:19:18 UTC 2017 - co...@suse.com
+
+- patch the Makefile to build with perl 5.26
+
+---

New:

  cpanspec.yml



Other differences:
--
++ perl-Object-Signature.spec ++
--- /var/tmp/diff_new_pack.MOHWZs/_old  2017-10-03 23:19:42.653934498 +0200
+++ /var/tmp/diff_new_pack.MOHWZs/_new  2017-10-03 23:19:42.657933934 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Object-Signature
 #
-# Copyright (c) 2011 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
@@ -16,37 +16,36 @@
 #
 
 
-
 Name:   perl-Object-Signature
 Version:1.07
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Release:0
 %define cpan_name Object-Signature
 Summary:Generate cryptographic signatures for objects
-Url:http://search.cpan.org/dist/Object-Signature/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/A/AD/ADAMK/Object-Signature-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Object-Signature/
+Source0:
https://cpan.metacpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Digest::MD5) >= 2.00
-Requires:   perl(Digest::MD5) >= 2.00
 %{perl_requires}
 
 %description
-the Object::Signature manpage is an abstract base class that you can
-inherit from in order to allow your objects to generate unique
-cryptographic signatures.
-
-The method used to generate the signature is based on the Storable manpage
-and the Digest::MD5 manpage. The object is fed to 'Storable::nfreeze' to
-get a string, which is then passed to the Digest::MD5::md5_hex manpage to
-get a unique 32 character hexidecimal signature.
+Object::Signature is an abstract base class that you can inherit from in
+order to allow your objects to generate unique cryptographic signatures.
+
+The method used to generate the signature is based on Storable and
+Digest::MD5. The object is fed to 'Storable::nfreeze' to get a string,
+which is then passed to Digest::MD5::md5_hex to get a unique 32 character
+hexidecimal signature.
 
 %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
@@ -60,11 +59,9 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes LICENSE README
+%defattr(-,root,root,755)
+%doc Changes README
+%license LICENSE
 
 %changelog

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



commit perl-Object-Signature for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Object-Signature for 
openSUSE:Factory checked in at 2011-12-06 18:45:35

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


Package is perl-Object-Signature, Maintainer is 

Changes:




Other differences:
--
++ perl-Object-Signature.spec ++
--- /var/tmp/diff_new_pack.28LY4C/_old  2011-12-06 19:15:38.0 +0100
+++ /var/tmp/diff_new_pack.28LY4C/_new  2011-12-06 19:15:38.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-Object-Signature
 Version:1.07
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name Object-Signature
 Summary:Generate cryptographic signatures for objects
 Url:http://search.cpan.org/dist/Object-Signature/

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