ppisar pushed to perl-VM-EC2-Security-CredentialCache (master). Import

2015-06-19 Thread notifications
From 5cb74dba6a1bfecf1e0cbf68b03214af66e3e032 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 19 Jun 2015 15:38:38 +0200
Subject: Import


diff --git a/.gitignore b/.gitignore
index e69de29..b0a3ea8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/VM-EC2-Security-CredentialCache-0.23.tar.gz
diff --git a/perl-VM-EC2-Security-CredentialCache.spec 
b/perl-VM-EC2-Security-CredentialCache.spec
new file mode 100644
index 000..4cf0dc2
--- /dev/null
+++ b/perl-VM-EC2-Security-CredentialCache.spec
@@ -0,0 +1,52 @@
+Name:   perl-VM-EC2-Security-CredentialCache
+Version:0.23
+Release:1%{?dist}
+Summary:Cache credentials respecting expiration time for IAM roles
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/VM-EC2-Security-CredentialCache/
+Source0:
http://www.cpan.org/authors/id/R/RC/RCONOVER/VM-EC2-Security-CredentialCache-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(DateTime::Format::ISO8601)
+BuildRequires:  perl(VM::EC2::Instance::Metadata)
+# Tests:
+BuildRequires:  perl(lib)
+BuildRequires:  perl(Test::More)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+
+%description
+This Perl package provides a cache for an EC2's IAM credentials. Rather than
+retrieving the credentials for every possible call that uses them, cache them
+until they expire and retrieve them again if they have expired.
+
+%prep
+%setup -q -n VM-EC2-Security-CredentialCache-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc CHANGES README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Jun 04 2015 Petr Pisar ppi...@redhat.com 0.23-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..76fc336 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+2fb9ca19f458e70a3a1db6348b5cb30d  VM-EC2-Security-CredentialCache-0.23.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-VM-EC2-Security-CredentialCache.git/commit/?h=masterid=5cb74dba6a1bfecf1e0cbf68b03214af66e3e032
--
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

ppisar uploaded VM-EC2-Security-CredentialCache-0.23.tar.gz for perl-VM-EC2-Security-CredentialCache

2015-06-19 Thread notifications
2fb9ca19f458e70a3a1db6348b5cb30d  VM-EC2-Security-CredentialCache-0.23.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-VM-EC2-Security-CredentialCache/VM-EC2-Security-CredentialCache-0.23.tar.gz/md5/2fb9ca19f458e70a3a1db6348b5cb30d/VM-EC2-Security-CredentialCache-0.23.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

[389-devel] please review: Ticket 47878 - Improve setup-ds.pl update logging

2015-06-19 Thread Mark Reynolds

https://fedorahosted.org/389/ticket/47878

https://fedorahosted.org/389/attachment/ticket/47878/0001-Ticket-47878-Improve-setup-ds-update-logging.patch
--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel

eseyman pushed to perl-MooseX-Role-XMLRPC-Client (master). Update to 0.07

2015-06-19 Thread notifications
From ef531b0d1fcf81cd97d43be7b932e25dc5accba7 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman emman...@seyman.fr
Date: Fri, 19 Jun 2015 16:26:57 +0200
Subject: Update to 0.07


diff --git a/.gitignore b/.gitignore
index a81abbf..f16a01e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 MooseX-Role-XMLRPC-Client-0.04.tar.gz
 /MooseX-Role-XMLRPC-Client-0.05.tar.gz
 /MooseX-Role-XMLRPC-Client-0.06.tar.gz
+/MooseX-Role-XMLRPC-Client-0.07.tar.gz
diff --git a/perl-MooseX-Role-XMLRPC-Client.spec 
b/perl-MooseX-Role-XMLRPC-Client.spec
index a8cdaed..9975abb 100644
--- a/perl-MooseX-Role-XMLRPC-Client.spec
+++ b/perl-MooseX-Role-XMLRPC-Client.spec
@@ -1,19 +1,20 @@
 Name:   perl-MooseX-Role-XMLRPC-Client 
-Version:0.06
-Release:10%{?dist}
+Version:0.07
+Release:1%{?dist}
 # lib/MooseX/Role/XMLRPC/Client.pm - LGPLv2+
 License:LGPLv2+
-Group:  Development/Libraries
+
 Summary:Provide the needed bits to be a XML-RPC client 
 Source: 
http://search.cpan.org/CPAN/authors/id/R/RS/RSRCHBOY/MooseX-Role-XMLRPC-Client-%{version}.tar.gz
 
 Url:http://search.cpan.org/dist/MooseX-Role-XMLRPC-Client
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 BuildArch:  noarch
 
-BuildRequires: perl(ExtUtils::MakeMaker) = 6.30
+BuildRequires: perl(Crypt::SSLeay)
 BuildRequires: perl(File::Find)
 BuildRequires: perl(File::Temp)
 BuildRequires: perl(HTTP::Cookies)
+BuildRequires: perl(Module::Install)
 BuildRequires: perl(Moose)
 BuildRequires: perl(MooseX::AttributeShortcuts)
 BuildRequires: perl(MooseX::Role::Parameterized)
@@ -38,6 +39,15 @@ paramaterization, if it strikes your fancy :-)
 %prep
 %setup -q -n MooseX-Role-XMLRPC-Client-%{version}
 
+# This module bundles an old version of Module::Install
+# This is against Fedora policy so we replace it with
+# the system version
+rm -rf inc/Module
+cp -r %{perl_vendorlib}/Module inc/
+
+# This fails. Remove it until we figure out why
+sed -i -e 's/extra_tests;//' Makefile.PL
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -52,11 +62,16 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %{?!_with_network_tests: NO_NET_TESTS=1} make test
 
 %files
