[perl-SOAP-Lite] BuildArch: noarch, rhbz#694559

2011-04-08 Thread Petr Sabata
commit 04bf13520c7870982511bd6696504c7ebd0c2d8f
Author: Petr Sabata psab...@redhat.com
Date:   Fri Apr 8 10:16:50 2011 +0200

BuildArch: noarch, rhbz#694559

 perl-SOAP-Lite.spec |8 ++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/perl-SOAP-Lite.spec b/perl-SOAP-Lite.spec
index 9eed3a6..d9a200d 100644
--- a/perl-SOAP-Lite.spec
+++ b/perl-SOAP-Lite.spec
@@ -1,13 +1,13 @@
 Name:   perl-SOAP-Lite
 Version:0.712
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Client and server side SOAP implementation
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/SOAP-Lite/
 Source0:
http://search.cpan.org/CPAN/authors/id/M/MK/MKUTTER/SOAP-Lite-%{version}.tar.gz
+BuildArch:  noarch
 
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 # Core package
 BuildRequires:  perl(Class::Inspector)
 BuildRequires:  perl(constant)
@@ -30,6 +30,7 @@ BuildRequires:  perl(IO::File)
 BuildRequires:  perl(IO::Socket::SSL)
 BuildRequires:  perl(Compress::Zlib)
 
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 Requires:   perl(Apache2::Const)
 Requires:   perl(Apache2::RequestIO)
 Requires:   perl(Apache2::RequestRec)
@@ -91,6 +92,9 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Fri Apr  8 2011 Petr Sabata psab...@redhat.com - 0.712-3
+- BuildArch: noarch
+
 * Wed Apr  6 2011 Petr Sabata psab...@redhat.com - 0.712-2
 - Fix Requires typos
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 694559] perl-SOAP-Lite-debuginfo 0.712-2 is empty

2011-04-08 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=694559

Petr Sabata psab...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-SOAP-Lite-0.713-3.fc16
 Resolution||RAWHIDE
Last Closed||2011-04-08 04:22:53

--- Comment #1 from Petr Sabata psab...@redhat.com 2011-04-08 04:22:53 EDT ---
This was accidental.
0.713-3 is now noarch again.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Config-Model

2011-04-08 Thread buildsys


perl-Config-Model has broken dependencies in the rawhide tree:
On x86_64:
perl-Config-Model-1.235-1.fc16.noarch requires perl(AptPkg::System)
perl-Config-Model-1.235-1.fc16.noarch requires perl(AptPkg::Version)
perl-Config-Model-1.235-1.fc16.noarch requires perl(YAML::Any) = 
0:0.303
perl-Config-Model-1.235-1.fc16.noarch requires perl(Fuse)
perl-Config-Model-1.235-1.fc16.noarch requires perl(AptPkg::Config)
On i386:
perl-Config-Model-1.235-1.fc16.noarch requires perl(AptPkg::System)
perl-Config-Model-1.235-1.fc16.noarch requires perl(AptPkg::Version)
perl-Config-Model-1.235-1.fc16.noarch requires perl(YAML::Any) = 
0:0.303
perl-Config-Model-1.235-1.fc16.noarch requires perl(Fuse)
perl-Config-Model-1.235-1.fc16.noarch requires perl(AptPkg::Config)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Coro] Fix handling of Requires from last commit.

2011-04-08 Thread Mathieu Bridon
commit 043a26eb42b0b156d2ae9205ddf487c52c8dff84
Author: Mathieu Bridon boche...@fedoraproject.org
Date:   Fri Apr 8 17:50:04 2011 +0800

Fix handling of Requires from last commit.

The Requires: on perl(EV) is added automatically, but it is not
versionned.

This commit filters the unversionned Requires: out and adds an
explicit, versionned one instead.

 perl-Coro.spec |8 +++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-Coro.spec b/perl-Coro.spec
