Hello community,
here is the log from the commit of package perl-Devel-GlobalDestruction for openSUSE:Factory
checked in at Tue Nov 30 18:23:46 CET 2010.
--------
New Changes file:
--- /dev/null 2010-07-09 01:59:37.000000000 +0200
+++ perl-Devel-GlobalDestruction/perl-Devel-GlobalDestruction.changes 2010-11-11 20:08:37.000000000 +0100
@@ -0,0 +1,12 @@
+-------------------------------------------------------------------
+Thu Nov 11 19:05:08 UTC 2010 - chris(a)computersalat.de
+
+- recreated by cpanspec 1.78
+ o fixed deps
+- bzipped Source
+
+-------------------------------------------------------------------
+Fri Oct 30 00:00:00 UTC 2009 - pascal.bleser(a)opensuse.org
+
+- initial package 0.02
+
calling whatdependson for head-i586
New:
----
Devel-GlobalDestruction-0.02.tar.bz2
perl-Devel-GlobalDestruction.changes
perl-Devel-GlobalDestruction.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Devel-GlobalDestruction.spec ++++++
#
# spec file for package perl-Devel-GlobalDestruction (Version 0.02)
#
# Copyright (c) 2010 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/
#
# norootforbuild
Name: perl-Devel-GlobalDestruction
%define cpan_name Devel-GlobalDestruction
Summary: Expose PL_dirty, the flag which marks global destruction
Version: 0.02
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Devel-GlobalDestruction/
#Source: http://www.cpan.org/modules/by-module/Devel/Devel-GlobalDestruction-%{versi…
Source: %{cpan_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
BuildRequires: perl(Scope::Guard)
BuildRequires: perl(Sub::Exporter)
Requires: perl = %{perl_version}
Requires: perl(Scope::Guard)
Requires: perl(Sub::Exporter)
%description
Perl's global destruction is a little tricky to deal with WRT finalizers
because it's not ordered and objects can sometimes disappear.
Writing defensive destructors is hard and annoying, and usually if global
destruction is happenning you only need the destructors that free up non
process local resources to actually execute.
For these constructors you can avoid the mess by simply bailing out if global
destruction is in effect.
Authors:
--------
Yuval Kogman <nothingmuch(a)woobling.org>
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
%defattr(-,root,root,-)
%doc
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package perl-Hook-LexWrap for openSUSE:Factory
checked in at Tue Nov 30 18:20:55 CET 2010.
--------
New Changes file:
--- /dev/null 2010-07-09 01:59:37.000000000 +0200
+++ perl-Hook-LexWrap/perl-Hook-LexWrap.changes 2010-11-19 14:34:17.000000000 +0100
@@ -0,0 +1,39 @@
+-------------------------------------------------------------------
+Fri Nov 19 13:30:35 UTC 2010 - chris(a)computersalat.de
+
+- update to 0.24
+ - Makefile.PL fixed
+ - New test added
+- cpanspec
+ o switch to Build
+- demo to doc
+- changelog to changes file
+
+-------------------------------------------------------------------
+Tue Oct 19 08:31:39 UTC 2010 - coolo(a)novell.com
+
+- add perl as explicit buildrequire
+
+-------------------------------------------------------------------
+Wed Aug 4 20:47:40 UTC 2010 - rschweikert(a)novell.com
+
+- Update source tarball to latest version
+- Fix line endings in README and Changes files to eliminate warnings
+
+-------------------------------------------------------------------
+Sun Nov 29 12:20:57 CET 2009 - rschweikert(a)novell.com
+
+- Repackage source to tar.gz
+
+-------------------------------------------------------------------
+Wed Oct 21 16:25:47 CEST 2009 - rschweikert(a)novell.com
+
+- Add changes file
+- Add %dir directive for Hook directory
+- Cleanup %changelog
+
+-------------------------------------------------------------------
+Tue Oct 13 11:02:19 UTC 2009 - rschweikert(a)novell.com
+
+- Initial build.
+
calling whatdependson for head-i586
New:
----
Hook-LexWrap-0.24.tar.gz
perl-Hook-LexWrap.changes
perl-Hook-LexWrap.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Hook-LexWrap.spec ++++++
#
# spec file for package perl-Hook-LexWrap (Version 0.24)
#
# Copyright (c) 2010 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/
#
# norootforbuild
%bcond_with pod
Name: perl-Hook-LexWrap
%define cpan_name Hook-LexWrap
Summary: Lexically scoped subroutine wrappers
Version: 0.24
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Hook-LexWrap/
Source: http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Hook-LexWrap-0.24.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl(Module::Build)
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
%if %{with pod}
BuildRequires: perl(Test::Pod) >= 1.14
%endif
BuildRequires: perl(Test::More)
Requires: perl = %{perl_version}
%description
Hook::LexWrap allows you to install a pre- or post-wrapper (or both) around
an existing subroutine. Unlike other modules that provide this capacity
(e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap implements
wrappers in such a way that the standard caller function works correctly
within the wrapped subroutine.
Authors:
--------
Damian Conway (damian(a)conway.org)
%prep
%setup -q -n %{cpan_name}-%{version}
### rpmlint:
# wrong-file-end-of-line-encoding
%{__perl} -pi -e 's|\r\n|\n|' demo/*.pl Changes README
%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
%check
./Build test
%install
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
%defattr(-,root,root,-)
%doc Changes demo README
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package perl-PadWalker for openSUSE:Factory
checked in at Tue Nov 30 18:14:12 CET 2010.
--------
New Changes file:
--- /dev/null 2010-07-09 01:59:37.000000000 +0200
+++ perl-PadWalker/perl-PadWalker.changes 2010-11-24 22:48:33.000000000 +0100
@@ -0,0 +1,27 @@
+-------------------------------------------------------------------
+Wed Nov 24 21:47:57 UTC 2010 - chris(a)computersalat.de
+
+- recreated by cpanspec 1.78
+- cleanup changelog
+- no /var/adm/perl-modules
+
+-------------------------------------------------------------------
+Tue Oct 19 08:38:54 UTC 2010 - coolo(a)novell.com
+
+- add perl as explicit buildrequire
+
+-------------------------------------------------------------------
+Wed Aug 4 20:53:23 UTC 2010 - rschweikert(a)novell.com
+
+- Update to latest source, version 1.92
+
+-------------------------------------------------------------------
+Sun Nov 29 12:24:46 CET 2009 - rschweikert(a)novell.com
+
+- No indentation for description in spec file
+
+-------------------------------------------------------------------
+Tue Nov 24 18:27:44 CET 2009 - rschweikert(a)novell.com
+
+- Initial build, version 1.9
+
calling whatdependson for head-i586
New:
----
PadWalker-1.92.tar.gz
perl-PadWalker.changes
perl-PadWalker.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-PadWalker.spec ++++++
#
# spec file for package perl-PadWalker (Version 1.92)
#
# Copyright (c) 2010 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/
#
# norootforbuild
Name: perl-PadWalker
%define cpan_name PadWalker
Summary: Play with other peoples' lexical variables
Version: 1.92
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/PadWalker/
Source: http://www.cpan.org/authors/id/R/RO/ROBIN/PadWalker-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
Requires: perl = %{perl_version}
%description
PadWalker is a module which allows you to inspect (and even change!)
lexical variables in any subroutine which called you. It will only show
those variables which are in scope at the point of the call.
PadWalker is particularly useful for debugging. It's even used by Perl's
built-in debugger. (It can also be used for evil, of course.)
I wouldn't recommend using PadWalker directly in production code, but it's
your call. Some of the modules that use PadWalker internally are certainly
safe for and useful in production.
Authors:
--------
Robin Houston <robin(a)cpan.org>
With contributions from Richard Soberberg, Jesse Luehrs and Yuval Kogman,
bug-spotting from Peter Scott, Dave Mitchell and Goro Fuji, and suggestions
from demerphq.
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
### since 11.4 perl_process_packlist
### removes .packlist, perllocal.pod files
%if 0%{?suse_version} > 1130
%perl_process_packlist
%else
# do not perl_process_packlist
# remove .packlist file
%{__rm} -f $RPM_BUILD_ROOT%perl_vendorarch/auto/PadWalker/.packlist
# remove perllocal.pod file
%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
%endif
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
%defattr(-,root,root,-)
%doc Changes README
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package perl-PPI for openSUSE:Factory
checked in at Tue Nov 30 18:08:07 CET 2010.
--------
New Changes file:
--- /dev/null 2010-07-09 01:59:37.000000000 +0200
+++ perl-PPI/perl-PPI.changes 2010-07-13 15:36:22.000000000 +0200
@@ -0,0 +1,12 @@
+-------------------------------------------------------------------
+Tue Jul 13 13:36:01 UTC 2010 - chris(a)computersalat.de
+
+update to 1.213
+ o for a full list see Changes file
+- recreated by cpanspec 1.78
+
+-------------------------------------------------------------------
+Wed Oct 21 16:52:17 CEST 2009 - rschweikert(a)novell.com
+
+- Initial build
+
calling whatdependson for head-i586
New:
----
PPI-1.213.tar.bz2
perl-PPI.changes
perl-PPI.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-PPI.spec ++++++
#
# spec file for package perl-PPI (Version 1.213)
#
# Copyright (c) 2010 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/
#
# norootforbuild
Name: perl-PPI
%define cpan_name PPI
Summary: Parse, Analyze and Manipulate Perl (without perl)
Version: 1.213
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/PPI/
#Source: http://www.cpan.org/modules/by-module/PPI/PPI-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
BuildRequires: perl(Class::Inspector) >= 1.22
BuildRequires: perl(Clone) >= 0.30
BuildRequires: perl(Digest::MD5) >= 2.35
BuildRequires: perl(File::Remove) >= 1.42
BuildRequires: perl(File::Spec) >= 0.84
BuildRequires: perl(IO::String) >= 1.07
BuildRequires: perl(List::MoreUtils) >= 0.16
BuildRequires: perl(List::Util) >= 1.20
BuildRequires: perl(Params::Util) >= 1.00
BuildRequires: perl(Task::Weaken)
BuildRequires: perl(Test::More) >= 0.86
BuildRequires: perl(Test::NoWarnings) >= 0.084
BuildRequires: perl(Test::Object) >= 0.07
BuildRequires: perl(Test::SubCalls) >= 1.07
#
Requires: perl = %{perl_version}
Requires: perl(Clone) >= 0.30
Requires: perl(Digest::MD5) >= 2.35
Requires: perl(File::Spec) >= 0.84
Requires: perl(IO::String) >= 1.07
Requires: perl(List::MoreUtils) >= 0.16
Requires: perl(List::Util) >= 1.20
Requires: perl(Params::Util) >= 1.00
Requires: perl(Task::Weaken)
%description
The purpose of PPI is not to parse Perl *Code*, but to parse Perl
*Documents*. By treating the problem this way, we are able to parse a
single file containing Perl source code "isolated" from any other
resources, such as libraries upon which the code may depend, and without
needing to run an instance of perl alongside or inside the parser.
Authors:
Adam Kennedy <adamk(a)cpan.org>
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
# do not perl_process_packlist (noarch)
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
%defattr(-,root,root,-)
%doc Changes inline2test.conf inline2test.tpl LICENSE README
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package perl-String-Format for openSUSE:Factory
checked in at Tue Nov 30 17:57:33 CET 2010.
--------
New Changes file:
--- /dev/null 2010-07-09 01:59:37.000000000 +0200
+++ perl-String-Format/perl-String-Format.changes 2010-11-20 12:14:13.000000000 +0100
@@ -0,0 +1,31 @@
+-------------------------------------------------------------------
+Sat Nov 20 11:11:01 UTC 2010 - chris(a)computersalat.de
+
+- recreated by cpanspec 1.78
+- cleanup changelog
+
+-------------------------------------------------------------------
+Tue Oct 19 08:39:07 UTC 2010 - coolo(a)novell.com
+
+- add perl as explicit buildrequire
+
+-------------------------------------------------------------------
+Wed Oct 21 16:29:06 CEST 2009 - rschweikert(a)novell.com
+
+- Add %dir directive for String
+
+-------------------------------------------------------------------
+Tue Oct 20 20:26:03 CEST 2009 - rschweikert(a)novell.com
+
+- Shorten summary to pass rpmlint
+
+-------------------------------------------------------------------
+Tue Oct 20 19:21:17 CEST 2009 - rschweikert(a)novell.com
+
+- Fix spec to include String directory in files
+
+-------------------------------------------------------------------
+Mon Oct 12 09:52:13 UTC 2009 - rschweikert(a)novell.com
+
+- initial package 1.16
+
calling whatdependson for head-i586
New:
----
String-Format-1.16.tar.bz2
perl-String-Format.changes
perl-String-Format.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-String-Format.spec ++++++
#
# spec file for package perl-String-Format (Version 1.16)
#
# Copyright (c) 2010 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/
#
# norootforbuild
Name: perl-String-Format
%define cpan_name String-Format
Summary: Sprintf-like string formatting capabilities with arbitrary format definitions
Version: 1.16
Release: 1
License: GPLv2
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/String-Format/
#Source: http://www.cpan.org/modules/by-module/String/String-Format-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
BuildRequires: perl(Test::More)
Requires: perl = %{perl_version}
%description
String::Format lets you define arbitrary printf-like format sequences to be
expanded. This module would be most useful in configuration files and
reporting tools, where the results of a query need to be formatted in a
particular way. It was inspired by mutt's index_format and related
directives
(see <URL:http://www.mutt.org/doc/manual/manual-6.html#index_format>).
Authors:
Darren Chamberlain <darren(a)cpan.org>
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
# do not perl_process_packlist (noarch)
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
%defattr(-,root,root,-)
%doc Changes COPYING README
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package perl-Test-ClassAPI for openSUSE:Factory
checked in at Tue Nov 30 17:56:38 CET 2010.
--------
New Changes file:
--- /dev/null 2010-07-09 01:59:37.000000000 +0200
+++ perl-Test-ClassAPI/perl-Test-ClassAPI.changes 2010-11-24 22:53:50.000000000 +0100
@@ -0,0 +1,18 @@
+-------------------------------------------------------------------
+Mon Nov 22 13:18:35 UTC 2010 - chris(a)computersalat.de
+
+- recreated by cpanspec 1.78
+ o fix deps
+- changelog to changes file
+
+-------------------------------------------------------------------
+Wed Oct 21 16:17:57 CEST 2009 - rschweikert(a)novell.com
+
+- Add changes file
+- Add Test directory to files
+- Cleanup changelog to only initial creation
+
+-------------------------------------------------------------------
+Wed Oct 14 15:57:17 UTC 2009 - rschweikert(a)novell.com
+
+- Initial build 1.06
calling whatdependson for head-i586
New:
----
Test-ClassAPI-1.06.tar.bz2
perl-Test-ClassAPI.changes
perl-Test-ClassAPI.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-ClassAPI.spec ++++++
#
# spec file for package perl-Test-ClassAPI (Version 1.06)
#
# Copyright (c) 2010 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/
#
# norootforbuild
Name: perl-Test-ClassAPI
%define cpan_name Test-ClassAPI
Summary: Provides basic first-pass API testing for large class trees
Version: 1.06
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-ClassAPI/
#Source: http://www.cpan.org/authors/id/A/AD/ADAMK/Test-ClassAPI-1.06.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
BuildRequires: perl(Test::More) >= 0.47
BuildRequires: perl(Class::Inspector) >= 1.12
BuildRequires: perl(Config::Tiny) >= 2.00
BuildRequires: perl(File::Spec) >= 0.83
BuildRequires: perl(Params::Util) >= 1.00
#
Requires: perl = %{perl_version}
Requires: perl(Class::Inspector) >= 1.12
Requires: perl(Config::Tiny) >= 2.00
Requires: perl(File::Spec) >= 0.83
Requires: perl(Params::Util) >= 1.00
%description
For many APIs with large numbers of classes, it can be very useful to be
able to do a quick once-over to make sure that classes, methods, and
inheritance is correct, before doing more comprehensive testing. This
module aims to provide such a capability.
Authors:
--------
Adam Kennedy <adamk(a)cpan.org>
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
### since 11.4 perl_process_packlist
### removes .packlist, perllocal.pod files
%if 0%{?suse_version} > 1130
%perl_process_packlist
%else
# do not perl_process_packlist
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
%endif
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
%defattr(-,root,root,-)
%doc Changes LICENSE README
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package perl-Test-Object for openSUSE:Factory
checked in at Tue Nov 30 17:54:03 CET 2010.
--------
New Changes file:
--- /dev/null 2010-07-09 01:59:37.000000000 +0200
+++ perl-Test-Object/perl-Test-Object.changes 2010-11-24 22:55:29.000000000 +0100
@@ -0,0 +1,23 @@
+-------------------------------------------------------------------
+Mon Nov 22 14:06:33 UTC 2010 - chris(a)computersalat.de
+
+- recreated by cpanspec 1.78
+ o fix deps
+- changelog to changes file
+
+-------------------------------------------------------------------
+Tue Oct 19 08:39:08 UTC 2010 - coolo(a)novell.com
+
+- add perl as explicit buildrequire
+
+-------------------------------------------------------------------
+Wed Oct 21 16:31:28 CEST 2009 - rschweikert(a)novell.com
+
+- Add changes file
+- Add %dir directive for directories in %files
+- Changelog clean up to only contain initial creation
+
+-------------------------------------------------------------------
+Wed Oct 14 19:00:29 UTC 2009 - rschweikert(a)novell.com
+
+- Initial build 0.07
calling whatdependson for head-i586
New:
----
Test-Object-0.07.tar.bz2
perl-Test-Object.changes
perl-Test-Object.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-Object.spec ++++++
#
# spec file for package perl-Test-Object (Version 0.07)
#
# Copyright (c) 2010 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/
#
# norootforbuild
Name: perl-Test-Object
%define cpan_name Test-Object
Summary: Thoroughly testing objects via registered handlers
Version: 0.07
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-Object/
#Source: http://www.cpan.org/authors/id/A/AD/ADAMK/Test-Object-0.07.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Spec) >= 0.80
BuildRequires: perl(overload)
BuildRequires: perl(Scalar::Util) >= 1.16
BuildRequires: perl(Test::More) >= 0.42
#
Requires: perl = %{perl_version}
Requires: perl(Carp)
Requires: perl(Exporter)
Requires: perl(File::Spec) >= 0.80
Requires: perl(overload)
Requires: perl(Scalar::Util) >= 1.16
Requires: perl(Test::More) >= 0.42
%description
In situations where you have deep trees of classes, there is a common
situation in which you test a module 4 or 5 subclasses down, which should
follow the correct behaviour of not just the subclass, but of all the
parent classes.
This should be done to ensure that the implementation of a subclass has not
somehow "broken" the object's behaviour in a more general sense.
'Test::Object' is a testing package designed to allow you to easily test
what you believe is a valid object against the expected behaviour of *all*
of the classes in its inheritance tree in one single call.
To do this, you "register" tests (in the form of CODE or function
references) with 'Test::Object', with each test associated with a
particular class.
When you call 'object_ok' in your test script, 'Test::Object' will check
the object against all registered tests. For each class that your object
responds to '$object->isa($class)' for, the appropriate testing function
will be called.
Doing it this way allows adapter objects and other things that respond to
'isa' differently that the default to still be tested against the classes
that it is advertising itself as correctly.
This also means that more than one test might be "counted" for each call to
'object_ok'. You should account for this correctly in your expected test
count.
Authors:
--------
Adam Kennedy <cpan(a)ali.as>
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
### since 11.4 perl_process_packlist
### removes .packlist, perllocal.pod files
%if 0%{?suse_version} > 1130
%perl_process_packlist
%else
# do not perl_process_packlist
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
%endif
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
%defattr(-,root,root,-)
%doc Changes LICENSE README
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package perl-Test-SubCalls for openSUSE:Factory
checked in at Tue Nov 30 17:45:30 CET 2010.
--------
New Changes file:
--- /dev/null 2010-07-09 01:59:37.000000000 +0200
+++ perl-Test-SubCalls/perl-Test-SubCalls.changes 2010-11-24 22:55:58.000000000 +0100
@@ -0,0 +1,19 @@
+-------------------------------------------------------------------
+Mon Nov 22 14:24:47 UTC 2010 - chris(a)computersalat.de
+
+- recreated by cpanspec 1.78
+ o fix deps
+- changelog to changes file
+
+-------------------------------------------------------------------
+Wed Oct 21 16:37:25 CEST 2009 - rschweikert(a)novell.com
+
+- Add changes file
+- Add Test directory to %files
+- Cleanup changelog
+
+-------------------------------------------------------------------
+Wed Oct 14 03:36:42 UTC 2009 - rjschwei(a)hks.com
+
+- Initial build 1.09
+
calling whatdependson for head-i586
New:
----
Test-SubCalls-1.09.tar.bz2
perl-Test-SubCalls.changes
perl-Test-SubCalls.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-SubCalls.spec ++++++
#
# spec file for package perl-Test-SubCalls (Version 1.09)
#
# Copyright (c) 2010 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/
#
# norootforbuild
Name: perl-Test-SubCalls
%define cpan_name Test-SubCalls
Summary: Track the number of times subs are called
Version: 1.09
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-SubCalls/
#Source: http://www.cpan.org/authors/id/A/AD/ADAMK/Test-SubCalls-1.09.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
BuildRequires: perl(Test::More) >= 0.42
BuildRequires: perl(File::Spec) >= 0.80
BuildRequires: perl(Hook::LexWrap) >= 0.20
Requires: perl = %{perl_version}
Requires: perl(File::Spec) >= 0.80
Requires: perl(Hook::LexWrap) >= 0.20
%description
There are a number of different situations (like testing caching code)
where you want to want to do a number of tests, and then verify that some
underlying subroutine deep within the code was called a specific number of
times.
This module provides a number of functions for doing testing in this way in
association with your normal the Test::More manpage (or similar) test
scripts.
Authors:
--------
Adam Kennedy <adamk(a)cpan.org>
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
### since 11.4 perl_process_packlist
### removes .packlist, perllocal.pod files
%if 0%{?suse_version} > 1130
%perl_process_packlist
%else
# do not perl_process_packlist
# remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
# remove perllocal.pod file
%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
%endif
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
%defattr(-,root,root,-)
%doc Changes LICENSE README
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package python-managesieve for openSUSE:Factory
checked in at Tue Nov 30 17:42:37 CET 2010.
--------
New Changes file:
--- /dev/null 2010-07-09 01:59:37.000000000 +0200
+++ python-managesieve/python-managesieve.changes 2010-11-26 18:38:31.000000000 +0100
@@ -0,0 +1,27 @@
+-------------------------------------------------------------------
+Fri Nov 26 17:37:56 UTC 2010 - gber(a)opensuse.org
+
+- added separate changelog
+
+-------------------------------------------------------------------
+Fri Jan 22 00:00:00 UTC 2010 - guido+opensuse.org(a)berhoerster.name
+
+- Specified build dependencies more precisely
+
+-------------------------------------------------------------------
+Thu Jan 07 00:00:00 UTC 2010 - guido+opensuse.org(a)berhoerster.name
+
+- Update to version 0.4.2
+ - includes the fix for socket.ssl deprecation warnings
+
+-------------------------------------------------------------------
+Wed Dec 30 00:00:00 UTC 2009 - guido+opensuse.org(a)berhoerster.name
+
+- Added patch to fix socket.ssl deprecation warnings on Python
+ >= 2.6
+
+-------------------------------------------------------------------
+Wed Dec 24 00:00:00 UTC 2009 - guido+opensuse.org(a)berhoerster.name
+
+- initial packaging of python-managesieve
+
calling whatdependson for head-i586
New:
----
managesieve-0.4.2.tar.bz2
python-managesieve.changes
python-managesieve.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-managesieve.spec ++++++
#
# spec file for package python-managesieve (Version 0.4.2)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 Guido Berhoerster.
#
# 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: python-managesieve
Summary: Python Module Implementing the ManageSieve Protocol
Version: 0.4.2
Release: 1
License: GPL, MIT License (or similar)
Group: Development/Libraries/Python
AutoReqProv: on
Source: http://download.origo.ethz.ch/python-managesieve/1573/managesieve-0.4.2.tar…
Url: http://python-managesieve.origo.ethz.ch/wiki/python_managesieve
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-setuptools >= 0.6c9
%{py_requires}
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArch: noarch
%endif
%description
python-managesieve is a Python module implementing the ManageSieve client
protocol. It also includes an user application (the interactive sieveshell).
Authors:
--------
Hartmut Goebel <h.goebel(a)crazy-compilers.com>
Ulrich Eck <ueck(a)net-labs.de>
%prep
%setup -q -n managesieve-%{version}
%build
%{__python} setup.py build
%install
%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
%clean
rm -rf $RPM_BUILD_ROOT
%files -f INSTALLED_FILES
%defattr(-,root,root,-)
%doc draft-martin-managesieve-07.txt HISTORY README TODO
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
Hello community,
here is the log from the commit of package python-markdown for openSUSE:Factory
checked in at Tue Nov 30 17:41:17 CET 2010.
--------
New Changes file:
--- /dev/null 2010-07-09 01:59:37.000000000 +0200
+++ python-markdown/python-markdown.changes 2010-07-02 16:47:00.000000000 +0200
@@ -0,0 +1,26 @@
+-------------------------------------------------------------------
+Fri Jul 2 14:46:11 UTC 2010 - jfunk(a)funktronics.ca
+
+- Don't require external elementtree on versions with Python 2.5+
+
+-------------------------------------------------------------------
+Mon Mar 22 11:20:20 UTC 2010 - nix(a)opensuse.org
+
+- Fixed the macro as no-one else seems to care :-)
+
+-------------------------------------------------------------------
+Wed Oct 21 13:24:47 UTC 2009 - nix(a)opensuse.org
+
+- Update to 2.0.3
+- Note: The macro at the top of the spec appears to have been broken by someone causing all distros prior to Factory not to build!
+
+-------------------------------------------------------------------
+Wed Sep 23 13:06:21 UTC 2009 - jfunk(a)funktronics.ca
+
+- Clean up
+- Get building on Factory
+
+-------------------------------------------------------------------
+Sun Jul 8 2007 - nix(a)opensuse.org
+
+- first build
calling whatdependson for head-i586
New:
----
markdown-2.0.3.tar.bz2
python-markdown.changes
python-markdown.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-markdown.spec ++++++
#
# spec file for package python-markdown (Version 2.0.3)
#
# Copyright (c) 2010 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/
#
Summary: Python Markdown Implementation
Name: python-markdown
Version: 2.0.3
Release: 1
License: BSD
Group: Development/Libraries/Python
Url: http://freewisdom.org/projects/python-markdown/
Source: markdown-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%py_requires
BuildRequires: python-devel
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArch: noarch
%endif
%if %{?suse_version: %{suse_version} > 1010} %{!?suse_version:1}
BuildRequires: python-xml
Requires: python-xml
%else
BuildRequires: python-elementtree
Requires: python-elementtree
%endif
%description
This is a Python implementation of John Gruber's Markdown. It is almost
completely compliant with the reference implementation, though there are a few
known issues.
Authors:
--------
Waylan Limberg <waylan [at] gmail.com>
%prep
%setup -q -n markdown-%{version}
%build
export CFLAGS="$RPM_OPT_FLAGS"
python setup.py build
%install
%{__python} setup.py install \
--root="%{buildroot}" \
--prefix="%{_prefix}" \
--record-rpm=INSTALLED_FILES
%clean
%{__rm} -rf %{buildroot}
%files -f INSTALLED_FILES
%defattr(-, root, root, 0755)
%doc docs/*
/usr/bin/markdown
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org