commit perl-Digest-JHash for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Digest-JHash for 
openSUSE:Factory checked in at 2016-11-24 21:23:49

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


Package is "perl-Digest-JHash"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Digest-JHash/perl-Digest-JHash.changes  
2014-02-11 10:44:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Digest-JHash.new/perl-Digest-JHash.changes 
2016-11-24 21:23:50.0 +0100
@@ -1,0 +2,25 @@
+Sat Nov 19 06:22:20 UTC 2016 - co...@suse.com
+
+- updated to 0.10
+   see /usr/share/doc/packages/perl-Digest-JHash/Changes
+
+  0.102016-11-18
+  - Avoid stray backup files.
+  - https://rt.cpan.org/Ticket/Display.html?id=118830
+  - Thanks to KENTNL.
+  - Avoid duplicate test files.
+  - https://rt.cpan.org/Ticket/Display.html?id=118830
+  - Thanks to KENTNL.
+
+---
+Sat Oct  8 15:51:04 UTC 2016 - co...@suse.com
+
+- updated to 0.09
+   see /usr/share/doc/packages/perl-Digest-JHash/Changes
+
+  0.092015-05-30
+  - Convert to Dist-Zilla.
+  - This implies several enhancements including links to the VCS
+  repositories in META.yml/META.json.
+
+---

Old:

  Digest-JHash-0.08.tar.gz

New:

  Digest-JHash-0.10.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Digest-JHash.spec ++
--- /var/tmp/diff_new_pack.C4FYx5/_old  2016-11-24 21:23:51.0 +0100
+++ /var/tmp/diff_new_pack.C4FYx5/_new  2016-11-24 21:23:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Digest-JHash
 #
-# Copyright (c) 2014 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
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Digest-JHash
-Version:0.08
+Version:0.10
 Release:0
 %define cpan_name Digest-JHash
 Summary:Perl extension for 32 bit Jenkins Hashing Algorithm
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Digest-JHash/
-Source: 
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -43,7 +44,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -59,6 +60,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples LICENSE README
+%doc Changes examples html LICENSE misc README
 
 %changelog

++ Digest-JHash-0.08.tar.gz -> Digest-JHash-0.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Digest-JHash-0.08/Changes 
new/Digest-JHash-0.10/Changes
--- old/Digest-JHash-0.08/Changes   2014-01-27 11:09:10.0 +0100
+++ new/Digest-JHash-0.10/Changes   2016-11-18 12:13:45.0 +0100
@@ -1,5 +1,18 @@
 Revision history for Perl extension Digest::JHash.
 
+0.102016-11-18
+- Avoid stray backup files.
+- https://rt.cpan.org/Ticket/Display.html?id=118830
+- Thanks to KENTNL.
+- Avoid duplicate test files.
+- https://rt.cpan.org/Ticket/Display.html?id=118830
+- Thanks to KENTNL.
+
+0.092015-05-30
+- Convert to Dist-Zilla.
+- This implies several enhancements including links to the VCS
+repositories in META.yml/META.json.
+
 0.082014-01-27
 - Add a minimal version on perl-5.8.0.
 - For CPANTS Kwalitee.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Digest-JHash-0.08/MANIFEST 
new/Digest-JHash-0.10/MANIFEST
--- old/Digest-JHash-0.08/MANIFEST  2014-01-27 11:11:07.0 +0100
+++ new/Digest-JHash-0.10/MANIFEST  2016-11-18 12:13:45.0 +0100
@@ -1,10 +1,13 @@
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.047.
 Changes
 JHash.xs
 LICENSE
 MANIFEST
+MANIFEST.SKIP
 META.yml
 Makefile.PL
 README
+dist.ini
 examples/jhash.pl
 examples/oo_vs_func.pl
 html/JHash.html
@@ -14,8 +17,9 @@
 misc/make_manifest.pl
 misc/mkdist.bat
 misc/sp

commit perl-Digest-JHash for openSUSE:Factory

2014-02-11 Thread h_root
Hello community,

here is the log from the commit of package perl-Digest-JHash for 
openSUSE:Factory checked in at 2014-02-11 10:44:26

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


Package is "perl-Digest-JHash"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Digest-JHash/perl-Digest-JHash.changes  
2011-09-23 12:36:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Digest-JHash.new/perl-Digest-JHash.changes 
2014-02-11 10:44:27.0 +0100
@@ -1,0 +2,9 @@
+Sun Feb  9 13:33:36 UTC 2014 - co...@suse.com
+
+- updated to 0.08
+   - Add a minimal version on perl-5.8.0.
+   - For CPANTS Kwalitee.
+   - Add t/cpan-changes.t
+   - Add a LICENSE file (for CPANTS Kwalitee).
+
+---

Old:

  Digest-JHash-0.07.tar.gz

New:

  Digest-JHash-0.08.tar.gz



Other differences:
--
++ perl-Digest-JHash.spec ++
--- /var/tmp/diff_new_pack.NZFMmC/_old  2014-02-11 10:44:28.0 +0100
+++ /var/tmp/diff_new_pack.NZFMmC/_new  2014-02-11 10:44:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Digest-JHash
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   perl-Digest-JHash
-Version:0.07
-Release:1
-License:Artistic-2.0
+Version:0.08
+Release:0
 %define cpan_name Digest-JHash
 Summary:Perl extension for 32 bit Jenkins Hashing Algorithm