-%doc Changes LICENSE README 
-%{perl_vendorlib}/*
-%{_mandir}/man3/*.3*
+%doc Changes README 
+%{perl_vendorlib}/MooseX*
+%{_mandir}/man3/MooseX*.3*
 
 %changelog
+* Fri Jun 19 2015 Emmanuel Seyman emman...@seyman.fr - 0.07-1
+- Update to 0.07
+- Tighten file listing
+- Minor fixes to the spec file
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.06-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index a1bb068..40ea295 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa14a622e9e731dce93e84b508534e61  MooseX-Role-XMLRPC-Client-0.06.tar.gz
+efcdc51d93a9c7cc1cc9a1770332b4e9  MooseX-Role-XMLRPC-Client-0.07.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-MooseX-Role-XMLRPC-Client.git/commit/?h=masterid=ef531b0d1fcf81cd97d43be7b932e25dc5accba7
--
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

[389-devel] Build failed in Jenkins: 389-ds-base #688

2015-06-19 Thread jenkins
See http://jenkins.cloud.fedoraproject.org/job/389-ds-base/688/

--
Started by an SCM change
Building remotely on Fedora20 in workspace 
http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://git.fedorahosted.org/git/389/ds.git
  git init http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/ # 
  timeout=10
Fetching upstream changes from git://git.fedorahosted.org/git/389/ds.git
  git --version # timeout=10
  git fetch --tags --progress git://git.fedorahosted.org/git/389/ds.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command git fetch --tags --progress 
git://git.fedorahosted.org/git/389/ds.git +refs/heads/*:refs/remotes/origin/* 
returned status code 128:
stdout: 
stderr: fatal: unable to connect to git.fedorahosted.org:
git.fedorahosted.org[0: 140.211.169.199]: errno=Network is unreachable


at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1407)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1195)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:266)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:422)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at ..remote call to Fedora20(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy57.execute(Unknown Source)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:857)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:890)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
at hudson.model.Run.execute(Run.java:1750)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
ERROR: null

--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Build failed in Jenkins: 389-ds-base #695

2015-06-19 Thread jenkins
See http://jenkins.cloud.fedoraproject.org/job/389-ds-base/695/

--
Started by an SCM change
Building remotely on Fedora20 in workspace 
http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://git.fedorahosted.org/git/389/ds.git
  git init http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/ # 
  timeout=10
Fetching upstream changes from git://git.fedorahosted.org/git/389/ds.git
  git --version # timeout=10
  git fetch --tags --progress git://git.fedorahosted.org/git/389/ds.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command git fetch --tags --progress 
git://git.fedorahosted.org/git/389/ds.git +refs/heads/*:refs/remotes/origin/* 
returned status code 128:
stdout: 
stderr: fatal: unable to connect to git.fedorahosted.org:
git.fedorahosted.org[0: 140.211.169.199]: errno=Network is unreachable


at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1407)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1195)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:266)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:422)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at ..remote call to Fedora20(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.GeneratedMethodAccessor1074.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy57.execute(Unknown Source)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:857)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:890)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
at hudson.model.Run.execute(Run.java:1750)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
ERROR: null

--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel

ppisar pushed to perl-VM-EC2 (master). Import

2015-06-19 Thread notifications
From fb25051b9899f28c4f8bdf08c4fbb5932fc071e0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 19 Jun 2015 15:15:22 +0200
Subject: Import


diff --git a/.gitignore b/.gitignore
index e69de29..2c5ad09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/VM-EC2-1.28.tar.gz
diff --git a/VM-EC2-1.28-Fix-a-typo-in-used-module-name.patch 
b/VM-EC2-1.28-Fix-a-typo-in-used-module-name.patch
new file mode 100644
index 000..279d20a
--- /dev/null
+++ b/VM-EC2-1.28-Fix-a-typo-in-used-module-name.patch
@@ -0,0 +1,29 @@
+From 73f82d3663245a9ee585ddb13774b379dc356365 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
+Date: Thu, 4 Jun 2015 14:55:48 +0200
+Subject: [PATCH] Fix a typo in used module name
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Petr Písař ppi...@redhat.com
+---
+ lib/VM/EC2/ReservedInstance/Listing.pm | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/VM/EC2/ReservedInstance/Listing.pm 
b/lib/VM/EC2/ReservedInstance/Listing.pm
+index d85b60b..ba715c9 100644
+--- a/lib/VM/EC2/ReservedInstance/Listing.pm
 b/lib/VM/EC2/ReservedInstance/Listing.pm
+@@ -73,7 +73,7 @@ please see DISCLAIMER.txt for disclaimers of warranty.
+ 
+ use strict;
+ use base 'VM::EC2::Generic';
+-use VM::EC2::ReservedInstance::Listing::InstanceCount;
++use VM::EC2::ReservedInstance::Listing::InstanceCounts;
+ use VM::EC2::ReservedInstance::Listing::PriceSchedule;
+ 
+ use overload
+-- 
+2.1.0
+
diff --git a/perl-VM-EC2.spec b/perl-VM-EC2.spec
new file mode 100644
index 000..db2fcfe
--- /dev/null
+++ b/perl-VM-EC2.spec
@@ -0,0 +1,100 @@
+Name:   perl-VM-EC2
+Version:1.28
+Release:1%{?dist}
+Summary:Control the Amazon EC2 and Eucalyptus Clouds
+# lib/VM/EC2.pm:GPL+ or Artistic 2.0
+# LICENSE:  GPL+ or Artistic 2.0
+# DISCLAIMER.txt:   GPL+ or Artistic
+# See https://rt.cpan.org/Public/Bug/Display.html?id=104957.
+License:(GPL+ or Artistic 2.0) and (GPL+ or Artistic)
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/VM-EC2/
+Source0:
http://www.cpan.org/authors/id/L/LD/LDS/VM-EC2-%{version}.tar.gz
+# Fix a typo leading to unresolved dependencies, CPAN RT#104961
+Patch0: VM-EC2-1.28-Fix-a-typo-in-used-module-name.patch
+BuildArch:  noarch
+BuildRequires:  perl
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(AnyEvent) = 7.04
+BuildRequires:  perl(AnyEvent::CacheDNS) = 0.08
+BuildRequires:  perl(AnyEvent::CondVar)
+BuildRequires:  perl(AnyEvent::HTTP) = 2.15
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Digest::SHA) = 5.47
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Path) = 2.08
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(HTTP::Request::Common)
+BuildRequires:  perl(JSON)
+BuildRequires:  perl(lib)
+# LWP::UserAgent version from LWP's version in META.json
+BuildRequires:  perl(LWP::UserAgent) = 5.835
+BuildRequires:  perl(MIME::Base64) = 3.08
+BuildRequires:  perl(overload)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Storable)
+BuildRequires:  perl(String::Approx) = 3.26
+BuildRequires:  perl(URI)
+BuildRequires:  perl(URI::Escape)
+BuildRequires:  perl(XML::Simple) = 2.18
+# Tests:
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(Test::More)
+Requires:   perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
+Requires:   perl(AnyEvent) = 7.04
+Requires:   perl(AnyEvent::HTTP) = 2.15
+Requires:   perl(Digest::SHA) = 5.47
+Requires:   perl(File::Path) = 2.08
+# LWP::UserAgent version from LWP's version in META.json
+Requires:   perl(LWP::UserAgent) = 5.835
+Requires:   perl(String::Approx) = 3.26
+Requires:   perl(XML::Simple) = 2.18
+
+# Filter under-specified dependencies
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\((AnyEvent|AnyEvent::HTTP|Digest::SHA|File::Path|LWP::UserAgent|String::Approx|XML::Simple)\\)$
+# Filter under-specified provides
+%global __provides_exclude 
%{?__provides_exclude:%__provides_exclude|}^perl\\(VM::EC2\\)$
+
+%description
+This is an interface to the 2013-07-15 version of the Amazon AWS API
+http://aws.amazon.com/ec2. This library will also support the Eucalyptus
+open source cloud http://open.eucalyptus.com.
+
+%prep
+%setup -q -n VM-EC2-%{version}
+%patch0 -p1
+
+%build
+perl Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+%{_fixperms} 

eseyman uploaded Mojolicious-6.12.tar.gz for perl-Mojolicious

2015-06-19 Thread notifications
bc29f23a5560111fc7426b1b7e9fb29a  Mojolicious-6.12.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Mojolicious/Mojolicious-6.12.tar.gz/md5/bc29f23a5560111fc7426b1b7e9fb29a/Mojolicious-6.12.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

eseyman pushed to perl-Mojolicious (master). Update to 6.12

2015-06-19 Thread notifications
From 688fda17b296ecd5414bebad6f260e0b9f506327 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman emman...@seyman.fr
Date: Fri, 19 Jun 2015 17:21:42 +0200
Subject: Update to 6.12


diff --git a/.gitignore b/.gitignore
index 645cd39..943f2b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -170,3 +170,4 @@ Mojolicious-0.26.tar.gz
 /Mojolicious-6.08.tar.gz
 /Mojolicious-6.10.tar.gz
 /Mojolicious-6.11.tar.gz
+/Mojolicious-6.12.tar.gz
diff --git a/perl-Mojolicious.spec b/perl-Mojolicious.spec
index 645fd89..50142bf 100644
--- a/perl-Mojolicious.spec
+++ b/perl-Mojolicious.spec
@@ -1,11 +1,11 @@
 Name:   perl-Mojolicious
-Version:6.11
-Release:3%{?dist}
+Version:6.12
+Release:1%{?dist}
 Summary:A next generation web framework for Perl
 License:Artistic 2.0
 
 URL:http://mojolicio.us/
-Source0:
http://search.cpan.org/CPAN/authors/id/S/SR/SRI/Mojolicious-%{version}.tar.gz
+Source0:
http://search.cpan.org/CPAN/authors/id/D/DB/DBOOK/Mojolicious-%{version}.tar.gz
 
 BuildArch:  noarch
 BuildRequires:  perl = 0:5.010001
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jun 19 2015 Emmanuel Seyman emman...@seyman.fr - 6.12-1
+- Update to 6.12
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 6.11-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 15eca98..7f3458b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b19db3f12ac7f4d05cfa566bf7a9fd51  Mojolicious-6.11.tar.gz
+bc29f23a5560111fc7426b1b7e9fb29a  Mojolicious-6.12.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Mojolicious.git/commit/?h=masterid=688fda17b296ecd5414bebad6f260e0b9f506327
--
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

[389-devel] Build failed in Jenkins: 389-ds-base #690

2015-06-19 Thread jenkins
See http://jenkins.cloud.fedoraproject.org/job/389-ds-base/690/

--
Started by an SCM change
Building remotely on Fedora20 in workspace 
http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://git.fedorahosted.org/git/389/ds.git
  git init http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/ # 
  timeout=10
Fetching upstream changes from git://git.fedorahosted.org/git/389/ds.git
  git --version # timeout=10
  git fetch --tags --progress git://git.fedorahosted.org/git/389/ds.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command git fetch --tags --progress 
git://git.fedorahosted.org/git/389/ds.git +refs/heads/*:refs/remotes/origin/* 
returned status code 128:
stdout: 
stderr: fatal: unable to connect to git.fedorahosted.org:
git.fedorahosted.org[0: 140.211.169.199]: errno=Network is unreachable


at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1407)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1195)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:266)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:422)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at ..remote call to Fedora20(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy57.execute(Unknown Source)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:857)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:890)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
at hudson.model.Run.execute(Run.java:1750)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
ERROR: null

--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel

Re: Orphaning jericho-html

2015-06-19 Thread gil



Il 19/06/2015 23:20, Orion Poplawski ha scritto:

I have  orphaned jericho-html.  The only package that appears to require it is
ditaa, so perhaps that maintainter will pick it up.  It currently fails to
build in rawhide:

https://koji.fedoraproject.org/koji/taskinfo?taskID=10099283

fixed in jericho-html-3.3-6.fc23
http://koji.fedoraproject.org/koji/taskinfo?taskID=10136481

https://admin.fedoraproject.org/pkgdb/package/jericho-html



--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: DNF vs YUM, $pkg, $pkg-mpi, $pkg-openmpi having same provides

2015-06-19 Thread T.C. Hollingsworth
On Fri, Jun 19, 2015 at 2:43 AM, Dominik 'Rathann' Mierzejewski
domi...@greysector.net wrote:
 On Friday, 19 June 2015 at 01:10, T.C. Hollingsworth wrote:
 # a regular expression that paths in an RPM
 # must match to trigger the generator
 %__openmpi_path ^%{_prefix}/lib(64)/(openmpi|mpich)/.*$

 Isn't the '.*$' part at the end of the RE above redundant?

That regular expression matches on the entire path and filename, so
the .* is necessary to match the libwhatever.so.0 at the end of
the path.  Without it, the generator would only trigger on the RPM
that owns the directory, which presumably is only the main openmpi
package.

-T.C.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Orphaning jericho-html

2015-06-19 Thread Orion Poplawski
I have  orphaned jericho-html.  The only package that appears to require it is
ditaa, so perhaps that maintainter will pick it up.  It currently fails to
build in rawhide:

https://koji.fedoraproject.org/koji/taskinfo?taskID=10099283

https://admin.fedoraproject.org/pkgdb/package/jericho-html

-- 
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[389-devel] Build failed in Jenkins: 389-ds-base #689

2015-06-19 Thread jenkins
See http://jenkins.cloud.fedoraproject.org/job/389-ds-base/689/

--
Started by an SCM change
Building remotely on Fedora20 in workspace 
http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://git.fedorahosted.org/git/389/ds.git
  git init http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/ # 
  timeout=10
Fetching upstream changes from git://git.fedorahosted.org/git/389/ds.git
  git --version # timeout=10
  git fetch --tags --progress git://git.fedorahosted.org/git/389/ds.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command git fetch --tags --progress 
git://git.fedorahosted.org/git/389/ds.git +refs/heads/*:refs/remotes/origin/* 
returned status code 128:
stdout: 
stderr: fatal: unable to connect to git.fedorahosted.org:
git.fedorahosted.org[0: 140.211.169.199]: errno=Network is unreachable


at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1407)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1195)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:266)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:422)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at ..remote call to Fedora20(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy57.execute(Unknown Source)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:857)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:890)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
at hudson.model.Run.execute(Run.java:1750)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
ERROR: null

--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Build failed in Jenkins: 389-ds-base #699

2015-06-19 Thread jenkins
See http://jenkins.cloud.fedoraproject.org/job/389-ds-base/699/

--
Started by an SCM change
Building remotely on Fedora20 in workspace 
http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://git.fedorahosted.org/git/389/ds.git
  git init http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/ # 
  timeout=10
Fetching upstream changes from git://git.fedorahosted.org/git/389/ds.git
  git --version # timeout=10
  git fetch --tags --progress git://git.fedorahosted.org/git/389/ds.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command git fetch --tags --progress 
git://git.fedorahosted.org/git/389/ds.git +refs/heads/*:refs/remotes/origin/* 
returned status code 128:
stdout: 
stderr: fatal: unable to connect to git.fedorahosted.org:
git.fedorahosted.org[0: 140.211.169.199]: errno=Network is unreachable


at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1407)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1195)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:266)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:422)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at ..remote call to Fedora20(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.GeneratedMethodAccessor1074.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy57.execute(Unknown Source)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:857)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:890)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
at hudson.model.Run.execute(Run.java:1750)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
ERROR: null

--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Build failed in Jenkins: 389-ds-base #693

2015-06-19 Thread jenkins
See http://jenkins.cloud.fedoraproject.org/job/389-ds-base/693/

--
Started by an SCM change
Building remotely on Fedora20 in workspace 
http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://git.fedorahosted.org/git/389/ds.git
  git init http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/ # 
  timeout=10
Fetching upstream changes from git://git.fedorahosted.org/git/389/ds.git
  git --version # timeout=10
  git fetch --tags --progress git://git.fedorahosted.org/git/389/ds.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command git fetch --tags --progress 
git://git.fedorahosted.org/git/389/ds.git +refs/heads/*:refs/remotes/origin/* 
returned status code 128:
stdout: 
stderr: fatal: unable to connect to git.fedorahosted.org:
git.fedorahosted.org[0: 140.211.169.199]: errno=Network is unreachable


at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1407)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1195)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:266)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:422)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at ..remote call to Fedora20(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.GeneratedMethodAccessor1074.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy57.execute(Unknown Source)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:857)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:890)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
at hudson.model.Run.execute(Run.java:1750)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
ERROR: null

--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel

ppisar pushed to perl-VM-EC2 (master). Remove unused build-time dependencies

2015-06-19 Thread notifications
From 61bd9b19fe875e5b8547668bd54cb48d9524d1ac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= ppi...@redhat.com
Date: Fri, 19 Jun 2015 15:24:19 +0200
Subject: Remove unused build-time dependencies


diff --git a/perl-VM-EC2.spec b/perl-VM-EC2.spec
index db2fcfe..3b3e4d4 100644
--- a/perl-VM-EC2.spec
+++ b/perl-VM-EC2.spec
@@ -28,21 +28,21 @@ BuildRequires:  perl(constant)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Digest::SHA) = 5.47
 BuildRequires:  perl(File::Basename)
-BuildRequires:  perl(File::Find)
+# File::Find not used at tests
 BuildRequires:  perl(File::Path) = 2.08
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(Getopt::Long)
+# Getopt::Long not used at tests
 BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(JSON)
 BuildRequires:  perl(lib)
 # LWP::UserAgent version from LWP's version in META.json
-BuildRequires:  perl(LWP::UserAgent) = 5.835
+# LWP::UserAgent 5.835 not used at tests
 BuildRequires:  perl(MIME::Base64) = 3.08
 BuildRequires:  perl(overload)
 BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(Storable)
+# Storable not used at tests
 BuildRequires:  perl(String::Approx) = 3.26
 BuildRequires:  perl(URI)
 BuildRequires:  perl(URI::Escape)
@@ -98,3 +98,4 @@ perl Build.PL installdirs=vendor
 %changelog
 * Thu Jun 04 2015 Petr Pisar ppi...@redhat.com 1.28-1
 - Specfile autogenerated by cpanspec 1.78.
+- Remove unused build-time dependencies
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-VM-EC2.git/commit/?h=masterid=61bd9b19fe875e5b8547668bd54cb48d9524d1ac
--
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

Re: Qt 5 private headers

2015-06-19 Thread Ruslan Nigmatullin
Great,

Sure, I'll leave comments there once would achieve some progress.

19.06.2015, 07:21, Rex Dieter rdie...@math.unl.edu:
 Rex Dieter wrote:

  Rex Dieter wrote:

  Ruslan Nigmatullin wrote:

  12.06.2015, 16:32, Rex Dieter rdie...@math.unl.edu:
  Ruslan Nigmatullin wrote:

  Are you willing to help work on it? :)

  Sure, I may have a look. How can I start?

  Start by identifying precisely what should be declared as private.
  Offhand I see:
  /usr/include/qt5/*/private/
  /usr/lib(64)/qt5/mkspecs/modules/qt_lib*_private.pri

  anything more than that?

  Sorry for misunderstanding, my question is about more final step, what
  should I do once I get modified *.spec file and check it by rpmbuild?
  Should I send it to one of current Qt5 maintainers?

  Let's take baby steps, starting with the first. identifying the content
  that should be declared as private.

  fyi, I'm one of the Qt5 maintainers, so you're talking to the right
  people already.

  A colleague pointed out the debian is already doing -private splits too,
  for example,

  https://packages.debian.org/sid/i386/qtbase5-private-dev/filelist

  which is close to what I expected (minus the
  mkspecs/modules/qt_lib*_private.pri though)

 FYI, I opened a bug to track the progress of implementing this feature,
 https://bugzilla.redhat.com/show_bug.cgi?id=1233829
 aka
 https://bugzilla.redhat.com/show_bug.cgi?id=qt5-private

 Feel free to add technical details there.

 -- Rex

 --
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel
 Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

