commit perl-Set-Scalar for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Set-Scalar for openSUSE:Factory 
checked in at 2015-04-18 10:39:47

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


Package is perl-Set-Scalar

Changes:

--- /work/SRC/openSUSE:Factory/perl-Set-Scalar/perl-Set-Scalar.changes  
2014-02-12 07:05:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Set-Scalar.new/perl-Set-Scalar.changes 
2015-04-18 10:39:48.0 +0200
@@ -1,0 +2,14 @@
+Tue Apr 14 19:22:10 UTC 2015 - co...@suse.com
+
+- updated to 1.29
+   see /usr/share/doc/packages/perl-Set-Scalar/ChangeLog
+
+  1.29 2014-03-24  Dave Oswald dav...@cpan.org
+* Fixed set operations examples in POD (Xaerxess via GitHub).
+
+  1.28 2014-02-24  Dave Oswald dav...@cpan.org
+* Fix POD example showing power_set() method returning an iterator. Now it
+  correctly demonstrates power_set_iterator() returning an iterator.
+  (Response to report from vagabonding_electron on PerlMonks.)
+
+---

Old:

  Set-Scalar-1.27.tar.gz

New:

  Set-Scalar-1.29.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Set-Scalar.spec ++
--- /var/tmp/diff_new_pack.qGb44N/_old  2015-04-18 10:39:48.0 +0200
+++ /var/tmp/diff_new_pack.qGb44N/_new  2015-04-18 10:39:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Set-Scalar
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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-Set-Scalar
-Version:1.27
+Version:1.29
 Release:0
 %define cpan_name Set-Scalar
-Summary:Basic set operations
+Summary:Basic Set Operations
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Set-Scalar/
-Source: 
http://www.cpan.org/authors/id/D/DA/DAVIDO/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/D/DA/DAVIDO/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ Set-Scalar-1.27.tar.gz - Set-Scalar-1.29.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Set-Scalar-1.27/ChangeLog 
new/Set-Scalar-1.29/ChangeLog
--- old/Set-Scalar-1.27/ChangeLog   2013-12-31 18:23:34.0 +0100
+++ new/Set-Scalar-1.29/ChangeLog   2014-03-24 15:44:15.0 +0100
@@ -1,3 +1,11 @@
+1.29 2014-03-24  Dave Oswald dav...@cpan.org
+  * Fixed set operations examples in POD (Xaerxess via GitHub).
+  
+1.28 2014-02-24  Dave Oswald dav...@cpan.org
+  * Fix POD example showing power_set() method returning an iterator. Now it
+correctly demonstrates power_set_iterator() returning an iterator.
+(Response to report from vagabonding_electron on PerlMonks.)
+
 1.27 2013-12-31  Dave Oswald dav...@cpan.org
 
   * Merge pull request for typo fix in POD.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Set-Scalar-1.27/META.json 
new/Set-Scalar-1.29/META.json
--- old/Set-Scalar-1.27/META.json   2013-12-31 18:25:27.0 +0100
+++ new/Set-Scalar-1.29/META.json   2014-03-24 15:48:42.0 +0100
@@ -4,7 +4,7 @@
   Jarkko Hietaniemi j...@iki.fi
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.133380,
+   generated_by : ExtUtils::MakeMaker version 6.86, CPAN::Meta::Converter 
version 2.133380,
license : [
   perl_5
],
@@ -19,6 +19,21 @@
  inc
   ]
},
+   prereqs : {
+  build : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  configure : {
+ requires : {
+ExtUtils::MakeMaker : 0
+ }
+  },
+  runtime : {
+ requires : {}
+  }
+   },
release_status : stable,
resources : {
   repository : {
@@ -27,5 +42,5 @@
  web : https://github.com/daoswald/Set-Scalar;
   }
},
-   version : 1.27
+   version : 1.29
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Set-Scalar-1.27/META.yml new/Set-Scalar-1.29/META.yml
--- old/Set-Scalar-1.27/META.yml2013-12-31 18:25:27.0 +0100
+++ new/Set-Scalar-1.29/META.yml2014-03-24 15:48:42.0 +0100
@@ -2,9 

commit perl-Set-Scalar for openSUSE:Factory

2014-02-11 Thread h_root
Hello community,