index 319951a..9f67fa4 100644
--- a/perl-Coro.spec
+++ b/perl-Coro.spec
@@ -1,6 +1,6 @@
 Name:   perl-Coro
 Version:5.372
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:The only real threads in perl
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -27,6 +27,7 @@ Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} 
-V:version`; echo $versi
 Requires:   perl(AnyEvent) = 5
 Requires:   perl(AnyEvent::AIO) = 1
 Requires:   perl(AnyEvent::BDB) = 1
+Requires:   perl(EV) = 3
 Requires:   perl(Event) = 1.08
 Requires:   perl(Guard) = 0.5
 Requires:   perl(Storable) = 2.15
@@ -36,6 +37,7 @@ Requires:   perl(Storable) = 2.15
 %filter_from_requires /^perl(AnyEvent) = 4.81$/d
 %filter_from_requires /^perl(AnyEvent::AIO)$/d
 %filter_from_requires /^perl(AnyEvent::BDB)$/d
+%filter_from_requires /^perl(EV)$/d
 %filter_from_requires /^perl(Event)$/d
 %filter_from_requires /^perl(Guard)$/d
 %filter_from_requires /^perl(Storable)$/d
@@ -94,6 +96,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 08 2011 Mathieu Bridon boche...@fedoraproject.org - 5.372-3
+- Added explicit versionned Requires: on perl(EV)
+- Removed automatically added unversionned Requires: on perl(EV)
+
 * Thu Apr 07 2011 Mathieu Bridon boche...@fedoraproject.org - 5.372-2
 - Rebuild with EV support.
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-version] Unexport version::vxs

2011-04-08 Thread Petr Pisar
commit 86ec72368565a3abb22afb7ef1e15eff171fda51
Author: Petr Písař ppi...@redhat.com
Date:   Fri Apr 8 12:24:04 2011 +0200

Unexport version::vxs

 perl-version.spec |   19 +--
 1 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/perl-version.spec b/perl-version.spec
index 70c3225..9478154 100644
--- a/perl-version.spec
+++ b/perl-version.spec
@@ -1,17 +1,20 @@
 Name:   perl-version
 Epoch:  3
 Version:0.88
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Perl extension for Version Objects
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/version/
 Source0:
http://www.cpan.org/authors/id/J/JP/JPEACOCK/version-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More) = 0.45
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
+# version::vxs is private module (see bug #633775)
+%filter_from_provides /^perl(version::vxs)/d
+%{perl_default_filter}
+
 %description
 Version objects were added to Perl in 5.10. This module implements version
 objects for older version of Perl and provides the version object API for
@@ -20,8 +23,6 @@ should not be used due to incompatible API changes. Version 
0.77 introduces
 the new 'parse' and 'declare' methods to standardize usage. You are
 strongly urged to set 0.77 as a minimum in your code.
 
-%{?perl_default_filter}
-
 %prep
 %setup -q -n version-%{version}
 
@@ -30,21 +31,15 @@ strongly urged to set 0.77 as a minimum in your code.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} \; 2/dev/null
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README
@@ -58,6 +53,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/version::Internals.3pm*
 
 %changelog
+* Fri Apr 08 2011 Petr Pisar ppi...@redhat.com - 3:0.88-3
+- Unexport private version::vxs module (bug #633775)
+- Remove BuildRoot stuff
+
 * Wed Feb 09 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 3:0.88-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-version/f15/master] Unexport version::vxs

2011-04-08 Thread Petr Pisar
Summary of changes:

  86ec723... Unexport version::vxs (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-version] Revert mandatory of perl_default_filter

2011-04-08 Thread Petr Pisar
commit 51fdecae359e308d3b3e2f68e0261b6932553b9e
Author: Petr Písař ppi...@redhat.com
Date:   Fri Apr 8 13:19:11 2011 +0200

Revert mandatory of perl_default_filter

%{?perl_default_filter} is the only notation that does not bite SPEC
parser in koji. (???)

 perl-version.spec |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/perl-version.spec b/perl-version.spec
index 9478154..67e7fcb 100644
--- a/perl-version.spec
+++ b/perl-version.spec
@@ -13,7 +13,8 @@ Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} 
-V:version`; echo $versi
 
 # version::vxs is private module (see bug #633775)
 %filter_from_provides /^perl(version::vxs)/d
-%{perl_default_filter}
+%filter_setup
+%{?perl_default_filter}
 
 %description
 Version objects were added to Perl in 5.10. This module implements version
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-version/f15/master] Revert mandatory of perl_default_filter