--
Ruslan Nigmatullin
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[389-devel] Build failed in Jenkins: 389-ds-base #692

2015-06-19 Thread jenkins
See http://jenkins.cloud.fedoraproject.org/job/389-ds-base/692/

--
Started by an SCM change
Building remotely on Fedora20 in workspace 
http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://git.fedorahosted.org/git/389/ds.git
  git init http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/ # 
  timeout=10
Fetching upstream changes from git://git.fedorahosted.org/git/389/ds.git
  git --version # timeout=10
  git fetch --tags --progress git://git.fedorahosted.org/git/389/ds.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command git fetch --tags --progress 
git://git.fedorahosted.org/git/389/ds.git +refs/heads/*:refs/remotes/origin/* 
returned status code 128:
stdout: 
stderr: fatal: unable to connect to git.fedorahosted.org:
git.fedorahosted.org[0: 140.211.169.199]: errno=Network is unreachable


at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1407)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1195)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:266)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:422)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at ..remote call to Fedora20(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy57.execute(Unknown Source)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:857)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:890)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
at hudson.model.Run.execute(Run.java:1750)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
ERROR: null

--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Build failed in Jenkins: 389-ds-base #697

2015-06-19 Thread jenkins
See http://jenkins.cloud.fedoraproject.org/job/389-ds-base/697/

--
Started by an SCM change
Building remotely on Fedora20 in workspace 
http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://git.fedorahosted.org/git/389/ds.git
  git init http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/ # 
  timeout=10
Fetching upstream changes from git://git.fedorahosted.org/git/389/ds.git
  git --version # timeout=10
  git fetch --tags --progress git://git.fedorahosted.org/git/389/ds.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command git fetch --tags --progress 
git://git.fedorahosted.org/git/389/ds.git +refs/heads/*:refs/remotes/origin/* 
returned status code 128:
stdout: 
stderr: fatal: unable to connect to git.fedorahosted.org:
git.fedorahosted.org[0: 140.211.169.199]: errno=Network is unreachable


at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1407)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1195)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:266)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:422)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at ..remote call to Fedora20(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.GeneratedMethodAccessor1074.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy57.execute(Unknown Source)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:857)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:890)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
at hudson.model.Run.execute(Run.java:1750)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
ERROR: null

--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Build failed in Jenkins: 389-ds-base #709

2015-06-19 Thread jenkins
See http://jenkins.cloud.fedoraproject.org/job/389-ds-base/709/

--
Started by an SCM change
Building remotely on Fedora20 in workspace 
http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://git.fedorahosted.org/git/389/ds.git
  git init http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/ # 
  timeout=10
Fetching upstream changes from git://git.fedorahosted.org/git/389/ds.git
  git --version # timeout=10
  git fetch --tags --progress git://git.fedorahosted.org/git/389/ds.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command git fetch --tags --progress 
git://git.fedorahosted.org/git/389/ds.git +refs/heads/*:refs/remotes/origin/* 
returned status code 128:
stdout: 
stderr: fatal: unable to connect to git.fedorahosted.org:
git.fedorahosted.org[0: 140.211.169.199]: errno=Network is unreachable


at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1407)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1195)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:266)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:422)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at ..remote call to Fedora20(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.GeneratedMethodAccessor1074.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy57.execute(Unknown Source)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:857)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:890)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
at hudson.model.Run.execute(Run.java:1750)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
ERROR: null

--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Build failed in Jenkins: 389-ds-base #710

2015-06-19 Thread jenkins
See http://jenkins.cloud.fedoraproject.org/job/389-ds-base/710/

--
Started by an SCM change
Building remotely on Fedora20 in workspace 
http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://git.fedorahosted.org/git/389/ds.git
  git init http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/ # 
  timeout=10
Fetching upstream changes from git://git.fedorahosted.org/git/389/ds.git
  git --version # timeout=10
  git fetch --tags --progress git://git.fedorahosted.org/git/389/ds.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command git fetch --tags --progress 
git://git.fedorahosted.org/git/389/ds.git +refs/heads/*:refs/remotes/origin/* 
returned status code 128:
stdout: 
stderr: fatal: unable to connect to git.fedorahosted.org:
git.fedorahosted.org[0: 140.211.169.199]: errno=Network is unreachable


at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1407)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1195)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:266)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:422)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at ..remote call to Fedora20(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.GeneratedMethodAccessor1074.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy57.execute(Unknown Source)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:857)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:890)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
at hudson.model.Run.execute(Run.java:1750)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
ERROR: null