-Url:http://search.cpan.org/dist/Digest-JHash/
+License:Artistic-2.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Digest-JHash/
 Source: 
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -58,11 +57,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples README
+%doc Changes examples LICENSE README
 
 %changelog

++ Digest-JHash-0.07.tar.gz -> Digest-JHash-0.08.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Digest-JHash-0.07/Changes 
new/Digest-JHash-0.08/Changes
--- old/Digest-JHash-0.07/Changes   2010-09-04 13:39:32.0 +0200
+++ new/Digest-JHash-0.08/Changes   2014-01-27 11:09:10.0 +0100
@@ -1,10 +1,30 @@
 Revision history for Perl extension Digest::JHash.
 
-0.01  Sun Apr  6 19:10:33 2003
-- original version; created by h2xs 1.21 with options
--An Digest::JHash
+0.082014-01-27
+- Add a minimal version on perl-5.8.0.
+- For CPANTS Kwalitee.
+- Add t/cpan-changes.t
+- Add a LICENSE file (for CPANTS Kwalitee).
+
+0.072010-09-04
+- Got rid of the SIGNATURE file which was out-of-date.
+- https://rt.cpan.org/Ticket/Display.html?id=61053
+
+0.062010-07-26
+- Reuploading to get rid of the world-writable files and directories
+in the archive.
+
+0.052008-06-06
+- Patched to make algorithm compatible with unwanted 64 bit int in U32
+
+0.042008-06-04
+- Moved developer only tests kwalitee.t and spelling.t to misc/ to
+  stop kwalitee from demanding they be listed as build pre-reqs in META.yml
+
+0.032008-06-04
+- Repackaged into Kwalitee compliant package
 
-0.02  Mon Apr 7 2003
+0.022003-04-07
 - Changed untar dir structure to standard one
 - Modified JHash.pm @EXPORT_OK so jhash() function can be exported on 
demand
 - A small clean up to handle undef and null string input cases
@@ -15,21 +35,7 @@
   with coding conventions of PHB
 - Cleaned up Makefile.PL to minimal case
 
-0.03 Wed Jun 04 2008
-- Repackaged into Kwalitee compliant package
-
-0.04 Wed Jun 04 2008
-- Moved developer only tests kwalitee.t and spelling.t to misc/ to
-  stop kwalitee from demanding they be listed as build pre-reqs in META.yml
-
-0.05 Friday Jun 06 2008
-- Patched to make algorithm compatible with unwanted 64 bit int in U32
-
-0.06 Mon Jul 26 2010
-- Reuploading to get rid of the world-writable files and directories
-in the archive.
-
-0.07 Sat Sep 04 2010
+0.012003-04-06
+- original version; created by h2xs 1.21 with options
+-An Digest::JHash
 
-- Got rid of the SIGNATURE file which was out-of-date.
-- https://rt.cpan.org/Ticket/Display

commit perl-Digest-JHash for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Digest-JHash for 
openSUSE:Factory checked in at 2011-12-06 18:40:41

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


Package is "perl-Digest-JHash", Maintainer is ""

Changes:




Other differences:
--
++ perl-Digest-JHash.spec ++
--- /var/tmp/diff_new_pack.vJtWlE/_old  2011-12-06 19:07:47.0 +0100
+++ /var/tmp/diff_new_pack.vJtWlE/_new  2011-12-06 19:07:47.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-Digest-JHash
 Version:0.07
 Release:1
-License:Artistic 2.0
+License:Artistic-2.0
 %define cpan_name Digest-JHash
 Summary:Perl extension for 32 bit Jenkins Hashing Algorithm
 Url:http://search.cpan.org/dist/Digest-JHash/

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



commit perl-Digest-JHash for openSUSE:Factory

2011-07-19 Thread h_root

Hello community,

here is the log from the commit of package perl-Digest-JHash for 
openSUSE:Factory
checked in at Tue Jul 19 15:29:25 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/perl-Digest-JHash/perl-Digest-JHash.changes
2011-07-14 10:07:05.0 +0200
@@ -0,0 +1,11 @@
+---
+Thu Jul 14 08:05:44 UTC 2011 - co...@novell.com
+
+- use original tarball
+
+---
+Fri Jan 14 11:36:04 UTC 2011 - co...@novell.com
+
+- initial package 0.07
+  * created by cpanspec 1.78.03
+

calling whatdependson for head-i586


New:

  Digest-JHash-0.07.tar.gz
  perl-Digest-JHash.changes
  perl-Digest-JHash.spec



Other differences:
--
++ perl-Digest-JHash.spec ++
#
# spec file for package perl-Digest-JHash
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#



Name:   perl-Digest-JHash
Version:0.07
Release:1
License:Artistic 2.0
%define cpan_name Digest-JHash
Summary:Perl extension for 32 bit Jenkins Hashing Algorithm
Url:http://search.cpan.org/dist/Digest-JHash/
Group:  Development/Libraries/Perl
Source: 
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
%{perl_requires}

%description
The 'Digest::JHash' module allows you to use the fast JHash hashing
algorithm developed by Bob Jenkins from within Perl programs. The algorithm
takes as input a message of arbitrary length and produces as output a
32-bit "message digest" of the input in the form of an unsigned long
integer.

Call it a low calorie version of MD5 if you like.

See http://burtleburtle.net/bob/hash/doobs.html for more information.

%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples README

%changelog





Remember to have fun...

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