commit perl-aliased for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-aliased for openSUSE:Factory 
checked in at 2015-04-18 10:40:41

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


Package is perl-aliased

Changes:

--- /work/SRC/openSUSE:Factory/perl-aliased/perl-aliased.changes
2014-12-31 11:22:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-aliased.new/perl-aliased.changes   
2015-04-18 10:40:42.0 +0200
@@ -1,0 +2,9 @@
+Fri Apr 17 08:39:35 UTC 2015 - co...@suse.com
+
+- updated to 0.34
+   see /usr/share/doc/packages/perl-aliased/Changes
+
+  0.34  2015-01-03 20:39:44Z
+- re-release to fix problematic $VERSION declaration (RT#101095)
+
+---

Old:

  aliased-0.33.tar.gz

New:

  aliased-0.34.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-aliased.spec ++
--- /var/tmp/diff_new_pack.whqXDM/_old  2015-04-18 10:40:42.0 +0200
+++ /var/tmp/diff_new_pack.whqXDM/_new  2015-04-18 10:40:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-aliased
 #
-# 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,19 +17,20 @@
 
 
 Name:   perl-aliased
-Version:0.33
+Version:0.34
 Release:0
 %define cpan_name aliased
 Summary:Use shorter versions of class names
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/aliased/
-Source: %{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Module::Build::Tiny) = 0.039
 %{perl_requires}
 
 %description
@@ -56,27 +57,27 @@
 done with a subroutine and not with typeglobs and weird namespace munging.)
 
 Note that this is *only* for 'use'ing OO modules. You cannot use this to
-load procedural modules. See the Why OO Only? section. Also, don't let the
-version number fool you. This code is ridiculously simple and is just fine
-for most use.
+load procedural modules. See the the Why OO Only? manpage section. Also,
+don't let the version number fool you. This code is ridiculously simple and
+is just fine for most use.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+%{__perl} Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+./Build install --destdir=%{buildroot} --create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README xt
+%doc Changes CONTRIBUTING LICENSE README
 
 %changelog

++ aliased-0.33.tar.gz - aliased-0.34.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aliased-0.33/Build.PL new/aliased-0.34/Build.PL
--- old/aliased-0.33/Build.PL   2014-12-21 03:19:38.0 +0100
+++ new/aliased-0.34/Build.PL   2015-01-03 21:39:49.0 +0100
@@ -78,7 +78,7 @@
 Curtis \Ovid\ Poe ovid\@cpan.org
   ],
   dist_name = aliased,
-  dist_version = 0.33,
+  dist_version = 0.34,
   license = perl,
   module_name = aliased,
   recommends = {},
@@ -87,7 +87,8 @@
 Carp = 0,
 Exporter = 0,
 perl = 5.006,
-strict = 0
+strict = 0,
+warnings = 0
   },
   script_files = [],
   test_requires = {
@@ -97,8 +98,7 @@
 Test::More = 0,
 if = 0,
 lib = 0,
-perl = 5.006,
-warnings = 0
+perl = 5.006
   }
 );
 
@@ -110,8 +110,7 @@
   Test::More = 0,
   if = 0,
   lib = 0,
-  perl = 5.006,
-  warnings = 0
+  perl = 5.006
 );
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aliased-0.33/CONTRIBUTING 
new/aliased-0.34/CONTRIBUTING
--- old/aliased-0.33/CONTRIBUTING   2014-12-21 03:19:38.0 +0100
+++ new/aliased-0.34/CONTRIBUTING   2015-01-03 21:39:49.0 +0100
@@ -93,4 +93,4 @@
 
 
 This file was generated via 

commit perl-aliased for openSUSE:Factory

2014-12-31 Thread h_root
Hello community,

here is the log from the commit of package perl-aliased for openSUSE:Factory 
checked in at 2014-12-31 11:22:25

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


Package is perl-aliased

Changes:

--- /work/SRC/openSUSE:Factory/perl-aliased/perl-aliased.changes
2013-07-07 22:21:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-aliased.new/perl-aliased.changes   
2014-12-31 11:22:29.0 +0100
@@ -1,0 +2,9 @@
+Sat Dec 27 22:45:29 UTC 2014 - l...@linux-schulserver.de
+
+- update to 0.33:
+  + fix warnings on perl 5.21.6 and up (RT#100359; thanks, Father
+Chrysostomos!)
+  + Don't inherit from Exporter (via Olivier Mengué)
+  + Fix docs issues (via Grzegorz Rożniecki)
+
+---

Old:

  aliased-0.31.tar.gz

New:

  aliased-0.33.tar.gz



Other differences:
--
++ perl-aliased.spec ++
--- /var/tmp/diff_new_pack.fFSsPa/_old  2014-12-31 11:22:30.0 +0100
+++ /var/tmp/diff_new_pack.fFSsPa/_new  2014-12-31 11:22:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-aliased
 #
-# 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,14 +17,14 @@
 
 
 Name:   perl-aliased
-Version:0.31
+Version:0.33
 Release:0
 %define cpan_name aliased
 Summary:Use shorter versions of class names
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/aliased/
-Source: 
http://www.cpan.org/authors/id/O/OV/OVID/%{cpan_name}-%{version}.tar.gz
+Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ aliased-0.31.tar.gz - aliased-0.33.tar.gz ++
 3727 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-aliased for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-aliased for openSUSE:Factory 
checked in at 2011-12-06 18:37:21

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


Package is perl-aliased, Maintainer is 

Changes:




Other differences:
--
++ perl-aliased.spec ++
--- /var/tmp/diff_new_pack.YR2WOU/_old  2011-12-06 19:23:12.0 +0100
+++ /var/tmp/diff_new_pack.YR2WOU/_new  2011-12-06 19:23:12.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-aliased
 Version:0.30
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name aliased
 Summary:Use shorter versions of class names.
 Url:http://search.cpan.org/dist/aliased/

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



commit perl-aliased for openSUSE:Factory

2011-11-18 Thread h_root
Hello community,

here is the log from the commit of package perl-aliased for openSUSE:Factory 
checked in at 2011-11-18 15:46:00

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


Package is perl-aliased, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-aliased/perl-aliased.changes
2011-09-23 12:39:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-aliased.new/perl-aliased.changes   
2011-11-18 15:46:35.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 17 12:47:33 UTC 2011 - co...@suse.com
+
+- regnerate with cpanspec 1.78.05
+
+---

Old:

  aliased-0.30.tar.bz2

New:

  aliased-0.30.tar.gz



Other differences:
--
++ perl-aliased.spec ++
--- /var/tmp/diff_new_pack.cjL8DK/_old  2011-11-18 15:46:44.0 +0100
+++ /var/tmp/diff_new_pack.cjL8DK/_new  2011-11-18 15:46:44.0 +0100
@@ -15,59 +15,69 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   perl-aliased
-%definereal_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
-Summary:Use shorter versions of class names
-Url:http://search.cpan.org/perldoc?aliased
-Group:  Development/Libraries/Perl
-License:Artistic
 Version:0.30
 Release:1
-Source: %{real_name}-%{version}.tar.bz2
-BuildRequires:  perl-macros
-BuildRequires:  perl(Test::Pod::Coverage)
-BuildRequires:  perl(Test::Pod)
+License:GPL+ or Artistic
+%define cpan_name aliased
+Summary:Use shorter versions of class names.
+Url:http://search.cpan.org/dist/aliased/
+Group:  Development/Libraries/Perl
+Source: 
http://www.cpan.org/authors/id/O/OV/OVID/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  perl
+BuildRequires:  perl-macros
+BuildRequires:  perl(Module::Build)
+#BuildRequires: perl(aliased)
 %{perl_requires}
 
 %description
-aliased is simple in concept but is a rather handy module. It loads the class
-you specify and exports into your namespace a subroutine that returns the class
-name. You can explicitly alias the class to another name or, if you prefer, you
-can do so implicitly. In the latter case, the name of the subroutine is the
-last part of the class name.
-
-This module is useful if you prefer a shorter name for a class. It's also handy
-if a class has been renamed.
-
-Author:

-Curtis Poe, ovid [at] cpan [dot] org
-
+'aliased' is simple in concept but is a rather handy module. It loads the
+class you specify and exports into your namespace a subroutine that returns
+the class name. You can explicitly alias the class to another name or, if
+you prefer, you can do so implicitly. In the latter case, the name of the
+subroutine is the last part of the class name. Thus, it does something
+similar to the following:
+
+  #use aliased 'Some::Annoyingly::Long::Module::Name::Customer';
+
+  use Some::Annoyingly::Long::Module::Name::Customer;
+  sub Customer {
+return 'Some::Annoyingly::Long::Module::Name::Customer';
+  }
+  my $cust = Customer-new;
+
+This module is useful if you prefer a shorter name for a class. It's also
+handy if a class has been renamed.
+
+(Some may object to the term aliasing because we're not aliasing one
+namespace to another, but it's a handy term. Just keep in mind that this is
+done with a subroutine and not with typeglobs and weird namespace munging.)
+
+Note that this is *only* for 'use'ing OO modules. You cannot use this to
+load procedural modules. See the Why OO Only? section. Also, don't let the
+version number fool you. This code is ridiculously simple and is just fine
+for most use.
 
 %prep
-%setup -q -n %{real_name}-%{version}
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL 
-make %{?jobs:-j%jobs}
+%{__perl} Build.PL installdirs=vendor
+./Build build flags=%{?_smp_mflags}
 
 %check
-make test
+./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-rm -rf %{buildroot}
-
 %files -f %{name}.files 
-%defattr(-, root, root)
-%doc Changes README MANIFEST
+%defattr(-,root,root,755)
+%doc Changes README
 
 %changelog

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