--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Build failed in Jenkins: 389-ds-base #701

2015-06-19 Thread jenkins
See http://jenkins.cloud.fedoraproject.org/job/389-ds-base/701/

--
Started by an SCM change
Building remotely on Fedora20 in workspace 
http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://git.fedorahosted.org/git/389/ds.git
  git init http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/ # 
  timeout=10
Fetching upstream changes from git://git.fedorahosted.org/git/389/ds.git
  git --version # timeout=10
  git fetch --tags --progress git://git.fedorahosted.org/git/389/ds.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command git fetch --tags --progress 
git://git.fedorahosted.org/git/389/ds.git +refs/heads/*:refs/remotes/origin/* 
returned status code 128:
stdout: 
stderr: fatal: unable to connect to git.fedorahosted.org:
git.fedorahosted.org[0: 140.211.169.199]: errno=Network is unreachable


at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1407)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1195)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:266)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:422)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at ..remote call to Fedora20(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.GeneratedMethodAccessor1074.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy57.execute(Unknown Source)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:857)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:890)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
at hudson.model.Run.execute(Run.java:1750)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
ERROR: null

--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel

[Bug 1233997] New: perl-HTTP-BrowserDetect-2.03 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233997

Bug ID: 1233997
   Summary: perl-HTTP-BrowserDetect-2.03 is available
   Product: Fedora
   Version: rawhide
 Component: perl-HTTP-BrowserDetect
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
psab...@redhat.com, st...@silug.org



Latest upstream release: 2.03
Current version/release in rawhide: 2.02-1.fc23
URL: http://search.cpan.org/dist/HTTP-BrowserDetect/

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

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

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

[Bug 1233997] perl-HTTP-BrowserDetect-2.03 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233997



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Created attachment 1041090
  -- https://bugzilla.redhat.com/attachment.cgi?id=1041090action=edit
[patch] Update to 2.03 (#1233997)

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

[Bug 1233997] perl-HTTP-BrowserDetect-2.03 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233997



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=10168586

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

[389-devel] Build failed in Jenkins: 389-ds-base #703

2015-06-19 Thread jenkins
See http://jenkins.cloud.fedoraproject.org/job/389-ds-base/703/

--
Started by an SCM change
Building remotely on Fedora20 in workspace 
http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://git.fedorahosted.org/git/389/ds.git
  git init http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/ # 
  timeout=10
Fetching upstream changes from git://git.fedorahosted.org/git/389/ds.git
  git --version # timeout=10
  git fetch --tags --progress git://git.fedorahosted.org/git/389/ds.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command git fetch --tags --progress 
git://git.fedorahosted.org/git/389/ds.git +refs/heads/*:refs/remotes/origin/* 
returned status code 128:
stdout: 
stderr: fatal: unable to connect to git.fedorahosted.org:
git.fedorahosted.org[0: 140.211.169.199]: errno=Network is unreachable


at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1407)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1195)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:266)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:422)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at ..remote call to Fedora20(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.GeneratedMethodAccessor1074.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy57.execute(Unknown Source)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:857)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:890)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
at hudson.model.Run.execute(Run.java:1750)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
ERROR: null

--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel

[389-devel] Build failed in Jenkins: 389-ds-base #714

2015-06-19 Thread jenkins
See http://jenkins.cloud.fedoraproject.org/job/389-ds-base/714/

--
Started by an SCM change
Building remotely on Fedora20 in workspace 
http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://git.fedorahosted.org/git/389/ds.git
  git init http://jenkins.cloud.fedoraproject.org/job/389-ds-base/ws/ # 
  timeout=10
Fetching upstream changes from git://git.fedorahosted.org/git/389/ds.git
  git --version # timeout=10
  git fetch --tags --progress git://git.fedorahosted.org/git/389/ds.git 
  +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command git fetch --tags --progress 
git://git.fedorahosted.org/git/389/ds.git +refs/heads/*:refs/remotes/origin/* 
returned status code 128:
stdout: 
stderr: fatal: unable to connect to git.fedorahosted.org:
git.fedorahosted.org[0: 140.211.169.199]: errno=Network is unreachable


at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1407)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1195)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:266)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:422)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at ..remote call to Fedora20(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
at sun.reflect.GeneratedMethodAccessor1074.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
at com.sun.proxy.$Proxy57.execute(Unknown Source)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:857)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:890)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1270)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:609)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:531)
at hudson.model.Run.execute(Run.java:1750)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
ERROR: null

--
389-devel mailing list
389-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-devel

Re: F23 System Wide Change: Python 3 as Default

2015-06-19 Thread Bohuslav Kabrda
- Original Message -
 On Thu, Jun 18, 2015 at 9:54 AM, Bohuslav Kabrda sla...@redhat.com wrote:
  It is written in a scope what does 'default' stands for.
  Also from a additional porting POV (packages which ain't covered by scope
  and are python2 only) it is important to have stated that the default
  python
  for Fedora is python3 as it will help (a bit at least) as leverage for
  those
  who are reluctant to port their codebase to python3.
 
  Plus, this is also about Python packaging guidelines suggesting usage of
  #!/usr/bin/python3 hashbang by default [1] (assuming, of course, the
  upstream supports Python 3).
 
 I don't see that listed in the Change, but I don't think it needs to
 be.  The packaging guidelines can be changed to that independently of
 the default claim.  Frankly, I think the packaging guidelines should
 be changed and in place as a prerequisite for this being approved
 anyway.

The guidelines have already been changed to say that. Please see the link that 
I provided in my previous mail.

 josh

-- 
Regards,
Slavek Kabrda
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Bug 1228042] perl-Net-Amazon-S3-0.80 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1228042
Bug 1228042 depends on bug 1228241, which changed state.

Bug 1228241 Summary: Review Request: perl-VM-EC2-Security-CredentialCache - 
Cache credentials respecting expiration time for IAM roles
https://bugzilla.redhat.com/show_bug.cgi?id=1228241

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |RAWHIDE



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

[Bug 1209548] App-GitHooks 1.7.1 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209548

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|dd...@cpan.org  |ppi...@redhat.com



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

ausil pushed to tangerine (master). - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

2015-06-19 Thread notifications
From 2cac8b94685de9fc26b2001cee6e064908db7dee Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Fri, 19 Jun 2015 02:30:08 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/tangerine.spec b/tangerine.spec
index 1abc8d5..c8bd605 100644
--- a/tangerine.spec
+++ b/tangerine.spec
@@ -1,6 +1,6 @@
 Name:   tangerine
 Version:0.20
-Release:2%{?dist}
+Release:3%{?dist}
 Summary:Perl dependency metadata tool
 License:MIT
 URL:http://search.cpan.org/dist/App-Tangerine/
@@ -59,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jun 19 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.20-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Sat Jun 06 2015 Jitka Plesnikova jples...@redhat.com - 0.20-2
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/tangerine.git/commit/?h=masterid=2cac8b94685de9fc26b2001cee6e064908db7dee
--
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

Re: Qt 5 private headers

2015-06-19 Thread Rex Dieter
Rex Dieter wrote:

 Ruslan Nigmatullin wrote:
 
 
 
 12.06.2015, 16:32, Rex Dieter rdie...@math.unl.edu:
 Ruslan Nigmatullin wrote:

 Are you willing to help work on it? :)

 Sure, I may have a look. How can I start?

 Start by identifying precisely what should be declared as private.
 Offhand I see:
 /usr/include/qt5/*/private/
 /usr/lib(64)/qt5/mkspecs/modules/qt_lib*_private.pri

 anything more than that?
 
 Sorry for misunderstanding, my question is about more final step, what
 should I do once I get modified *.spec file and check it by rpmbuild?
 Should I send it to one of current Qt5 maintainers?
 
 Let's take baby steps, starting with the first.  identifying the content
 that should be declared as private.
 
 fyi, I'm one of the Qt5 maintainers, so you're talking to the right people
 already.

A colleague pointed out the debian is already doing -private splits too, for 
example,

https://packages.debian.org/sid/i386/qtbase5-private-dev/filelist

which is close to what I expected (minus the 
mkspecs/modules/qt_lib*_private.pri though)

-- Rex

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

ausil pushed to t-prot (master). - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

2015-06-19 Thread notifications
From 9ae0af7fab1c385ef02a6125798382d65ead6193 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Fri, 19 Jun 2015 02:25:31 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/t-prot.spec b/t-prot.spec
index 0cfaf21..8764414 100644
--- a/t-prot.spec
+++ b/t-prot.spec
@@ -1,6 +1,6 @@
 Name:   t-prot
 Version:3.4
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:A filter which improves the readability of email messages and 
Usenet posts
 
 License:BSD
@@ -36,6 +36,9 @@ install -p -m 644 t-prot.1 $RPM_BUILD_ROOT%{_mandir}/man1/
 
 
 %changelog
+* Fri Jun 19 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 3.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Sun Mar 29 2015 Emmanuel Seyman emman...@seyman.fr - 3.4-1
 - Update to 3.4
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/t-prot.git/commit/?h=masterid=9ae0af7fab1c385ef02a6125798382d65ead6193
--
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

Re: Qt 5 private headers

2015-06-19 Thread Rex Dieter
Rex Dieter wrote:

 Rex Dieter wrote:
 
 Ruslan Nigmatullin wrote:
 
 
 
 12.06.2015, 16:32, Rex Dieter rdie...@math.unl.edu:
 Ruslan Nigmatullin wrote:

 Are you willing to help work on it? :)

 Sure, I may have a look. How can I start?

 Start by identifying precisely what should be declared as private.
 Offhand I see:
 /usr/include/qt5/*/private/
 /usr/lib(64)/qt5/mkspecs/modules/qt_lib*_private.pri

 anything more than that?
 
 Sorry for misunderstanding, my question is about more final step, what
 should I do once I get modified *.spec file and check it by rpmbuild?
 Should I send it to one of current Qt5 maintainers?
 
 Let's take baby steps, starting with the first.  identifying the content
 that should be declared as private.
 
 fyi, I'm one of the Qt5 maintainers, so you're talking to the right
 people already.
 
 A colleague pointed out the debian is already doing -private splits too,
 for example,
 
 https://packages.debian.org/sid/i386/qtbase5-private-dev/filelist
 
 which is close to what I expected (minus the
 mkspecs/modules/qt_lib*_private.pri though)

FYI, I opened a bug to track the progress of implementing this feature,
https://bugzilla.redhat.com/show_bug.cgi?id=1233829
aka
https://bugzilla.redhat.com/show_bug.cgi?id=qt5-private

Feel free to add technical details there.

-- Rex


-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Bug 1233458] perl-Archive-Zip-1.48 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233458

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Archive-Zip-1.48-1.fc2
   ||3
 Resolution|--- |RAWHIDE
Last Closed||2015-06-19 09:08:22



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

rawhide report: 20150619 changes

2015-06-19 Thread Fedora Rawhide Report
Compose started at Fri Jun 19 05:15:04 UTC 2015
Broken deps for i386
--
[apache-scout]
apache-scout-1.2.6-11.fc21.noarch requires mvn(org.apache.juddi:uddi-ws)
apache-scout-1.2.6-11.fc21.noarch requires 
mvn(org.apache.juddi:juddi-client)
[boo]
boo-devel-0.9.7.0-1.fc23.i686 requires mono(NAnt.DotNetTasks) = 
0:0.92.4543.0
boo-devel-0.9.7.0-1.fc23.i686 requires mono(NAnt.Core) = 0:0.92.4543.0
[clearsilver]
perl-clearsilver-0.10.5-29.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.1)
perl-clearsilver-0.10.5-29.fc22.i686 requires libperl.so.5.20
[davix]
davix-0.4.1-3.fc23.i686 requires libgsoapssl++.so.6
davix-libs-0.4.1-3.fc23.i686 requires libgsoapssl++.so.6
[dmlite-plugins-memcache]
dmlite-plugins-memcache-0.5.0-7.fc20.i686 requires libprotobuf.so.8
[fts]
fts-client-3.2.32-2.fc23.i686 requires libgsoap++.so.6
fts-devel-3.2.32-2.fc23.i686 requires libgsoap++.so.6
fts-libs-3.2.32-2.fc23.i686 requires libgsoap++.so.6
fts-python-3.2.32-2.fc23.i686 requires libgsoap++.so.6
fts-server-3.2.32-2.fc23.i686 requires libgsoap++.so.6
[gcc-python-plugin]
gcc-python2-debug-plugin-0.14-2.fc23.i686 requires gcc = 0:5.1.1-3.fc23
gcc-python2-plugin-0.14-2.fc23.i686 requires gcc = 0:5.1.1-3.fc23
gcc-python3-debug-plugin-0.14-2.fc23.i686 requires gcc = 0:5.1.1-3.fc23
gcc-python3-plugin-0.14-2.fc23.i686 requires gcc = 0:5.1.1-3.fc23
[hadoop]
hadoop-common-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-servlet)
hadoop-common-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-server)
hadoop-common-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-json)
hadoop-common-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-core)
hadoop-hdfs-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-server)
hadoop-hdfs-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hadoop-mapreduce-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-server)
hadoop-mapreduce-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey.contribs:jersey-guice)
hadoop-tests-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-servlet)
hadoop-tests-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-server)
hadoop-tests-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-json)
hadoop-tests-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-core)
hadoop-tests-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-client)
hadoop-tests-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey.contribs:jersey-guice)
hadoop-yarn-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-server)
hadoop-yarn-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-json)
hadoop-yarn-2.4.1-8.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hadoop-yarn-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey:jersey-client)
hadoop-yarn-2.4.1-8.fc22.noarch requires 
mvn(com.sun.jersey.contribs:jersey-guice)
[hbase]
hbase-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-server)
hbase-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-json)
hbase-0.98.3-4.fc22.noarch requires mvn(com.sun.jersey:jersey-core)
hbase-tests-0.98.3-4.fc22.noarch requires 
mvn(com.sun.jersey:jersey-server)
hbase-tests-0.98.3-4.fc22.noarch requires 
mvn(com.sun.jersey:jersey-json)
hbase-tests-0.98.3-4.fc22.noarch requires 
mvn(com.sun.jersey:jersey-core)
[julia]
julia-0.3.7-2.fc23.i686 requires libspqr.so.1
julia-0.3.7-2.fc23.i686 requires libLLVM-3.5.so
julia-devel-0.3.7-2.fc23.i686 requires libLLVM-3.5.so
[lcgdm]
dpm-copy-server-mysql-1.8.9-7.fc23.i686 requires libgsoap.so.6
dpm-srm-server-mysql-1.8.9-7.fc23.i686 requires libgsoap.so.6
lfc-1.8.9-7.fc23.i686 requires libgsoap.so.6
lfc-dli-1.8.9-7.fc23.i686 requires libgsoap.so.6
[lcgdm-dav]
lcgdm-dav-0.15.1-2.fc22.i686 requires libgsoapssl.so.6
lcgdm-dav-libs-0.15.1-2.fc22.i686 requires libgsoapssl.so.6
lcgdm-dav-server-0.15.1-2.fc22.i686 requires libgsoapssl.so.6
[ldns]
perl-ldns-1.6.17-14.fc23.i686 requires perl(:MODULE_COMPAT_5.20.2)
perl-ldns-1.6.17-14.fc23.i686 requires libperl.so.5.20
[matreshka]
matreshka-servlet-devel-0.7.0-1.fc23.i686 requires 
matreshka-servlet-lib{?_isa} = 0:0.7.0-1.fc23
matreshka-servlet-lib-0.7.0-1.fc23.i686 requires matreshka{?_isa} = 
0:0.7.0-1.fc23
matreshka-spikedog-api-devel-0.7.0-1.fc23.i686 requires 
matreshka-spikedog-api-lib{?_isa} = 0:0.7.0-1.fc23
matreshka-spikedog-api-lib-0.7.0-1.fc23.i686 requires matreshka{?_isa} 
= 0:0.7.0-1.fc23
matreshka-spikedog-api-lib-0.7.0-1.fc23.i686 requires 
matreshka-servlet-api{?_isa} = 0:0.7.0-1.fc23

[Bug 1233456] perl-App-cpanminus-1.7037 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233456

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-App-cpanminus-1.7037-1
   ||.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-06-19 07:34:43



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

[Bug 1230982] perl-DBD-SQLite-1.48 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230982



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
jplesnik's perl-DBD-SQLite-1.48-2.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=663609

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

[Bug 789557] perl-Bio-Graphics-2.33 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=789557

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||ppi...@redhat.com
 Resolution|--- |WONTFIX
   Assignee|al...@users.sourceforge.net |extras-orphan@fedoraproject
   ||.org
Last Closed||2015-06-19 08:16:56



--- Comment #6 from Petr Pisar ppi...@redhat.com ---
This package was retired on 2013-03-11 due to a lack of a willing Fedora
maintainer.

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

ausil pushed to stompclt (master). - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

2015-06-19 Thread notifications
From 488e19ed144e798b249e8b4ad72dec8c5f8d905c Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Fri, 19 Jun 2015 01:49:22 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/stompclt.spec b/stompclt.spec
index 1bc6b28..bb20896 100644
--- a/stompclt.spec
+++ b/stompclt.spec
@@ -1,7 +1,7 @@
 Summary:   Versatile STOMP client
 Name:  stompclt
 Version:   1.3
-Release:   2%{?dist}
+Release:   3%{?dist}
 URL:   http://cern.ch/lionel.cons/perl/%{name}/
 License:   GPL+ or Artistic
 Group: Development/Libraries
@@ -49,6 +49,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/%{name}.1.*
 
 %changelog
+* Fri Jun 19 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.3-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Wed Jun 03 2015 Jitka Plesnikova jples...@redhat.com - 1.3-2
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/stompclt.git/commit/?h=masterid=488e19ed144e798b249e8b4ad72dec8c5f8d905c
--
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

ocaml dependencies in rawhide

2015-06-19 Thread Nikos Mavrogiannopoulos
On Fri, 2015-06-19 at 12:13 +, build...@fedoraproject.org wrote:
 
 ocaml-config-file has broken dependencies in the rawhide tree:
 On x86_64:
   ocaml-config-file-1.2-4.fc23.x86_64 requires ocaml(runtime) 
 = 0:4.02.1
   ocaml-config-file-1.2-4.fc23.x86_64 requires ocaml(Obj) = 
 0:825c406ee2d12ed12fd12dc0e4de1d26
   ocaml-config-file-1.2-4.fc23.x86_64 requires 
 ocaml(CamlinternalFormatBasics) = 0:ba1be62eb45abd435c75cb59cc46b922
 Please resolve this as soon as possible.

I seem to get the above and cannot figure what is the actual issue
especially since there are builds for ocaml-config-file. Any hint?

regards,
Nikos

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

ausil pushed to slic3r (master). - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

2015-06-19 Thread notifications
From 0764cebaf8cf115443ba08ed0361365cfd7ccf08 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Fri, 19 Jun 2015 01:04:57 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/slic3r.spec b/slic3r.spec
index d35a555..1d59a4a 100644
--- a/slic3r.spec
+++ b/slic3r.spec
@@ -1,6 +1,6 @@
 Name:   slic3r
 Version:1.1.7
-Release:4%{?dist}
+Release:5%{?dist}
 Summary:G-code generator for 3D printers (RepRap, Makerbot, Ultimaker 
etc.)
 License:AGPLv3 and CC-BY
 # Images are CC-BY, code is AGPLv3
@@ -174,6 +174,9 @@ fi
 %{_datadir}/%{name}
 
 %changelog
+* Fri Jun 19 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.1.7-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Mon Jun 08 2015 Jitka Plesnikova jples...@redhat.com - 1.1.7-4
 - Perl 5.22 rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/slic3r.git/commit/?h=masterid=0764cebaf8cf115443ba08ed0361365cfd7ccf08
--
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 1233458] perl-Archive-Zip-1.48 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233458



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
jplesnik's perl-Archive-Zip-1.48-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=663615

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