2011-04-08 Thread Petr Pisar
Summary of changes:

  51fdeca... Revert mandatory of perl_default_filter (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-version/f14/master] Unexport version::vxs

2011-04-08 Thread Petr Pisar
commit ca600c9cdf06de700433a195b6aa5d1f135cda09
Author: Petr Písař ppi...@redhat.com
Date:   Fri Apr 8 12:24:04 2011 +0200

Unexport version::vxs

 perl-version.spec |   14 ++
 1 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/perl-version.spec b/perl-version.spec
index 378c492..131bbf4 100644
--- a/perl-version.spec
+++ b/perl-version.spec
@@ -1,7 +1,7 @@
 Name:   perl-version
 Epoch:  3
 Version:0.88
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl extension for Version Objects
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -11,6 +11,11 @@ BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More) = 0.45
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
+# version::vxs is private module (see bug #633775)
+%filter_from_provides /^perl(version::vxs)/d
+%filter_setup
+%{?perl_default_filter}
+
 %description
 Version objects were added to Perl in 5.10. This module implements version
 objects for older version of Perl and provides the version object API for
@@ -19,8 +24,6 @@ should not be used due to incompatible API changes. Version 
0.77 introduces
 the new 'parse' and 'declare' methods to standardize usage. You are
 strongly urged to set 0.77 as a minimum in your code.
 
-%{?perl_default_filter}
-
 %prep
 %setup -q -n version-%{version}
 
@@ -33,7 +36,6 @@ make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} \; 2/dev/null
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -52,6 +54,10 @@ make test
 %{_mandir}/man3/version::Internals.3pm*
 
 %changelog
+* Fri Apr 08 2011 Petr Pisar ppi...@redhat.com - 3:0.88-2
+- Unexport private version::vxs module (bug #633775)
+- Remove BuildRoot stuff
+
 * Wed Jan 26 2011 Paul Howarth p...@city-fan.org 3:0.88-1
 - Update to 0.88
 - Revert to Makefile.PL flow as upstream dropped Build.PL to avoid circular
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-version/f13/master] Unexport version::vxs

2011-04-08 Thread Petr Pisar
commit a4503822f53f3df0cb7294bd1381a4a316382719
Author: Petr Písař ppi...@redhat.com
Date:   Fri Apr 8 12:24:04 2011 +0200

Unexport version::vxs

 perl-version.spec |   23 +--
 1 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/perl-version.spec b/perl-version.spec
index 6de2c16..8ebb36f 100644
--- a/perl-version.spec
+++ b/perl-version.spec
@@ -1,24 +1,28 @@
 Name:   perl-version
 Epoch:  3
 Version:0.82
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Perl extension for Version Objects
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/version/
 Source0:
http://www.cpan.org/authors/id/J/JP/JPEACOCK/version-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More) = 0.45
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
+# version::vxs is private module (see bug #633775)
+%filter_from_provides /^perl(version::vxs)/d
+%filter_setup
+%{?perl_default_filter}
+
 %description
 Version objects were added to Perl in 5.10. This module implements version
 objects for older version of Perl and provides the version object API for
 all versions of Perl. All previous releases before 0.74 are deprecated and
 should not be used due to incompatible API changes. Version 0.77 introduces
 the new 'parse' and 'declare' methods to standardize usage. You are
-strongly urged to set 0.77 as a minimum in your code, e.g.
+strongly urged to set 0.77 as a minimum in your code.
 
 %prep
 %setup -q -n version-%{version}
@@ -29,20 +33,14 @@ strongly urged to set 0.77 as a minimum in your code, e.g.
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
-
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} \; 2/dev/null
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README
@@ -51,5 +49,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 08 2011 Petr Pisar ppi...@redhat.com - 3:0.82-2
+- Unexport private version::vxs module (bug #633775)
+- Remove BuildRoot stuff
+- Correct description text
+
 * Tue Mar 09 2010 Marcela Mašláňová mmasl...@redhat.com 0.82-1
 - Specfile autogenerated by cpanspec 1.78.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel