[perl-Mail-IMAPClient/f16] Upgrade to 3.30

2011-12-13 Thread Nick Bebout
Summary of changes:

  061ba59... Upgrade to 3.30 (*)

(*) 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-Mail-IMAPClient/f15] (2 commits) ...Upgrade to 3.30

2011-12-13 Thread Nick Bebout
Summary of changes:

  81337ec... Perl mass rebuild (*)
  061ba59... Upgrade to 3.30 (*)

(*) 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-Mail-IMAPClient] Upgrade to 3.30

2011-12-13 Thread Nick Bebout
commit 061ba596562fb7ddd12c0816be93d1be8cda8a5a
Author: Nick Bebout 
Date:   Tue Dec 13 17:13:04 2011 -0600

Upgrade to 3.30

 .gitignore|1 +
 perl-Mail-IMAPClient.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index be0936f..c4be2b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 Mail-IMAPClient-3.25.tar.gz
 /Mail-IMAPClient-3.27.tar.gz
 /Mail-IMAPClient-3.28.tar.gz
+/Mail-IMAPClient-3.30.tar.gz
diff --git a/perl-Mail-IMAPClient.spec b/perl-Mail-IMAPClient.spec
index 3ec2ea2..8baa2e1 100644
--- a/perl-Mail-IMAPClient.spec
+++ b/perl-Mail-IMAPClient.spec
@@ -1,6 +1,6 @@
 Name:   perl-Mail-IMAPClient
-Version:3.28
-Release:2%{?dist}
+Version:3.30
+Release:1%{?dist}
 Summary:An IMAP Client API
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Dec 13 2011 Nick Bebout  - 3.30-1
+- Upgrade to 3.30
+
 * Mon Jun 20 2011 Marcela Mašláňová  - 3.28-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 5cb958a..ee6cb17 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-32cad582491bff59817e45fb39736a9d  Mail-IMAPClient-3.28.tar.gz
+a1965d99f1e25bab580e19e6546f433d  Mail-IMAPClient-3.30.tar.gz
--
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

File Mail-IMAPClient-3.30.tar.gz uploaded to lookaside cache by nb

2011-12-13 Thread Nick Bebout
A file has been added to the lookaside cache for perl-Mail-IMAPClient:

a1965d99f1e25bab580e19e6546f433d  Mail-IMAPClient-3.30.tar.gz
--
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-Devel-Comments] Import

2011-12-13 Thread Petr Pisar
commit c9fdab2584523f51aa5017995cb2e9704fd1984e
Author: Petr Písař 
Date:   Tue Dec 13 16:00:50 2011 +0100

Import

 .gitignore   |1 +
 perl-Devel-Comments.spec |   68 ++
 sources  |1 +
 3 files changed, 70 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..5383b38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Devel-Comments-v1.1.4.tar.gz
diff --git a/perl-Devel-Comments.spec b/perl-Devel-Comments.spec
new file mode 100644
index 000..39fdbc5
--- /dev/null
+++ b/perl-Devel-Comments.spec
@@ -0,0 +1,68 @@
+Name:   perl-Devel-Comments
+Version:1.1.4
+Release:1%{?dist}
+Summary:Debug with executable smart comments to logs
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Devel-Comments/
+Source0:
http://www.cpan.org/authors/id/X/XI/XIONG/developer-tools/Devel-Comments-v%{version}.tar.gz
+BuildArch:  noarch
+# Compile-time:
+BuildRequires:  perl(Module::Build)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Filter::Simple) >= 0.8
+BuildRequires:  perl(IO::Capture::Tie_STDx)
+BuildRequires:  perl(IO::Capture::Stdout)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(Text::Balanced) >= 2
+BuildRequires:  perl(version) >= 0.77
+# Tests only:
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::More) >= 0.94
+BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Try::Tiny)
+BuildRequires:  perl(IO::Capture::Stderr::Extended)
+BuildRequires:  perl(IO::Capture::Stdout::Extended)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:   perl(Filter::Simple) >= 0.8
+Requires:   perl(Test::More) >= 0.94
+Requires:   perl(Text::Balanced) >= 2
+
+# Remove under-specifed dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Filter::Simple|Text::Balanced\\)\\s*$
+
+%description
+Devel::Comments is a source filter for your Perl code, intended to be used
+only during development. Specially-formatted 'smart' comments are replaced by
+executable code to dump variables to screen or to file, display loop progress
+bars, or enforce conditions. These smart comments can all be disabled at once
+by commenting out the "use Devel::Comments" line, whereupon they return to
+being simple, dumb comments. Your debugging code can remain in place,
+guaranteed harmless, ready for the next development cycle.
+
+%prep
+%setup -q -n Devel-Comments-v%{version}
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Dec 12 2011 Petr Pisar  1.1.4-1
+- Specfile autogenerated by cpanspec 1.78.
+- Remove BuildRoot and defattr from spec code.
diff --git a/sources b/sources
index e69de29..c701aa9 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+fd83e3fbad70bcd911acd4d0343da7e2  Devel-Comments-v1.1.4.tar.gz
--
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

File Devel-Comments-v1.1.4.tar.gz uploaded to lookaside cache by ppisar

2011-12-13 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Devel-Comments:

fd83e3fbad70bcd911acd4d0343da7e2  Devel-Comments-v1.1.4.tar.gz
--
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 767147] perl-MooseX-Types-DateTime-ButMaintained-0.13 is available

2011-12-13 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=767147

Petr Šabata  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-MooseX-Types-DateTime-
   ||ButMaintained-0.13-1.fc17
 Resolution||RAWHIDE
Last Closed||2011-12-13 08:58:38

-- 
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

[perl-MooseX-Types-DateTime-ButMaintained] 0.13 bump

2011-12-13 Thread Petr Šabata
commit e8512057083973386506822cb1a37aa2811eeff6
Author: Petr Šabata 
Date:   Tue Dec 13 14:45:56 2011 +0100

0.13 bump

 .gitignore|1 +
 perl-MooseX-Types-DateTime-ButMaintained.spec |   37 +++-
 sources   |2 +-
 3 files changed, 19 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8bcb9de..36bbb85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 MooseX-Types-DateTime-ButMaintained-0.11.tar.gz
+/MooseX-Types-DateTime-ButMaintained-0.13.tar.gz
diff --git a/perl-MooseX-Types-DateTime-ButMaintained.spec 
b/perl-MooseX-Types-DateTime-ButMaintained.spec
index 52759dc..8ff16a7 100644
--- a/perl-MooseX-Types-DateTime-ButMaintained.spec
+++ b/perl-MooseX-Types-DateTime-ButMaintained.spec
@@ -1,27 +1,27 @@
 Name:   perl-MooseX-Types-DateTime-ButMaintained
-Version:0.11
-Release:6%{?dist}
+Version:0.13
+Release:1%{?dist}
 Summary:DateTime related constraints and coercions for Moose
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:
http://search.cpan.org/dist/MooseX-Types-DateTime-ButMaintained/
 Source0:
http://www.cpan.org/authors/id/E/EC/ECARROLL/MooseX-Types-DateTime-ButMaintained-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(DateTime)
 BuildRequires:  perl(DateTime::Locale)
 BuildRequires:  perl(DateTime::TimeZone) >= 0.96
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Moose) >= 0.41
-BuildRequires:  perl(MooseX::Types) >= 0.04
-BuildRequires:  perl(namespace::clean) >= 0.08
+BuildRequires:  perl(MooseX::Types) >= 0.30
+BuildRequires:  perl(MooseX::Types::Moose) >= 0.30
+BuildRequires:  perl(namespace::autoclean)
 BuildRequires:  perl(Olson::Abbreviations)
+# Tests
+BuildRequires:  perl(Locale::Maketext)
+BuildRequires:  perl(Moose::Util::TypeConstraints)
 BuildRequires:  perl(Test::Exception) >= 0.27
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::use::ok) >= 0.02
-Requires:   perl(Moose) >= 0.41
-Requires:   perl(MooseX::Types) >= 0.04
-Requires:   perl(namespace::clean) >= 0.08
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -37,28 +37,25 @@ PERL5_CPANPLUS_IS_RUNNING=1 %{__perl} Makefile.PL 
INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Dec 13 2011 Petr Šabata  - 0.13-1
+- 0.13 bump
+- Remove now obsolete Buildroot and defattr
+- Removing runtime deps since they get autodetected (including versions) now
+
 * Tue Jul 19 2011 Petr Sabata  - 0.11-6
 - Perl mass rebuild
 
diff --git a/sources b/sources
index d5c3d84..acbf5ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7dacf16bfedf3910247000e006be5b15  
MooseX-Types-DateTime-ButMaintained-0.11.tar.gz
+0683177e7791c7c6dff12b3e0faa735e  
MooseX-Types-DateTime-ButMaintained-0.13.tar.gz
--
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

File MooseX-Types-DateTime-ButMaintained-0.13.tar.gz uploaded to lookaside cache by psabata

2011-12-13 Thread Petr Šabata
A file has been added to the lookaside cache for 
perl-MooseX-Types-DateTime-ButMaintained:

0683177e7791c7c6dff12b3e0faa735e  
MooseX-Types-DateTime-ButMaintained-0.13.tar.gz
--
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 767147] New: perl-MooseX-Types-DateTime-ButMaintained-0.13 is available

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

Summary: perl-MooseX-Types-DateTime-ButMaintained-0.13 is available

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

   Summary: perl-MooseX-Types-DateTime-ButMaintained-0.13 is
available
   Product: Fedora
   Version: rawhide
  Platform: Unspecified
OS/Version: Unspecified
Status: NEW
  Keywords: FutureFeature, Triaged
  Severity: unspecified
  Priority: unspecified
 Component: perl-MooseX-Types-DateTime-ButMaintained
AssignedTo: mmasl...@redhat.com
ReportedBy: upstream-release-monitor...@fedoraproject.org
 QAContact: extras...@fedoraproject.org
CC: fedora-perl-devel-l...@redhat.com, mmasl...@redhat.com
Classification: Fedora
  Story Points: ---
  Type: ---
Regression: ---
Mount Type: ---
 Documentation: ---


Latest upstream release: 0.13
Current version in Fedora Rawhide: 0.11
URL: http://search.cpan.org/dist/MooseX-Types-DateTime-ButMaintained/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
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