2015-06-19 Thread buildsys


perl-Classic-Perl has broken dependencies in the rawhide tree:
On x86_64:
perl-Classic-Perl-0.05-9.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Classic-Perl-0.05-9.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Classic-Perl-0.05-9.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Classic-Perl-0.05-9.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Classic-Perl-0.05-9.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Classic-Perl-0.05-9.fc22.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-Gtk3-WebKit

2015-06-19 Thread buildsys


perl-Gtk3-WebKit has broken dependencies in the rawhide tree:
On x86_64:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
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

Broken dependencies: perl-Data-Alias

2015-06-19 Thread buildsys


perl-Data-Alias has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Alias-1.18-4.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Data-Alias-1.18-4.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Alias-1.18-4.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-Gtk3

2015-06-19 Thread buildsys


perl-Gtk3 has broken dependencies in the rawhide tree:
On x86_64:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
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

Broken dependencies: perl-POE-Component-Server-Bayeux

2015-06-19 Thread buildsys


perl-POE-Component-Server-Bayeux has broken dependencies in the rawhide tree:
On x86_64:
perl-POE-Component-Server-Bayeux-0.04-14.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-POE-Component-Server-Bayeux-0.04-14.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-POE-Component-Server-Bayeux-0.04-14.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
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

Broken dependencies: perl-Devel-REPL

2015-06-19 Thread buildsys


perl-Devel-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-REPL-1.003026-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Devel-REPL-1.003026-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Devel-REPL-1.003026-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
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

Broken dependencies: perl-CGI-Application-Structured-Tools

2015-06-19 Thread buildsys


perl-CGI-Application-Structured-Tools has broken dependencies in the rawhide 
tree:
On x86_64:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
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

Broken dependencies: perl-Test-AutoBuild

2015-06-19 Thread buildsys


perl-Test-AutoBuild has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-AutoBuild-1.2.4-15.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-AutoBuild-1.2.4-15.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-AutoBuild-1.2.4-15.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
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

Broken dependencies: perl-Method-Signatures

2015-06-19 Thread buildsys


perl-Method-Signatures has broken dependencies in the rawhide tree:
On x86_64:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
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

Broken dependencies: perl-Text-Xslate

2015-06-19 Thread buildsys


perl-Text-Xslate has broken dependencies in the rawhide tree:
On x86_64:
perl-Text-Xslate-3.2.5-4.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.1)
perl-Text-Xslate-3.2.5-4.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Text-Xslate-3.2.5-4.fc22.i686 requires perl(:MODULE_COMPAT_5.20.1)
perl-Text-Xslate-3.2.5-4.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Text-Xslate-3.2.5-4.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.1)
perl-Text-Xslate-3.2.5-4.fc22.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-PDL-Graphics-PLplot

2015-06-19 Thread buildsys


perl-PDL-Graphics-PLplot has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-Graphics-PLplot-0.67-6.fc23.x86_64 requires 
perl(:MODULE_COMPAT_5.20.2)
perl-PDL-Graphics-PLplot-0.67-6.fc23.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-PDL-Graphics-PLplot-0.67-6.fc23.i686 requires 
perl(:MODULE_COMPAT_5.20.2)
perl-PDL-Graphics-PLplot-0.67-6.fc23.i686 requires libperl.so.5.20
On armhfp:
perl-PDL-Graphics-PLplot-0.67-6.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
perl-PDL-Graphics-PLplot-0.67-6.fc23.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-Carp-REPL

2015-06-19 Thread buildsys


perl-Carp-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On i386:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On armhfp:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
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

Broken dependencies: perl-Data-Dump-Streamer

2015-06-19 Thread buildsys


perl-Data-Dump-Streamer has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires libperl.so.5.20
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

Broken dependencies: slic3r

2015-06-19 Thread buildsys


slic3r has broken dependencies in the rawhide tree:
On x86_64:
slic3r-1.1.7-3.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.1)
slic3r-1.1.7-3.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
slic3r-1.1.7-3.fc22.i686 requires perl(:MODULE_COMPAT_5.20.1)
slic3r-1.1.7-3.fc22.i686 requires libperl.so.5.20
On armhfp:
slic3r-1.1.7-3.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.1)
slic3r-1.1.7-3.fc22.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-Task-Kensho-Testing

2015-06-19 Thread buildsys


perl-Task-Kensho-Testing has broken dependencies in the rawhide tree:
On x86_64:
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
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

Broken dependencies: perl-Test-Apocalypse

2015-06-19 Thread buildsys


perl-Test-Apocalypse has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
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

Broken dependencies: perl-PDL

2015-06-19 Thread buildsys


perl-PDL has broken dependencies in the rawhide tree:
On x86_64:
perl-PDL-2.11.0-1.fc23.x86_64 requires perl(:MODULE_COMPAT_5.20.2)
perl-PDL-2.11.0-1.fc23.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-PDL-2.11.0-1.fc23.i686 requires perl(:MODULE_COMPAT_5.20.2)
perl-PDL-2.11.0-1.fc23.i686 requires libperl.so.5.20
On armhfp:
perl-PDL-2.11.0-1.fc23.armv7hl requires perl(:MODULE_COMPAT_5.20.2)
perl-PDL-2.11.0-1.fc23.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-B-Hooks-OP-Check-EntersubForCV

2015-06-19 Thread buildsys


perl-B-Hooks-OP-Check-EntersubForCV has broken dependencies in the rawhide tree:
On x86_64:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
libperl.so.5.20
On armhfp:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
libperl.so.5.20
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

Broken dependencies: perl-Task-Catalyst

2015-06-19 Thread buildsys


perl-Task-Catalyst has broken dependencies in the rawhide tree:
On x86_64:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
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

Broken dependencies: perl-CatalystX-REPL

2015-06-19 Thread buildsys


perl-CatalystX-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
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

Broken dependencies: perl-Language-Prolog-Yaswi

2015-06-19 Thread buildsys


perl-Language-Prolog-Yaswi has broken dependencies in the rawhide tree:
On x86_64:
perl-Language-Prolog-Yaswi-0.21-27.fc23.x86_64 requires 
libswipl.so.7.2.0()(64bit)
On i386:
perl-Language-Prolog-Yaswi-0.21-27.fc23.i686 requires libswipl.so.7.2.0
On armhfp:
perl-Language-Prolog-Yaswi-0.21-27.fc23.armv7hl requires 
libswipl.so.7.2.0
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

[Bug 1233456] perl-App-cpanminus-1.7037 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233456



--- Comment #3 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
jplesnik's perl-App-cpanminus-1.7037-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=663603

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

[Bug 1233659] New: Upgrade perl-Catalyst-Model-LDAP to 0.17

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233659

Bug ID: 1233659
   Summary: Upgrade perl-Catalyst-Model-LDAP to 0.17
   Product: Fedora
   Version: rawhide
 Component: perl-Catalyst-Model-LDAP
  Keywords: FutureFeature
  Assignee: si...@sxw.org.uk
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, si...@sxw.org.uk



Latest Fedora delivers perl-Catalyst-Model-LDAP 0.16. Upstream released 0.17.
Please upgrade.

Also please enable monitoring service to receive reports about new releases.

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

[Bug 1230982] perl-DBD-SQLite-1.48 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230982

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-DBD-SQLite-1.48-2.fc23
 Resolution|--- |RAWHIDE
Last Closed||2015-06-19 07:45:58



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

2015-06-19 Thread buildsys


perl-Test-Vars has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
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

Broken dependencies: perl-MongoDB

2015-06-19 Thread buildsys


perl-MongoDB has broken dependencies in the rawhide tree:
On x86_64:
perl-MongoDB-0.702.2-5.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-MongoDB-0.702.2-5.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-MongoDB-0.702.2-5.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.armv7hl requires libperl.so.5.20
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

Broken dependencies: polymake

2015-06-19 Thread buildsys


polymake has broken dependencies in the rawhide tree:
On x86_64:
polymake-2.13-22.git20141013.fc23.x86_64 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.x86_64 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
polymake-2.13-22.git20141013.fc23.i686 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.i686 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.i686 requires libperl.so.5.20
On armhfp:
polymake-2.13-22.git20141013.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.armv7hl requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-Devel-BeginLift

2015-06-19 Thread buildsys


perl-Devel-BeginLift has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-Devel-Cover

2015-06-19 Thread buildsys


perl-Devel-Cover has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-Cover-1.18-1.fc23.x86_64 requires perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Devel-Cover-1.18-1.fc23.i686 requires perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-Cover-1.18-1.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-POE-API-Peek

2015-06-19 Thread buildsys


perl-POE-API-Peek has broken dependencies in the rawhide tree:
On x86_64:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
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

Broken dependencies: perl-POE-Component-Server-HTTP

2015-06-19 Thread buildsys


perl-POE-Component-Server-HTTP has broken dependencies in the rawhide tree:
On x86_64:
perl-POE-Component-Server-HTTP-0.09-20.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-POE-Component-Server-HTTP-0.09-20.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-POE-Component-Server-HTTP-0.09-20.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
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

Broken dependencies: perl-Devel-FindRef

2015-06-19 Thread buildsys


perl-Devel-FindRef has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Devel-FindRef-1.44-3.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires libperl.so.5.20
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

Re: ocaml dependencies in rawhide

2015-06-19 Thread Richard W.M. Jones
On Fri, Jun 19, 2015 at 02:21:35PM +0200, Nikos Mavrogiannopoulos wrote:
 On Fri, 2015-06-19 at 12:13 +, build...@fedoraproject.org wrote:
  
  ocaml-config-file has broken dependencies in the rawhide tree:
  On x86_64:
ocaml-config-file-1.2-4.fc23.x86_64 requires ocaml(runtime) 
  = 0:4.02.1
ocaml-config-file-1.2-4.fc23.x86_64 requires ocaml(Obj) = 
  0:825c406ee2d12ed12fd12dc0e4de1d26