here is the log from the commit of package perl-Set-Scalar for openSUSE:Factory 
checked in at 2014-02-12 07:05:29

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


Package is perl-Set-Scalar

Changes:

--- /work/SRC/openSUSE:Factory/perl-Set-Scalar/perl-Set-Scalar.changes  
2013-07-29 17:50:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Set-Scalar.new/perl-Set-Scalar.changes 
2014-02-12 07:05:31.0 +0100
@@ -1,0 +2,9 @@
+Sun Feb  9 13:30:02 UTC 2014 - co...@suse.com
+
+- updated to 1.27
+   * Merge pull request for typo fix in POD.
+   * Merge pull request for adding meta-data via Makefile.PL.
+   * ChangeLog is more standards compliant.
+   * Module POD now mentions current maintainer, and GitHub repo.
+
+---

Old:

  Set-Scalar-1.26.tar.gz

New:

  Set-Scalar-1.27.tar.gz



Other differences:
--
++ perl-Set-Scalar.spec ++
--- /var/tmp/diff_new_pack.8VrUic/_old  2014-02-12 07:05:32.0 +0100
+++ /var/tmp/diff_new_pack.8VrUic/_new  2014-02-12 07:05:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Set-Scalar
 #
-# Copyright (c) 2013 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
@@ -17,10 +17,10 @@
 
 
 Name:   perl-Set-Scalar
-Version:1.26
+Version:1.27
 Release:0
 %define cpan_name Set-Scalar
-Summary:This module implements a Set of scalars
+Summary:Basic set operations
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Set-Scalar/
@@ -29,18 +29,10 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(Set::Scalar)
-#BuildRequires: perl(Set::Scalar::Base)
-#BuildRequires: perl(Set::Scalar::Null)
-#BuildRequires: perl(Set::Scalar::Real)
-#BuildRequires: perl(Set::Scalar::Universe)
-#BuildRequires: perl(Set::Scalar::Valued)
-#BuildRequires: perl(Set::Scalar::ValuedUniverse)
-#BuildRequires: perl(Set::Scalar::Virtual)
 %{perl_requires}
 
 %description
-This module implements a Set of scalars.
+basic set operations
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ Set-Scalar-1.26.tar.gz - Set-Scalar-1.27.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Set-Scalar-1.26/ChangeLog 
new/Set-Scalar-1.27/ChangeLog
--- old/Set-Scalar-1.26/ChangeLog   2013-06-15 15:18:50.0 +0200
+++ new/Set-Scalar-1.27/ChangeLog   2013-12-31 18:23:34.0 +0100
@@ -1,266 +1,203 @@
-2013-06-15  Jarkko Hietaniemi  j...@iki.fi
+1.27 2013-12-31  Dave Oswald dav...@cpan.org
 