ocaml-config-file-1.2-4.fc23.x86_64 requires 
  ocaml(CamlinternalFormatBasics) = 0:ba1be62eb45abd435c75cb59cc46b922
  Please resolve this as soon as possible.
 
 I seem to get the above and cannot figure what is the actual issue
 especially since there are builds for ocaml-config-file. Any hint?

I've just rebuilt this.  It rebuilt successfully and so should
be fine now.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-p2v converts physical machines to virtual machines.  Boot with a
live CD or over the network (PXE) and turn machines into KVM guests.
http://libguestfs.org/virt-v2v
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Bug 1204106] perl-Sys-MemInfo-0.98 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204106

Jitka Plesnikova jples...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||jples...@redhat.com
   Fixed In Version||perl-Sys-MemInfo-0.98-1.fc2
   ||3
 Resolution|--- |RAWHIDE
Last Closed||2015-06-19 08:51:57



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

Re: F23 System Wide Change: Python 3 as Default

2015-06-19 Thread Josh Boyer
On Fri, Jun 19, 2015 at 2:49 AM, Bohuslav Kabrda sla...@redhat.com wrote:
 - Original Message -
 On Thu, Jun 18, 2015 at 9:54 AM, Bohuslav Kabrda sla...@redhat.com wrote:
  It is written in a scope what does 'default' stands for.
  Also from a additional porting POV (packages which ain't covered by scope
  and are python2 only) it is important to have stated that the default
  python
  for Fedora is python3 as it will help (a bit at least) as leverage for
  those
  who are reluctant to port their codebase to python3.
 
  Plus, this is also about Python packaging guidelines suggesting usage of
  #!/usr/bin/python3 hashbang by default [1] (assuming, of course, the
  upstream supports Python 3).

 I don't see that listed in the Change, but I don't think it needs to
 be.  The packaging guidelines can be changed to that independently of
 the default claim.  Frankly, I think the packaging guidelines should
 be changed and in place as a prerequisite for this being approved
 anyway.

 The guidelines have already been changed to say that. Please see the link 
 that I provided in my previous mail.

Ah, excellent.  I misread your email and thought it was still to be
done.  Thank you for clarifying.

josh
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Bug 1209548] App-GitHooks 1.7.1 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1209548

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-App-GitHooks-1.7.2-1.f
   ||c23
 Resolution|--- |RAWHIDE
Last Closed||2015-06-19 07:33:22



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

ausil pushed to w3c-markup-validator (master). - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

2015-06-19 Thread notifications
From 3b24b44b5055b977f106fb54ba941870c6062732 Mon Sep 17 00:00:00 2001
From: Dennis Gilmore den...@ausil.us
Date: Fri, 19 Jun 2015 02:13:45 +
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild


diff --git a/w3c-markup-validator.spec b/w3c-markup-validator.spec
index 938d51b..c28cd22 100644
--- a/w3c-markup-validator.spec
+++ b/w3c-markup-validator.spec
@@ -2,7 +2,7 @@
 
 Name:   w3c-markup-validator
 Version:1.3
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:W3C Markup Validator
 
 Group:  Applications/Internet
@@ -152,6 +152,9 @@ done
 
 
 %changelog
+* Fri Jun 19 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.3-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
 * Wed Nov 19 2014 Nathanael Noblet nathan...@gnat.ca - 1.3-9
 - Fix for bug #1109575 based off submitted patch
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/w3c-markup-validator.git/commit/?h=masterid=3b24b44b5055b977f106fb54ba941870c6062732
--
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

Re: Heads up: OCaml 4.02.2+rc1 coming to Rawhide

2015-06-19 Thread Richard W.M. Jones
On Thu, Jun 18, 2015 at 06:26:22PM +0100, Richard W.M. Jones wrote:
 
 This is complete now.

Oops, there were four stragglers which I'd missed out of my script but
were picked up by Fedora's own dependency checker:

- ocaml-config-file - done

and the following are currently being built:

- plplot
- why
- xen

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Bug 1233444] intltool-update raises warnings with perl-5.22

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233444

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 CC||ppi...@redhat.com
External Bug ID||Launchpad 1465010



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

Re: DNF vs YUM, $pkg, $pkg-mpi, $pkg-openmpi having same provides

2015-06-19 Thread Dominik 'Rathann' Mierzejewski
On Friday, 19 June 2015 at 01:10, T.C. Hollingsworth wrote:
[...]
 You should instead use the new depdendency generator hooks, which are
 also quite a bit nicer to work with. All you have to do is create a
 file %{_rpmconfigdir}/fileattrs/openmpi.attrs with something like:
 
 # the path to your provides generating script
 %__openmpi_provides %{_rpmconfigdir}/openmpi.prov
 # the path to your requires generating script
 %__openmpi_requires %{_rpmconfigdir}/openmpi.req
 # a regular expression that paths in an RPM
 # must match to trigger the generator
 %__openmpi_path ^%{_prefix}/lib(64)/(openmpi|mpich)/.*$

Isn't the '.*$' part at the end of the RE above redundant?

Regards,
-- 
Fedora http://fedoraproject.org/wiki/User:Rathann
RPMFusion http://rpmfusion.org
Faith manages.
-- Delenn to Lennier in Babylon 5:Confessions and Lamentations
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Bug 1233456] perl-App-cpanminus-1.7037 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233456



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=10154445

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

F23 Self Contained Change: IBus 1.6

2015-06-19 Thread Jan Kurik
= Proposed Self Contained Change: IBus 1.6 =
https://fedoraproject.org/wiki/Changes/IBus1.6

Change owner(s): Takao Fujiwara tfujiwar at redhat dot com

IBus 1.6 will have the features of XKB prefix language icons on the panel in 
KDE 5 and support $HOME/.XCompose file in non-GNOME desktops. 

== Detailed Description ==
Plasma 5 (KDE) no longer support GtkStatusIcon and IBus provides the different 
icons between Plasma and other desktops. The current IBus shows a fixed IBus 
icon for any XKB layouts in Plasma desktop but IBus shows the XKB language 
prefix names on the icon in other desktops likes EN for us layout, FR for 
fr layout. IBus 1.6 will show the prefix names on the icon in Plasma 5 too.
The current IBus supports the compose tables of en_US, fi_FI and pt_BR and only 
and have the hard-coded tables in itself. IBus 1.6 will load 
/usr/share/X11/locale/$LOCALE/Compose with the current session locale 
dynamically and also load $HOME/.XCompose file for the customization. 

== Scope ==
* Proposal owners: 
- Implement XKB prefix in IBus panel for Plasma 5.
- Implement to load compose tables in libibus.so 
* Other developers: N/A 
* Release engineering: N/A 
* Policies and guidelines: N/A 
* Trademark approval: N/A (not needed for this Change) 

-- 
Jan Kuřík
___
devel-announce mailing list
devel-annou...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

F23 Self Contained Change: IBus 1.6

2015-06-19 Thread Jan Kurik
= Proposed Self Contained Change: IBus 1.6 =
https://fedoraproject.org/wiki/Changes/IBus1.6

Change owner(s): Takao Fujiwara tfujiwar at redhat dot com

IBus 1.6 will have the features of XKB prefix language icons on the panel in 
KDE 5 and support $HOME/.XCompose file in non-GNOME desktops. 

== Detailed Description ==
Plasma 5 (KDE) no longer support GtkStatusIcon and IBus provides the different 
icons between Plasma and other desktops. The current IBus shows a fixed IBus 
icon for any XKB layouts in Plasma desktop but IBus shows the XKB language 
prefix names on the icon in other desktops likes EN for us layout, FR for 
fr layout. IBus 1.6 will show the prefix names on the icon in Plasma 5 too.
The current IBus supports the compose tables of en_US, fi_FI and pt_BR and only 
and have the hard-coded tables in itself. IBus 1.6 will load 
/usr/share/X11/locale/$LOCALE/Compose with the current session locale 
dynamically and also load $HOME/.XCompose file for the customization. 

== Scope ==
* Proposal owners: 
- Implement XKB prefix in IBus panel for Plasma 5.
- Implement to load compose tables in libibus.so 
* Other developers: N/A 
* Release engineering: N/A 
* Policies and guidelines: N/A 
* Trademark approval: N/A (not needed for this Change) 

-- 
Jan Kuřík
___
devel-announce mailing list
devel-announce@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce

[Bug 1233458] perl-Archive-Zip-1.48 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1233458



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build succeeded
http://koji.fedoraproject.org/koji/taskinfo?taskID=10154493

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

Re: dnf Failed to synchronize cache for repo 'updates'

2015-06-19 Thread Lee Fuller
I have actually seen this happening for two days now, I don't have any
output to hand but a dnf update seems to intermittently hang for a long
time and eventually fail.

Lee Fuller (via mobile)
On 19 Jun 2015 3:53 pm, Reindl Harald h.rei...@thelounge.net wrote:



 Am 19.06.2015 um 16:40 schrieb Ralf Corsepius:

 seems to me, as if fedora 22 updates is down:

 # dnf --refresh update
 RPM Fusion for Fedora 22 - Free - Updates
  12 kB/s | 395  B 00:00
 RPM Fusion for Fedora 22 - Nonfree - Updates
 552  B/s | 395  B 00:00
 RPM Fusion for Fedora 22 - Free
 3.5 MB/s | 461 kB 00:00
 Error: Failed to synchronize cache for repo 'updates' from
 '
 https://mirrors.fedoraproject.org/metalink?repo=updates-released-f22arch=i386
 ':
 Cannot download repomd.xml: Cannot download repodata/repomd.xml: All
 mirrors were tried

 Sorry, if this is the wrong list, but I don't know where to report this


 that's likely not a DNF issue

 the updates-repo was fucked up today on multiple machines also with yum
 and after repeated rm -rf /var/cache/yum/* by checksum did not match
 over all mirrors


 --
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel
 Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Bug 1163260] perl-MooseX-Role-XMLRPC-Client-0.07 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1163260



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
eseyman's perl-MooseX-Role-XMLRPC-Client-0.07-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=663698

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

Re: dnf Failed to synchronize cache for repo 'updates'

2015-06-19 Thread Matthew Miller
On Fri, Jun 19, 2015 at 05:39:47PM +0200, Ralf Corsepius wrote:
 On 06/19/2015 04:53 PM, Reindl Harald wrote:
 Of course, you're right, it's likely a master repository,
 mirrormanager or mirroring issue, or similar.
 FWIW: I am now also observing a similar issue with yum and f21/updates:
[...]
 14: HTTPS Error 502 - Bad Gateway

We're experiencing a major network disruption:
http://status.fedoraproject.org/

(Ignore the incongruous everything seems to be working and focus on
the red boxes and Major service disruption: network issues being
worked on at the top.)


-- 
Matthew Miller
mat...@fedoraproject.org
Fedora Project Leader
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

dnf Failed to synchronize cache for repo 'updates'

2015-06-19 Thread Ralf Corsepius

Hi,

seems to me, as if fedora 22 updates is down:

# dnf --refresh update
RPM Fusion for Fedora 22 - Free - Updates 
12 kB/s | 395  B 00:00
RPM Fusion for Fedora 22 - Nonfree - Updates 
   552  B/s | 395  B 00:00
RPM Fusion for Fedora 22 - Free 
   3.5 MB/s | 461 kB 00:00
Error: Failed to synchronize cache for repo 'updates' from 
'https://mirrors.fedoraproject.org/metalink?repo=updates-released-f22arch=i386': 
Cannot download repomd.xml: Cannot download repodata/repomd.xml: All 
mirrors were tried



Sorry, if this is the wrong list, but I don't know where to report this.

Ralf
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: dnf Failed to synchronize cache for repo 'updates'

2015-06-19 Thread Reindl Harald



Am 19.06.2015 um 16:40 schrieb Ralf Corsepius:

seems to me, as if fedora 22 updates is down:

# dnf --refresh update
RPM Fusion for Fedora 22 - Free - Updates
 12 kB/s | 395  B 00:00
RPM Fusion for Fedora 22 - Nonfree - Updates
552  B/s | 395  B 00:00
RPM Fusion for Fedora 22 - Free
3.5 MB/s | 461 kB 00:00
Error: Failed to synchronize cache for repo 'updates' from
'https://mirrors.fedoraproject.org/metalink?repo=updates-released-f22arch=i386':
Cannot download repomd.xml: Cannot download repodata/repomd.xml: All
mirrors were tried

Sorry, if this is the wrong list, but I don't know where to report this


that's likely not a DNF issue

the updates-repo was fucked up today on multiple machines also with yum 
and after repeated rm -rf /var/cache/yum/* by checksum did not match 
over all mirrors




signature.asc
Description: OpenPGP digital signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: dnf Failed to synchronize cache for repo 'updates'

2015-06-19 Thread Sérgio Basto
On Sex, 2015-06-19 at 16:40 +0200, Ralf Corsepius wrote:
 Hi,
 
 seems to me, as if fedora 22 updates is down:
 
 # dnf --refresh update
 RPM Fusion for Fedora 22 - Free - Updates 
  12 kB/s | 395  B 00:00
 RPM Fusion for Fedora 22 - Nonfree - Updates 
 552  B/s | 395  B 00:00
 RPM Fusion for Fedora 22 - Free 
 3.5 MB/s | 461 kB 00:00
 Error: Failed to synchronize cache for repo 'updates' from 
 'https://mirrors.fedoraproject.org/metalink?repo=updates-released-f22arch=i386':
  
 Cannot download repomd.xml: Cannot download repodata/repomd.xml: All 
 mirrors were tried
 
 
 Sorry, if this is the wrong list, but I don't know where to report this.

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

-- 
Sérgio M. B.

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

[Bug 1163260] perl-MooseX-Role-XMLRPC-Client-0.07 is available

2015-06-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1163260

Emmanuel Seyman emman...@seyman.fr changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||0.07-1
 Resolution|--- |RAWHIDE
Last Closed||2015-06-19 10:47:26



--- Comment #2 from Emmanuel Seyman emman...@seyman.fr ---
Built for Rawhide.

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

Re: dnf Failed to synchronize cache for repo 'updates'

2015-06-19 Thread Ralf Corsepius

On 06/19/2015 04:53 PM, Reindl Harald wrote:



Am 19.06.2015 um 16:40 schrieb Ralf Corsepius:

seems to me, as if fedora 22 updates is down:

# dnf --refresh update
RPM Fusion for Fedora 22 - Free - Updates
 12 kB/s | 395  B 00:00
RPM Fusion for Fedora 22 - Nonfree - Updates
552  B/s | 395  B 00:00
RPM Fusion for Fedora 22 - Free
3.5 MB/s | 461 kB 00:00
Error: Failed to synchronize cache for repo 'updates' from
'https://mirrors.fedoraproject.org/metalink?repo=updates-released-f22arch=i386':

Cannot download repomd.xml: Cannot download repodata/repomd.xml: All
mirrors were tried

Sorry, if this is the wrong list, but I don't know where to report this


that's likely not a DNF issue


Who knows? ;-)

Of course, you're right, it's likely a master repository, mirrormanager 
or mirroring issue, or similar.



FWIW: I am now also observing a similar issue with yum and f21/updates:

# yum update
...
Could not get metalink 
https://mirrors.fedoraproject.org/metalink?repo=fedora-21arch=i386 
error was

14: HTTPS Error 502 - Bad Gateway
updates/21/i386/metalink 
|  18 kB  00:00:29
updates 
| 4.9 kB  00:00:00
http://mirror2.hs-esslingen.de/fedora/linux/updates/21/i386/repodata/repomd.xml: 
[Errno -1] repomd.xml does not match metalink for updates

Trying other mirror.

[traversing all EU-mirror but finding one in the end]


Ralf

--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: dnf Failed to synchronize cache for repo 'updates'

2015-06-19 Thread Reindl Harald



Am 19.06.2015 um 17:47 schrieb Sérgio Basto:

On Sex, 2015-06-19 at 16:40 +0200, Ralf Corsepius wrote:

seems to me, as if fedora 22 updates is down:

# dnf --refresh update
RPM Fusion for Fedora 22 - Free - Updates
  12 kB/s | 395  B 00:00
RPM Fusion for Fedora 22 - Nonfree - Updates
 552  B/s | 395  B 00:00
RPM Fusion for Fedora 22 - Free
 3.5 MB/s | 461 kB 00:00
Error: Failed to synchronize cache for repo 'updates' from
'https://mirrors.fedoraproject.org/metalink?repo=updates-released-f22arch=i386':
Cannot download repomd.xml: Cannot download repodata/repomd.xml: All
mirrors were tried


Sorry, if this is the wrong list, but I don't know where to report this.


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


what about read other mails in the thread *before* reply to the OP?



signature.asc
Description: OpenPGP digital signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: dnf Failed to synchronize cache for repo 'updates'

2015-06-19 Thread Matthew Miller
On Fri, Jun 19, 2015 at 05:49:31PM +0200, Reindl Harald wrote:
 what about read other mails in the thread *before* reply to the OP?

Remember, email is an unreliable system. Sometimes they come in a
different rate (and, particularly, while we're having network
problems...). There's really not much harm done -- please remember to
keep your tone friendly. Thank you.

-- 
Matthew Miller
mat...@fedoraproject.org
Fedora Project Leader
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Fedora 23 mass rebuild

2015-06-19 Thread Nils Philippsen
On Tue, 2015-06-16 at 22:58 -0500, Dennis Gilmore wrote:
 the list of current failures can be found at
 http://alt.fedoraproject.org/pub/alt/mass-rebuild/f23-failures.html

If someone else happens to have their build fail on find-debuginfo.sh
...:

+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz 
--dwz-low-mem-die-limit 1000 --dwz-max-die-limit 5000 
/builddir/build/BUILD/gimp-help-2.8.2
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.vrrhQp (%install)
Bad exit status from /var/tmp/rpm-tmp.vrrhQp (%install)

... check if you install executable JPEG files into your buildroot:
find-debuginfo.sh runs the file command on all executable files, and
file-5.22-3.fc23 contains a bug causing it to exit with a non-zero exit
code on certain JPEG files, cf.: 
https://bugzilla.redhat.com/show_bug.cgi?id=1201630

Nils

-- 
Nils Philippsen  Those who would give up Essential Liberty to purchase 
Red Hat   a little Temporary Safety, deserve neither Liberty
n...@redhat.com   nor Safety.  --  Benjamin Franklin, 1759
PGP fingerprint:  C4A8 9474 5C4C ADE3 2B8F  656D 47D8 9B65 6951 3011

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: dnf Failed to synchronize cache for repo 'updates'

2015-06-19 Thread Lee Fuller
Crikey good luck, hoping it doesn't spoil anyone's weekend.

Lee Fuller (via mobile)
On 19 Jun 2015 4:56 pm, Sérgio Basto ser...@serjux.com wrote:

 On Sex, 2015-06-19 at 17:49 +0200, Reindl Harald wrote:
 
  Am 19.06.2015 um 17:47 schrieb Sérgio Basto:
   On Sex, 2015-06-19 at 16:40 +0200, Ralf Corsepius wrote:
   seems to me, as if fedora 22 updates is down:
  
   # dnf --refresh update
   RPM Fusion for Fedora 22 - Free - Updates
 12 kB/s | 395  B
  00:00
   RPM Fusion for Fedora 22 - Nonfree - Updates
552  B/s | 395  B
  00:00
   RPM Fusion for Fedora 22 - Free
3.5 MB/s | 461 kB
  00:00
   Error: Failed to synchronize cache for repo 'updates' from
   '
 https://mirrors.fedoraproject.org/metalink?repo=updates-released-f22arch=i386
 ':
   Cannot download repomd.xml: Cannot download repodata/repomd.xml: All
   mirrors were tried
  
  
   Sorry, if this is the wrong list, but I don't know where to report
 this.
  
   https://bugzilla.redhat.com/show_bug.cgi?id=1219283
 
  what about read other mails in the thread *before* reply to the OP?

 I read

 --
 Sérgio M. B.

 --
 devel mailing list
 devel@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/devel
 Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

  1   2   >