-   * Fixed Set::Scalar::Valued [rt.cpan.org #69037], bug reported
- and fix supplied by Kiran Mukhyala, the problem was in null()
- not being defined for valued set universes.
-   
-   * Fixed qq[More whitespace in examples could show picture of
- operations] [rt.cpan.org #54172 and #54173], bug reported
- and fix supplied by MichaelRWolf.  (ASCII art, so relies
- on fixed-width font.)
-   
-   * Released as 1.26.
-   
-2009-12-27  Jarkko Hietaniemi  j...@iki.fi
-
-   * Fixed trying to add an element twice prevents further
- adds to the set [rt.cpan.org #52559], bug reported by
- Eduard Wulff.
-   
-   * Removed unused and deprecated (Perl 5.12?) use UNIVERSAL 'isa'
- from Set/Scalar/Virtual.pm.
-   
-   * Add tests for the copy overload.
-   
-   * Released as 1.25.
-   
-2009-06-02  Jarkko Hietaniemi  j...@iki.fi
-
-   * Fixed The intersection method does not like references in the 
- set. [rt.cpan.org #46589], bug reported and fix provided by
- Father Chrysostomos.
-
-   * Cosmetics: removed trailing whitespace.
-   
-   * Renamed README as README.old.  It has been close to ten years.
-
-   * Added new README.
-   
-   * Updated copyright years. 
-   
-   * Released as 1.24.
-   
-2009-01-16  Jarkko Hietaniemi  j...@iki.fi
-
-   * Add overload for '@{}' as suggested by John Loverso,
- meaning that you can now do @$set and get the members
- of the set (unordered, mind)
-
-   * Add overload for '=' (how did we manage so long without?)
- [rt.cpan.org #42449]
-   
-   * Remove explicit import of 

commit perl-Set-Scalar for openSUSE:Factory

2013-07-29 Thread h_root
Hello community,

here is the log from the commit of package perl-Set-Scalar for openSUSE:Factory 
checked in at 2013-07-29 17:50:42

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


Package is perl-Set-Scalar

Changes:

--- /work/SRC/openSUSE:Factory/perl-Set-Scalar/perl-Set-Scalar.changes  
2013-03-01 08:03:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Set-Scalar.new/perl-Set-Scalar.changes 
2013-07-29 17:50:44.0 +0200
@@ -1,0 +2,13 @@
+Fri Jul 26 18:31:45 UTC 2013 - co...@suse.com
+
+- updated to 1.26
+   * Fixed Set::Scalar::Valued [rt.cpan.org #69037], bug reported
+ and fix supplied by Kiran Mukhyala, the problem was in null()
+ not being defined for valued set universes.
+   
+   * Fixed qq[More whitespace in examples could show picture of
+ operations] [rt.cpan.org #54172 and #54173], bug reported
+ and fix supplied by MichaelRWolf.  (ASCII art, so relies
+ on fixed-width font.)
+
+---

Old:

  Set-Scalar-1.25.tar.gz

New:

  Set-Scalar-1.26.tar.gz



Other differences:
--
++ perl-Set-Scalar.spec ++
--- /var/tmp/diff_new_pack.1nhsCd/_old  2013-07-29 17:50:45.0 +0200
+++ /var/tmp/diff_new_pack.1nhsCd/_new  2013-07-29 17:50:45.0 +0200
@@ -17,55 +17,48 @@
 
 
 Name:   perl-Set-Scalar
-Version:1.25
+Version:1.26
 Release:0
-Url:http://cpan.org/modules/by-module/Set/
-Summary:Set of scalars
-License:Artistic-1.0 or GPL-2.0+
+%define cpan_name Set-Scalar
+Summary:This module implements a Set of scalars
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Source0:
http://cpan.org/modules/by-module/Set/Set-Scalar-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Set-Scalar/
+Source: 
http://www.cpan.org/authors/id/D/DA/DAVIDO/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+#BuildRequires: perl(Set::Scalar)
+#BuildRequires: perl(Set::Scalar::Base)
+#BuildRequires: perl(Set::Scalar::Null)
+#BuildRequires: perl(Set::Scalar::Real)
+#BuildRequires: perl(Set::Scalar::Universe)
+#BuildRequires: perl(Set::Scalar::Valued)
+#BuildRequires: perl(Set::Scalar::ValuedUniverse)
+#BuildRequires: perl(Set::Scalar::Virtual)
+%{perl_requires}
 
 %description
 This module implements a Set of scalars.
 
-
-
-Authors:
-
-Jarkko Hietaniemi j...@iki.fi
-
 %prep
-%setup -n Set-Scalar-%{version} -q
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-# replace rest of /usr/local/bin/perl with /usr/bin/perl
-for f in `find . -type f -exec grep -l /usr/local/bin/perl \{\} \;` ; do
-rm -f tmp
-sed -e s:/usr/local/bin/perl:/usr/bin/perl:g $f  tmp
-mv -f tmp $f
-done
-perl Makefile.PL
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-make test
+%{__make} test
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+%perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-, root, root)
-%doc README ChangeLog
-%doc %{_mandir}/man?/*
-%{perl_vendorlib}/Set
-%{perl_vendorarch}/auto/Set
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc ChangeLog README README.old
 
 %changelog

++ Set-Scalar-1.25.tar.gz - Set-Scalar-1.26.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Set-Scalar-1.25/ChangeLog 
new/Set-Scalar-1.26/ChangeLog
--- old/Set-Scalar-1.25/ChangeLog   2009-12-27 15:55:42.0 +0100
+++ new/Set-Scalar-1.26/ChangeLog   2013-06-15 15:18:50.0 +0200
@@ -1,3 +1,16 @@
+2013-06-15  Jarkko Hietaniemi  j...@iki.fi
+
+   * Fixed Set::Scalar::Valued [rt.cpan.org #69037], bug reported
+ and fix supplied by Kiran Mukhyala, the problem was in null()
+ not being defined for valued set universes.
+   
+   * Fixed qq[More whitespace in examples could show picture of
+ operations] [rt.cpan.org #54172 and #54173], bug reported
+ and fix supplied by MichaelRWolf.  (ASCII art, so relies
+ on fixed-width font.)
+   
+   * Released as 1.26.
+   
 2009-12-27  Jarkko Hietaniemi  j...@iki.fi
 
* Fixed trying to add an element twice prevents further
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Set-Scalar-1.25/MANIFEST new/Set-Scalar-1.26/MANIFEST
--- old/Set-Scalar-1.25/MANIFEST

commit perl-Set-Scalar for openSUSE:Factory

2013-02-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Set-Scalar for openSUSE:Factory 
checked in at 2013-03-01 07:44:26

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


Package is perl-Set-Scalar, Maintainer is dlova...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Set-Scalar/perl-Set-Scalar.changes  
2011-11-21 12:45:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Set-Scalar.new/perl-Set-Scalar.changes 
2013-03-01 07:44:28.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 27 06:24:29 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ perl-Set-Scalar.spec ++
--- /var/tmp/diff_new_pack.Z6qagI/_old  2013-03-01 07:44:28.0 +0100
+++ /var/tmp/diff_new_pack.Z6qagI/_new  2013-03-01 07:44:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Set-Scalar
 #
-# Copyright (c) 2011 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,17 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Set-Scalar
 Version:1.25
-Release:7
-AutoReqProv:on
-Group:  Development/Libraries/Perl
-License:Artistic-1.0 ; GPL-2.0+
+Release:0
 Url:http://cpan.org/modules/by-module/Set/
 Summary:Set of scalars
+License:Artistic-1.0 or GPL-2.0+
+Group:  Development/Libraries/Perl
 Source0:
http://cpan.org/modules/by-module/Set/Set-Scalar-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}

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



commit perl-Set-Scalar for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Set-Scalar for openSUSE:Factory 
checked in at 2011-12-06 18:47:05

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


Package is perl-Set-Scalar, Maintainer is vci...@suse.com

Changes:




Other differences:
--
++ perl-Set-Scalar.spec ++
--- /var/tmp/diff_new_pack.XKOskN/_old  2011-12-06 19:18:08.0 +0100
+++ /var/tmp/diff_new_pack.XKOskN/_new  2011-12-06 19:18:08.0 +0100
@@ -23,7 +23,7 @@
 Release:7
 AutoReqProv:on
 Group:  Development/Libraries/Perl
-License:Artistic License .. ; GPLv2+
+License:Artistic-1.0 ; GPL-2.0+
 Url:http://cpan.org/modules/by-module/Set/
 Summary:Set of scalars
 Source0:
http://cpan.org/modules/by-module/Set/Set-Scalar-%{version}.tar.gz

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



commit perl-Set-Scalar for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Set-Scalar for openSUSE:Factory 
checked in at 2011-11-21 12:45:18

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


Package is perl-Set-Scalar, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Set-Scalar/perl-Set-Scalar.changes  
2011-09-23 12:38:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Set-Scalar.new/perl-Set-Scalar.changes 
2011-11-21 12:45:19.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:08:19 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  Set-Scalar-1.25.tar.bz2

New:

  Set-Scalar-1.25.tar.gz



Other differences:
--
++ perl-Set-Scalar.spec ++
--- /var/tmp/diff_new_pack.a47qPV/_old  2011-11-21 12:45:21.0 +0100
+++ /var/tmp/diff_new_pack.a47qPV/_new  2011-11-21 12:45:21.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Set-Scalar (Version 1.25)
+# spec file for package perl-Set-Scalar
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -26,7 +26,7 @@
 License:Artistic License .. ; GPLv2+
 Url:http://cpan.org/modules/by-module/Set/
 Summary:Set of scalars
-Source0:
http://cpan.org/modules/by-module/Set/Set-Scalar-%{version}.tar.bz2
+Source0:
http://cpan.org/modules/by-module/Set/Set-Scalar-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl

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