Removal of the default 16 job limit for makefile parallelism

2016-10-17 Thread Jason L Tibbitts III
The hardcoded upper limit of 16 jobs, passed to make via "-j" when you
use either %make_build or make %{?_smp_mflags} in the %build section of
your specfiles, is going away in rawhide.  This may result in your jobs
being run with additional parallelization in some situations.

This change will appear in rawhide soon.  It is not being made in F25 at
this time; that requires more discussion and will warrant a separate
announcement.


What you need to do:

Nothing.  There is a small possibility that the additional parallelism
can tickle some kind of build failure, but the regular Fedora x86_64
builders won't assign more than 16 CPU threads to your jobs in any case
so issues may only appear on other architectures or when building your
packages outside of the Fedora buildsystem.  Users with sufficient cores
to see any difference here can rejoice that their builds will use their
hardware.


What you need to do if this actually breaks your package:

For the quickest fix, you can add this at the top of your spec:

%global _smp_ncpus_max 16

This will put the limit back to where it was.  There's a reasonable
chance that your package will occasionally still fail even at that level
of parallelism because most issues are going to be related to race
conditions which may depend on all sorts of conditions.  Safer still may
be to use a lower value or even disable parallel builds entirely by not
calling make with %{?_smp_mflags}.  But in this case you should instead
work with upstream to fix such issues at the source.  After all, SMP
machines certainly aren't going away.


Background:

For many years, Fedora's default RPM configuration (via
/usr/lib/rpm/redhat/macros, from the redhat-rpm-macros package) has by
default set an upper limit of "16" for the job count passed to make via
"make -j".  The reasons for this are related to build failures that
appeared when SPARC CPUs with large numbers of threads began to appear.
See https://bugzilla.redhat.com/show_bug.cgi?id=1384938 and
https://bugzilla.redhat.com/show_bug.cgi?id=669638 for some references.

There's not really any reason to keep the limit in place.  It's
difficult to imagine that there is something SPARC-specific about the
original issues, and it's just not worth defaulting to such a low limit
when there is so much hardware which would go unused.

 - J<
___
devel-announce mailing list -- devel-annou...@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Removal of the default 16 job limit for makefile parallelism

2016-10-17 Thread Jason L Tibbitts III
The hardcoded upper limit of 16 jobs, passed to make via "-j" when you
use either %make_build or make %{?_smp_mflags} in the %build section of
your specfiles, is going away in rawhide.  This may result in your jobs
being run with additional parallelization in some situations.

This change will appear in rawhide soon.  It is not being made in F25 at
this time; that requires more discussion and will warrant a separate
announcement.


What you need to do:

Nothing.  There is a small possibility that the additional parallelism
can tickle some kind of build failure, but the regular Fedora x86_64
builders won't assign more than 16 CPU threads to your jobs in any case
so issues may only appear on other architectures or when building your
packages outside of the Fedora buildsystem.  Users with sufficient cores
to see any difference here can rejoice that their builds will use their
hardware.


What you need to do if this actually breaks your package:

For the quickest fix, you can add this at the top of your spec:

%global _smp_ncpus_max 16

This will put the limit back to where it was.  There's a reasonable
chance that your package will occasionally still fail even at that level
of parallelism because most issues are going to be related to race
conditions which may depend on all sorts of conditions.  Safer still may
be to use a lower value or even disable parallel builds entirely by not
calling make with %{?_smp_mflags}.  But in this case you should instead
work with upstream to fix such issues at the source.  After all, SMP
machines certainly aren't going away.


Background:

For many years, Fedora's default RPM configuration (via
/usr/lib/rpm/redhat/macros, from the redhat-rpm-macros package) has by
default set an upper limit of "16" for the job count passed to make via
"make -j".  The reasons for this are related to build failures that
appeared when SPARC CPUs with large numbers of threads began to appear.
See https://bugzilla.redhat.com/show_bug.cgi?id=1384938 and
https://bugzilla.redhat.com/show_bug.cgi?id=669638 for some references.

There's not really any reason to keep the limit in place.  It's
difficult to imagine that there is something SPARC-specific about the
original issues, and it's just not worth defaulting to such a low limit
when there is so much hardware which would go unused.

 - J<
___
devel-announce mailing list -- devel-announce@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org


[Fedocal] Reminder meeting : Modularity WG

2016-10-17 Thread jkurik
Dear all,

You are kindly invited to the meeting:
   Modularity WG on 2016-10-18 from 15:00:00 to 16:00:00 UTC
   At fedora-meetin...@irc.freenode.net

The meeting will be about:
Meeting for the Modularity Working Group.

More information available at: [Modularity Working Group wiki 
page](https://fedoraproject.org/wiki/Modularity_Working_Group)

The agenda for the meeting is available at [modularity-wg-agendas 
pad](http://piratepad.nl/modularity-wg-agendas).



Source: https://apps.stg.fedoraproject.org/calendar/meeting/4697/

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[Fedocal] Reminder meeting : Modularity WG

2016-10-17 Thread jkurik
Dear all,

You are kindly invited to the meeting:
   Modularity WG on 2016-10-18 from 15:00:00 to 16:00:00 UTC
   At fedora-meetin...@irc.freenode.net

The meeting will be about:
Meeting for the Modularity Working Group.

More information available at: [Modularity Working Group wiki 
page](https://fedoraproject.org/wiki/Modularity_Working_Group)

The agenda for the meeting is available at [modularity-wg-agendas 
pad](http://piratepad.nl/modularity-wg-agendas).



Source: https://apps.fedoraproject.org/calendar/meeting/4697/

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Rawhide: Audacious 3.8 plugin API changes

2016-10-17 Thread stan
On Tue, 18 Oct 2016 00:04:37 +0200
Michael Schwendt  wrote:

> > Audacious 3.8 is landing in Rawhide and will need rebuilds of any
> > external plugin packages, because the plugin API has changed again.
> > 
> > You can find working rpms in fedora copr (or koji):
> > https://copr.fedorainfracloud.org/coprs/mschwendt/audacious-next/  
> 
> Has anyone used it yet or any objections against publishing it also
> for F25?

I tried to update to it using dnf in rawhide, but it was lacking a
library dependency for plugins from rpmfusion. From memory, libaud.so.3
was required for them, but no provider.  They probably need to be
compiled with the new api.

I have no objection to pushing it to F25.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[Bug 1370756] perl-Net-Whois-Raw-2.99002 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1370756



--- Comment #6 from Upstream Release Monitoring 
 ---
Created attachment 1211567
  --> https://bugzilla.redhat.com/attachment.cgi?id=1211567=edit
Rebase-helper rebase-helper-debug.log log file.
See for details and report the eventual error to rebase-helper
https://github.com/phracek/rebase-helper/issues.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1370756] perl-Net-Whois-Raw-2.99002 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1370756



--- Comment #7 from Upstream Release Monitoring 
 ---
Patches were not touched. All were applied properly

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1370756] perl-Net-Whois-Raw-2.99002 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1370756



--- Comment #5 from Upstream Release Monitoring 
 ---
Patching or scratch build for perl-Net-Whois-Raw-2.99.001 failed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1385648] perl-Log-Dispatchouli-2.015 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1385648

Upstream Release Monitoring  
changed:

   What|Removed |Added

Summary|perl-Log-Dispatchouli-2.014 |perl-Log-Dispatchouli-2.015
   |is available|is available



--- Comment #1 from Upstream Release Monitoring 
 ---
Latest upstream release: 2.015
Current version/release in rawhide: 2.012-5.fc25
URL: http://search.cpan.org/dist/Log-Dispatchouli

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.

Based on the information from anitya: 
https://release-monitoring.org/project/7173/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1370756] perl-Net-Whois-Raw-2.99002 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1370756

Upstream Release Monitoring  
changed:

   What|Removed |Added

Summary|perl-Net-Whois-Raw-2.99001  |perl-Net-Whois-Raw-2.99002
   |is available|is available



--- Comment #4 from Upstream Release Monitoring 
 ---
Latest upstream release: 2.99002
Current version/release in rawhide: 2.99.001-1.fc26
URL: http://search.cpan.org/dist/Net-Whois-Raw/

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.

Based on the information from anitya: 
https://release-monitoring.org/project/6677/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1385978] perl-Crypt-OpenSSL-PKCS10-0.16 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1385978



--- Comment #3 from Upstream Release Monitoring 
 ---
Following patches has been deleted:
['perl-Crypt-OpenSSL-PKCS10-build-paths.patch']

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1385978] perl-Crypt-OpenSSL-PKCS10-0.16 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1385978



--- Comment #1 from Upstream Release Monitoring 
 ---
Patching or scratch build for perl-Crypt-OpenSSL-PKCS10-0.15 failed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1385978] perl-Crypt-OpenSSL-PKCS10-0.16 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1385978



--- Comment #2 from Upstream Release Monitoring 
 ---
Created attachment 1211560
  --> https://bugzilla.redhat.com/attachment.cgi?id=1211560=edit
Rebase-helper rebase-helper-debug.log log file.
See for details and report the eventual error to rebase-helper
https://github.com/phracek/rebase-helper/issues.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1385978] New: perl-Crypt-OpenSSL-PKCS10-0.16 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1385978

Bug ID: 1385978
   Summary: perl-Crypt-OpenSSL-PKCS10-0.16 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Crypt-OpenSSL-PKCS10
  Keywords: FutureFeature, Triaged
  Assignee: wjhns...@hardakers.net
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
wjhns...@hardakers.net



Latest upstream release: 0.16
Current version/release in rawhide: 0.15-3.fc25
URL: http://search.cpan.org/dist/Crypt-OpenSSL-PKCS10/

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.

Based on the information from anitya: 
https://release-monitoring.org/project/2746/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1383672] perl-Dancer2-0.204001 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1383672



--- Comment #8 from Upstream Release Monitoring 
 ---
Patches were not touched. All were applied properly

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1383672] perl-Dancer2-0.204001 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1383672



--- Comment #7 from Upstream Release Monitoring 
 ---
Created attachment 1211556
  --> https://bugzilla.redhat.com/attachment.cgi?id=1211556=edit
Rebase-helper rebase-helper-debug.log log file.
See for details and report the eventual error to rebase-helper
https://github.com/phracek/rebase-helper/issues.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1383672] perl-Dancer2-0.204001 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1383672



--- Comment #6 from Upstream Release Monitoring 
 ---
Patching or scratch build for perl-Dancer2-0.204000 failed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1383672] perl-Dancer2-0.204001 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1383672

Upstream Release Monitoring  
changed:

   What|Removed |Added

Summary|perl-Dancer2-0.204000 is|perl-Dancer2-0.204001 is
   |available   |available



--- Comment #5 from Upstream Release Monitoring 
 ---
Latest upstream release: 0.204001
Current version/release in rawhide: 0.204000-1.fc26
URL: http://search.cpan.org/dist/Dancer2

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.

Based on the information from anitya: 
https://release-monitoring.org/project/5847/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[389-devel] Jenkins build is back to normal : 389-DS-COMMIT #122

2016-10-17 Thread Jenkins
See 

___
389-devel mailing list -- 389-devel@lists.fedoraproject.org
To unsubscribe send an email to 389-devel-le...@lists.fedoraproject.org


[389-devel] Build failed in Jenkins: 389-DS-COMMIT #121

2016-10-17 Thread Jenkins
(FileDigests) <= 
4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) 
<= 4.0-1
Requires: /usr/bin/python /usr/bin/python2
Processing files: 389-ds-base-debuginfo-1.3.6.0-20161017gitbcaf2c2.fc24.x86_64
Provides: 389-ds-base-debuginfo = 1.3.6.0-20161017gitbcaf2c2.fc24 
389-ds-base-debuginfo(x86-64) = 1.3.6.0-20161017gitbcaf2c2.fc24
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 
4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Checking for unpackaged file(s): /usr/lib/rpm/check-files 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/BUILDROOT/389-ds-base-1.3.6.0-20161017gitbcaf2c2.fc24.x86_64>
Wrote: 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/SRPMS/389-ds-base-1.3.6.0-20161017gitbcaf2c2.fc24.src.rpm>
Wrote: 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/RPMS/x86_64/389-ds-base-1.3.6.0-20161017gitbcaf2c2.fc24.x86_64.rpm>
Wrote: 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/RPMS/x86_64/389-ds-base-libs-1.3.6.0-20161017gitbcaf2c2.fc24.x86_64.rpm>
Wrote: 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/RPMS/x86_64/389-ds-base-devel-1.3.6.0-20161017gitbcaf2c2.fc24.x86_64.rpm>
Wrote: 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/RPMS/x86_64/389-ds-base-snmp-1.3.6.0-20161017gitbcaf2c2.fc24.x86_64.rpm>
Wrote: 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/RPMS/noarch/389-ds-base-tests-1.3.6.0-20161017gitbcaf2c2.fc24.noarch.rpm>
Wrote: 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/RPMS/x86_64/389-ds-base-debuginfo-1.3.6.0-20161017gitbcaf2c2.fc24.x86_64.rpm>
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.h7IXCZ
+ umask 022
+ cd 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/BUILD>
+ cd 389-ds-base-1.3.6.0.20161017gitbcaf2c2
+ rm -rf 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/BUILDROOT/389-ds-base-1.3.6.0-20161017gitbcaf2c2.fc24.x86_64>
+ exit 0
cp 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/RPMS/*/389-ds-base-1.3.6.0-20161017gitbcaf2c2*.rpm>
 dist/rpms/
cp 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/RPMS/*/389-ds-base-*-1.3.6.0*.rpm>
 dist/rpms/
cp 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/SRPMS/389-ds-base-1.3.6.0-20161017gitbcaf2c2*.src.rpm>
 dist/srpms/
rm -rf 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild>
+ cd dist/rpms/
+ sudo rpm -iUvh 389-ds-base-1.3.6.0-20161017gitbcaf2c2.fc24.x86_64.rpm 
389-ds-base-libs-1.3.6.0-20161017gitbcaf2c2.fc24.x86_64.rpm 
389-ds-base-debuginfo-1.3.6.0-20161017gitbcaf2c2.fc24.x86_64.rpm 
389-ds-base-devel-1.3.6.0-20161017gitbcaf2c2.fc24.x86_64.rpm 
389-ds-base-snmp-1.3.6.0-20161017gitbcaf2c2.fc24.x86_64.rpm
Preparing...  
Updating / installing...
389-ds-base-libs-1.3.6.0-20161017gitbc
389-ds-base-1.3.6.0-20161017gitbcaf2c2
389-ds-base-snmp-1.3.6.0-20161017gitbc
389-ds-base-devel-1.3.6.0-20161017gitb
389-ds-base-debuginfo-1.3.6.0-20161017
Cleaning up / removing...
389-ds-base-devel-1.3.5.14-1.fc24 
389-ds-base-1.3.5.14-1.fc24   
389-ds-base-libs-1.3.5.14-1.fc24  
+ '[' 0 -ne 0 ']'
+ sudo sysctl -w fs.suid_dumpable=1
fs.suid_dumpable = 1
+ sudo chmod 777 /etc/sysconfig/dirsrv.systemd
+ sudo echo LimitCORE=infinity
+ sudo systemctl daemon-reload
+ echo Run the lib389 tests...
Run the lib389 tests...
+ cd ../../dirsrvtests/tests
++ date
+ DATE='Tue Oct 18 01:34:39 CEST 2016'
++ sudo 
PYTHONPATH=/usr/lib64/python2.7:/usr/lib64/python2.7/plat-linux2:/usr/lib64/python2.7/site-packages:/usr/lib/python2.7/site-packages:<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/lib389/>
 py.test -v -x suites/basic/basic_test.py
+ RESULT='= test session starts 
==
platform linux2 -- Python 2.7.12, pytest-2.9.2, py-1.4.31, pluggy-0.3.1 -- 
/usr/bin/python2
cachedir: suites/basic/.cache
rootdir: 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS

Re: more than two monitors not working on nouveau, but works on proprietary

2016-10-17 Thread Adam Williamson
On Mon, 2016-10-17 at 16:58 -0600, patrick korsnick wrote:
> Hi all,
> 
> Now that I'm loving f25beta so much and refuse to go back to f24 I'm forced
> to address a problem I've had for some time. Up through f24 I've had to
> install the nvidia proprietary driver to be able to use more than 2
> monitors on my GTX960 (if I connected more than 2 it locked up the machine).
> 
> Now with the switch to Wayland in f25 the closed source driver doesn't seem
> to be an option, so I need to see if it's possible to get it working under
> nouveau (or maybe buy an ATI card).
> 
> So does anyone know how to make 3 or more monitors work under nouveau?
> 
> Thanks for any advice

I think this is likely to be a bit more specific to your particular
setup than a general 'there's one magic trick to make it work with more
than 2 monitors' thing, so if I were you I'd probably file a bug with
all the usual information for your specific configuration and see where
that goes.

But the main thing I wanted to say is, the change in F25 is only a
change of *defaults*. For many reasons, the proprietary driver case
being a major one, there is still a GNOME-on-X11 session choice in F25
Workstation installs. It's just not the *default* choice any more. So
you can certainly still use the proprietary driver with F25 if you
want; just switch from the default session to the X11 session in GDM
when logging in.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[389-devel] Build failed in Jenkins: 389-DS-COMMIT #120

2016-10-17 Thread Jenkins
4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) 
<= 4.0-1
Requires: /usr/bin/python /usr/bin/python2
Processing files: 389-ds-base-debuginfo-1.3.6.0-20161017gitd53ad9a.fc24.x86_64
Provides: 389-ds-base-debuginfo = 1.3.6.0-20161017gitd53ad9a.fc24 
389-ds-base-debuginfo(x86-64) = 1.3.6.0-20161017gitd53ad9a.fc24
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 
4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Checking for unpackaged file(s): /usr/lib/rpm/check-files 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/BUILDROOT/389-ds-base-1.3.6.0-20161017gitd53ad9a.fc24.x86_64>
Wrote: 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/SRPMS/389-ds-base-1.3.6.0-20161017gitd53ad9a.fc24.src.rpm>
Wrote: 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/RPMS/x86_64/389-ds-base-1.3.6.0-20161017gitd53ad9a.fc24.x86_64.rpm>
Wrote: 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/RPMS/x86_64/389-ds-base-libs-1.3.6.0-20161017gitd53ad9a.fc24.x86_64.rpm>
Wrote: 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/RPMS/x86_64/389-ds-base-devel-1.3.6.0-20161017gitd53ad9a.fc24.x86_64.rpm>
Wrote: 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/RPMS/x86_64/389-ds-base-snmp-1.3.6.0-20161017gitd53ad9a.fc24.x86_64.rpm>
Wrote: 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/RPMS/noarch/389-ds-base-tests-1.3.6.0-20161017gitd53ad9a.fc24.noarch.rpm>
Wrote: 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/RPMS/x86_64/389-ds-base-debuginfo-1.3.6.0-20161017gitd53ad9a.fc24.x86_64.rpm>
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.u9Agvg
+ umask 022
+ cd 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/BUILD>
+ cd 389-ds-base-1.3.6.0.20161017gitd53ad9a
+ rm -rf 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/BUILDROOT/389-ds-base-1.3.6.0-20161017gitd53ad9a.fc24.x86_64>
+ exit 0
cp 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/RPMS/*/389-ds-base-1.3.6.0-20161017gitd53ad9a*.rpm>
 dist/rpms/
cp 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/RPMS/*/389-ds-base-*-1.3.6.0*.rpm>
 dist/rpms/
cp 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild/SRPMS/389-ds-base-1.3.6.0-20161017gitd53ad9a*.src.rpm>
 dist/srpms/
rm -rf 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/rpmbuild>
+ cd dist/rpms/
+ sudo rpm -iUvh 389-ds-base-1.3.6.0-20161017gitd53ad9a.fc24.x86_64.rpm 
389-ds-base-libs-1.3.6.0-20161017gitd53ad9a.fc24.x86_64.rpm 
389-ds-base-debuginfo-1.3.6.0-20161017gitd53ad9a.fc24.x86_64.rpm 
389-ds-base-devel-1.3.6.0-20161017gitd53ad9a.fc24.x86_64.rpm 
389-ds-base-snmp-1.3.6.0-20161017gitd53ad9a.fc24.x86_64.rpm
Preparing...  
Updating / installing...
389-ds-base-libs-1.3.6.0-20161017gitd5
389-ds-base-1.3.6.0-20161017gitd53ad9a
389-ds-base-snmp-1.3.6.0-20161017gitd5
389-ds-base-devel-1.3.6.0-20161017gitd
389-ds-base-debuginfo-1.3.6.0-20161017
Cleaning up / removing...
389-ds-base-devel-1.3.5.14-1.fc24 
389-ds-base-1.3.5.14-1.fc24   
389-ds-base-libs-1.3.5.14-1.fc24  
+ '[' 0 -ne 0 ']'
+ sudo sysctl -w fs.suid_dumpable=1
fs.suid_dumpable = 1
+ sudo chmod 777 /etc/sysconfig/dirsrv.systemd
+ sudo echo LimitCORE=infinity
+ sudo systemctl daemon-reload
+ echo Run the lib389 tests...
Run the lib389 tests...
+ cd ../../dirsrvtests/tests
++ date
+ DATE='Tue Oct 18 00:51:05 CEST 2016'
++ sudo 
PYTHONPATH=/usr/lib64/python2.7:/usr/lib64/python2.7/plat-linux2:/usr/lib64/python2.7/site-packages:/usr/lib/python2.7/site-packages:<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/lib389/>
 py.test -v -x suites/basic/basic_test.py
+ RESULT='= test session starts 
==
platform linux2 -- Python 2.7.12, pytest-2.9.2, py-1.4.31, pluggy-0.3.1 -- 
/usr/bin/python2
cachedir: suites/basic/.cache
rootdir: 
<http://vm-058-081.abc.idm.lab.eng.brq.redhat.com:8080/job/389-DS-COMMIT/ws/source/ds/dirsrvtests/tests/

more than two monitors not working on nouveau, but works on proprietary

2016-10-17 Thread patrick korsnick
Hi all,

Now that I'm loving f25beta so much and refuse to go back to f24 I'm forced
to address a problem I've had for some time. Up through f24 I've had to
install the nvidia proprietary driver to be able to use more than 2
monitors on my GTX960 (if I connected more than 2 it locked up the machine).

Now with the switch to Wayland in f25 the closed source driver doesn't seem
to be an option, so I need to see if it's possible to get it working under
nouveau (or maybe buy an ATI card).

So does anyone know how to make 3 or more monitors work under nouveau?

Thanks for any advice
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Rawhide: Audacious 3.8 plugin API changes

2016-10-17 Thread Michael Schwendt
> Audacious 3.8 is landing in Rawhide and will need rebuilds of any
> external plugin packages, because the plugin API has changed again.
> 
> You can find working rpms in fedora copr (or koji):
> https://copr.fedorainfracloud.org/coprs/mschwendt/audacious-next/

Has anyone used it yet or any objections against publishing it also
for F25?
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[Bug 1385280] perl-App-Cmd contains a lot of test files which should not be installed.

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1385280



--- Comment #5 from Emmanuel Seyman  ---
(In reply to Van de Bugger from comment #4)
>
> What about other 25 packages?

You'll have to file bugs.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1385280] perl-App-Cmd contains a lot of test files which should not be installed.

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1385280



--- Comment #4 from Van de Bugger  ---
perl-App-Cmd-0.330-3.fc24 works for me. What about other 25 packages?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-AnyEvent (perl-AnyEvent-7.13-2.fc25). "Add some optional dependencies (#1385642) (..more)"

2016-10-17 Thread notifications
From a443b3a63cc46f409d66bf8573f0e14e5afd9b1b Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 17 Oct 2016 18:40:57 +0100
Subject: Add some optional dependencies (#1385642)

Also, work around SSL issues in Rawhide (possibly due to ongoing upgrade to
OpenSSL 1.1.0)
---
 perl-AnyEvent.spec | 52 
 1 file changed, 48 insertions(+), 4 deletions(-)

diff --git a/perl-AnyEvent.spec b/perl-AnyEvent.spec
index d5195c2..af9cc11 100644
--- a/perl-AnyEvent.spec
+++ b/perl-AnyEvent.spec
@@ -3,9 +3,15 @@
 # A noarch-turned-arch package should not have debuginfo
 %global debug_package %{nil}
 
+# Use weak dependencies where available
+%global have_weak_deps 0%{?fedora} > 20 || 0%{?rhel} > 7
+
+# SSL in Rawhide is currently flaky, probably due to pulling in a mix of 
OpenSSL versions
+%global flaky_ssl 0%{?fedora} == 26
+
 Name:   perl-AnyEvent
 Version:7.13
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Framework for multiple event loops
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -23,22 +29,35 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 
 # Module requirements
 BuildRequires:  perl >= 3:5.8.1
+BuildRequires:  perl(B)
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(Errno)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Guard)
+BuildRequires:  perl(integer)
+BuildRequires:  perl(JSON::XS)
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(overload)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(Storable)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Sys::Syslog)
 BuildRequires:  perl(Task::Weaken)
 BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(Unicode::Normalize)
 
 # Test suite requirements
 BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(Net::SSLeay)
+%if !(%flaky_ssl)
+BuildRequires:  perl(Net::SSLeay) >= 1.33
+%endif
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(warnings)
 
 # Event loop testing
 #
@@ -54,8 +73,10 @@ BuildRequires:  perl(Glib) >= 1.210
 BuildRequires:  perl(POE) >= 1.312
 BuildRequires:  perl(Tk)
 %if 0%{?fedora}
+%if !(%flaky_ssl)
 BuildRequires:  perl(AnyEvent::AIO)
-BuildRequires:  perl(EV)
+%endif
+BuildRequires:  perl(EV) >= 4.00
 BuildRequires:  perl(IO::AIO) >= 4.13
 BuildRequires:  perl(IO::Async::Loop) >= 0.33
 %endif
@@ -63,9 +84,27 @@ BuildRequires:  perl(IO::Async::Loop) >= 0.33
 
 # Runtime requires
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(File::Temp)
+%if %{have_weak_deps}
 # Optional but recommended
+Recommends: perl(Guard)
+Recommends: perl(Storable)
+Recommends: perl(Sys::Syslog)
+Recommends: perl(Task::Weaken)
+Recommends: perl(Unicode::Normalize)
+# Heavier optional modules
+Suggests:   perl(CBOR::XS)
+Suggests:   perl(Coro)
+Suggests:   perl(Coro::Debug)
+Suggests:   perl(JSON::XS)
+Suggests:   perl(Net::SSLeay) >= 1.33
+%else
+Requires:   perl(Guard)
 Requires:   perl(Storable)
+Requires:   perl(Sys::Syslog)
 Requires:   perl(Task::Weaken)
+Requires:   perl(Unicode::Normalize)
+%endif
 
 # Optional dependencies we don't want to require
 %global optional_deps  AnyEvent::AIO
@@ -161,6 +200,11 @@ make test
 
 
 %changelog
+* Mon Oct 17 2016 Paul Howarth  - 7.13-2
+- Add some optional dependencies (#1385642)
+- Work around SSL issues in Rawhide (possibly due to ongoing upgrade to
+  OpenSSL 1.1.0)
+
 * Mon Sep 19 2016 Paul Howarth  - 7.13-1
 - Update to 7.13
   - Only call tlsext_host_name for non-empty common names
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-AnyEvent.git/commit/?h=perl-AnyEvent-7.13-2.fc25=a443b3a63cc46f409d66bf8573f0e14e5afd9b1b
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-AnyEvent (perl-AnyEvent-7.13-2.fc26). "Add some optional dependencies (#1385642) (..more)"

2016-10-17 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-AnyEvent.git/commit/?h=perl-AnyEvent-7.13-2.fc26=a443b3a63cc46f409d66bf8573f0e14e5afd9b1b
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: RFC: Storing Automated Tasks/Tests In Dist-Git

2016-10-17 Thread Matthew Miller
On Mon, Oct 17, 2016 at 11:57:03AM -0600, Tim Flink wrote:
> If we do keep going toward the goal of having more automation support
> for testing and gating builds from koji based on results from that
> automation, I don't understand how it makes sense to let more people
> have write access to the checks/tests used to determine whether a build
> is acceptable or not.
> 
> I agree with Zbyszek that PRs which can contain packaging fixes with
> tests is the best way to handle new contributions. Keeping the ACLs and
> PRs separate for the two things seems like a lot of unnecessary
> extra work to me.

Okay; I'll defer to your expertise on this. 


-- 
Matthew Miller

Fedora Project Leader
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: RFC: Storing Automated Tasks/Tests In Dist-Git

2016-10-17 Thread Matthew Miller
On Mon, Oct 17, 2016 at 05:18:25PM +, Zbigniew Jędrzejewski-Szmek wrote:
> > > those tests to pass to be submitted and merged as a single pull request.
> > > I'd love to see a PR that adds a test for one of my packages, exposes
> > > some bugs, but immediately fixes any fallout. I would be less thrilled
> > > to have tests committed which will fail on the next rebuild, leaving me to
> > > fix the package (or manually override the tests).
> > As I'm imaginging it, tests added in this way would be non-blocking,
> > and would be expected to pass initially.
> "feel good" tests ;) But seriously, why should people write only tests
> which pass?

Because then if they stop passing, it's worth looking at.

I expect other tests to be written with more deep knowledge targetting
regressions and etc.

-- 
Matthew Miller

Fedora Project Leader
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: RFC: Storing Automated Tasks/Tests In Dist-Git

2016-10-17 Thread Tim Flink
On Mon, 17 Oct 2016 11:56:35 -0400
Matthew Miller  wrote:

> On Mon, Oct 17, 2016 at 09:42:51AM -0600, Tim Flink wrote:
> > One of the differences in Fedora is that I expect most check/test
> > contributions will come from package maintainers instead of
> > dedicated QA folks. At this time, there just aren't enough
> > available person hours among the Fedora QA folks to match the
> > number of packages and components which are in Fedora.  
> 
> I *would* love to build up a community of people interested in
> creating these tests. It seems like a relatively easy way to get
> involved. This, to me, argues for the separate repo with distinct
> (more relaxed) permissions. We don't have that "army" (as you say)
> now, but maybe if we had an easy way to funnel new contributors to
> it, we could.

If we do keep going toward the goal of having more automation support
for testing and gating builds from koji based on results from that
automation, I don't understand how it makes sense to let more people
have write access to the checks/tests used to determine whether a build
is acceptable or not.

I agree with Zbyszek that PRs which can contain packaging fixes with
tests is the best way to handle new contributions. Keeping the ACLs and
PRs separate for the two things seems like a lot of unnecessary
extra work to me.

Tim


pgpWbnk_p7vcv.pgp
Description: OpenPGP digital signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-AnyEvent (f25). "Add some optional dependencies (#1385642) (..more)"

2016-10-17 Thread notifications
From a443b3a63cc46f409d66bf8573f0e14e5afd9b1b Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 17 Oct 2016 18:40:57 +0100
Subject: Add some optional dependencies (#1385642)

Also, work around SSL issues in Rawhide (possibly due to ongoing upgrade to
OpenSSL 1.1.0)
---
 perl-AnyEvent.spec | 52 
 1 file changed, 48 insertions(+), 4 deletions(-)

diff --git a/perl-AnyEvent.spec b/perl-AnyEvent.spec
index d5195c2..af9cc11 100644
--- a/perl-AnyEvent.spec
+++ b/perl-AnyEvent.spec
@@ -3,9 +3,15 @@
 # A noarch-turned-arch package should not have debuginfo
 %global debug_package %{nil}
 
+# Use weak dependencies where available
+%global have_weak_deps 0%{?fedora} > 20 || 0%{?rhel} > 7
+
+# SSL in Rawhide is currently flaky, probably due to pulling in a mix of 
OpenSSL versions
+%global flaky_ssl 0%{?fedora} == 26
+
 Name:   perl-AnyEvent
 Version:7.13
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Framework for multiple event loops
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -23,22 +29,35 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 
 # Module requirements
 BuildRequires:  perl >= 3:5.8.1
+BuildRequires:  perl(B)
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(Errno)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Guard)
+BuildRequires:  perl(integer)
+BuildRequires:  perl(JSON::XS)
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(overload)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(Storable)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Sys::Syslog)
 BuildRequires:  perl(Task::Weaken)
 BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(Unicode::Normalize)
 
 # Test suite requirements
 BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(Net::SSLeay)
+%if !(%flaky_ssl)
+BuildRequires:  perl(Net::SSLeay) >= 1.33
+%endif
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(warnings)
 
 # Event loop testing
 #
@@ -54,8 +73,10 @@ BuildRequires:  perl(Glib) >= 1.210
 BuildRequires:  perl(POE) >= 1.312
 BuildRequires:  perl(Tk)
 %if 0%{?fedora}
+%if !(%flaky_ssl)
 BuildRequires:  perl(AnyEvent::AIO)
-BuildRequires:  perl(EV)
+%endif
+BuildRequires:  perl(EV) >= 4.00
 BuildRequires:  perl(IO::AIO) >= 4.13
 BuildRequires:  perl(IO::Async::Loop) >= 0.33
 %endif
@@ -63,9 +84,27 @@ BuildRequires:  perl(IO::Async::Loop) >= 0.33
 
 # Runtime requires
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(File::Temp)
+%if %{have_weak_deps}
 # Optional but recommended
+Recommends: perl(Guard)
+Recommends: perl(Storable)
+Recommends: perl(Sys::Syslog)
+Recommends: perl(Task::Weaken)
+Recommends: perl(Unicode::Normalize)
+# Heavier optional modules
+Suggests:   perl(CBOR::XS)
+Suggests:   perl(Coro)
+Suggests:   perl(Coro::Debug)
+Suggests:   perl(JSON::XS)
+Suggests:   perl(Net::SSLeay) >= 1.33
+%else
+Requires:   perl(Guard)
 Requires:   perl(Storable)
+Requires:   perl(Sys::Syslog)
 Requires:   perl(Task::Weaken)
+Requires:   perl(Unicode::Normalize)
+%endif
 
 # Optional dependencies we don't want to require
 %global optional_deps  AnyEvent::AIO
@@ -161,6 +200,11 @@ make test
 
 
 %changelog
+* Mon Oct 17 2016 Paul Howarth  - 7.13-2
+- Add some optional dependencies (#1385642)
+- Work around SSL issues in Rawhide (possibly due to ongoing upgrade to
+  OpenSSL 1.1.0)
+
 * Mon Sep 19 2016 Paul Howarth  - 7.13-1
 - Update to 7.13
   - Only call tlsext_host_name for non-empty common names
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-AnyEvent.git/commit/?h=f25=a443b3a63cc46f409d66bf8573f0e14e5afd9b1b
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: RFC: Storing Automated Tasks/Tests In Dist-Git

2016-10-17 Thread Tim Flink
On Mon, 17 Oct 2016 17:18:25 +
Zbigniew Jędrzejewski-Szmek  wrote:

> On Mon, Oct 17, 2016 at 12:45:30PM -0400, Matthew Miller wrote:
> > On Mon, Oct 17, 2016 at 04:38:28PM +, Zbigniew
> > Jędrzejewski-Szmek wrote:  
> > > It's a good principle to require both tests and fixes required for
> > > those tests to pass to be submitted and merged as a single pull
> > > request. I'd love to see a PR that adds a test for one of my
> > > packages, exposes some bugs, but immediately fixes any fallout. I
> > > would be less thrilled to have tests committed which will fail on
> > > the next rebuild, leaving me to fix the package (or manually
> > > override the tests).  
> > 
> > As I'm imaginging it, tests added in this way would be non-blocking,
> > and would be expected to pass initially.  
> 
> "feel good" tests ;) But seriously, why should people write only tests
> which pass?

I think this starts getting into the question about what we want to do
with the results.

If we are going to start gating builds based on results from
automation, we will need some way to indicate which results contribute
to a failure or a pass as part of that gating process.

The simple way to do this is to say "every test needs to pass for
gating to happen without manual override" but I'm not sure that's the
best solution here and I'm not aware of any existing proposals on how
to manage that in a more granular way for build gating.

I'm of the opinion that it would be best to get the checks/tests
running and once we have enough of those to justify gating builds, we
can start figuring out what kinds of things should fail a build.

Even if we're not gating builds right away, more testing is being done
and forward progress is being made.

Tim


pgp8oNXRS46Do.pgp
Description: OpenPGP digital signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-AnyEvent (master). "Add some optional dependencies (#1385642) (..more)"

2016-10-17 Thread notifications
From a443b3a63cc46f409d66bf8573f0e14e5afd9b1b Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 17 Oct 2016 18:40:57 +0100
Subject: Add some optional dependencies (#1385642)

Also, work around SSL issues in Rawhide (possibly due to ongoing upgrade to
OpenSSL 1.1.0)
---
 perl-AnyEvent.spec | 52 
 1 file changed, 48 insertions(+), 4 deletions(-)

diff --git a/perl-AnyEvent.spec b/perl-AnyEvent.spec
index d5195c2..af9cc11 100644
--- a/perl-AnyEvent.spec
+++ b/perl-AnyEvent.spec
@@ -3,9 +3,15 @@
 # A noarch-turned-arch package should not have debuginfo
 %global debug_package %{nil}
 
+# Use weak dependencies where available
+%global have_weak_deps 0%{?fedora} > 20 || 0%{?rhel} > 7
+
+# SSL in Rawhide is currently flaky, probably due to pulling in a mix of 
OpenSSL versions
+%global flaky_ssl 0%{?fedora} == 26
+
 Name:   perl-AnyEvent
 Version:7.13
-Release:1%{?dist}
+Release:2%{?dist}
 Summary:Framework for multiple event loops
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -23,22 +29,35 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 
 # Module requirements
 BuildRequires:  perl >= 3:5.8.1
+BuildRequires:  perl(B)
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(Errno)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Guard)
+BuildRequires:  perl(integer)
+BuildRequires:  perl(JSON::XS)
 BuildRequires:  perl(List::Util)
 BuildRequires:  perl(overload)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(Storable)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Sys::Syslog)
 BuildRequires:  perl(Task::Weaken)
 BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(Unicode::Normalize)
 
 # Test suite requirements
 BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(Net::SSLeay)
+%if !(%flaky_ssl)
+BuildRequires:  perl(Net::SSLeay) >= 1.33
+%endif
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(utf8)
+BuildRequires:  perl(warnings)
 
 # Event loop testing
 #
@@ -54,8 +73,10 @@ BuildRequires:  perl(Glib) >= 1.210
 BuildRequires:  perl(POE) >= 1.312
 BuildRequires:  perl(Tk)
 %if 0%{?fedora}
+%if !(%flaky_ssl)
 BuildRequires:  perl(AnyEvent::AIO)
-BuildRequires:  perl(EV)
+%endif
+BuildRequires:  perl(EV) >= 4.00
 BuildRequires:  perl(IO::AIO) >= 4.13
 BuildRequires:  perl(IO::Async::Loop) >= 0.33
 %endif
@@ -63,9 +84,27 @@ BuildRequires:  perl(IO::Async::Loop) >= 0.33
 
 # Runtime requires
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:   perl(File::Temp)
+%if %{have_weak_deps}
 # Optional but recommended
+Recommends: perl(Guard)
+Recommends: perl(Storable)
+Recommends: perl(Sys::Syslog)
+Recommends: perl(Task::Weaken)
+Recommends: perl(Unicode::Normalize)
+# Heavier optional modules
+Suggests:   perl(CBOR::XS)
+Suggests:   perl(Coro)
+Suggests:   perl(Coro::Debug)
+Suggests:   perl(JSON::XS)
+Suggests:   perl(Net::SSLeay) >= 1.33
+%else
+Requires:   perl(Guard)
 Requires:   perl(Storable)
+Requires:   perl(Sys::Syslog)
 Requires:   perl(Task::Weaken)
+Requires:   perl(Unicode::Normalize)
+%endif
 
 # Optional dependencies we don't want to require
 %global optional_deps  AnyEvent::AIO
@@ -161,6 +200,11 @@ make test
 
 
 %changelog
+* Mon Oct 17 2016 Paul Howarth  - 7.13-2
+- Add some optional dependencies (#1385642)
+- Work around SSL issues in Rawhide (possibly due to ongoing upgrade to
+  OpenSSL 1.1.0)
+
 * Mon Sep 19 2016 Paul Howarth  - 7.13-1
 - Update to 7.13
   - Only call tlsext_host_name for non-empty common names
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-AnyEvent.git/commit/?h=master=a443b3a63cc46f409d66bf8573f0e14e5afd9b1b
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: RFC: Storing Automated Tasks/Tests In Dist-Git

2016-10-17 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Oct 17, 2016 at 12:45:30PM -0400, Matthew Miller wrote:
> On Mon, Oct 17, 2016 at 04:38:28PM +, Zbigniew Jędrzejewski-Szmek wrote:
> > It's a good principle to require both tests and fixes required for
> > those tests to pass to be submitted and merged as a single pull request.
> > I'd love to see a PR that adds a test for one of my packages, exposes
> > some bugs, but immediately fixes any fallout. I would be less thrilled
> > to have tests committed which will fail on the next rebuild, leaving me to
> > fix the package (or manually override the tests).
> 
> As I'm imaginging it, tests added in this way would be non-blocking,
> and would be expected to pass initially.

"feel good" tests ;) But seriously, why should people write only tests
which pass?

Zbyszek
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: RFC: Storing Automated Tasks/Tests In Dist-Git

2016-10-17 Thread Matthew Miller
On Mon, Oct 17, 2016 at 04:38:28PM +, Zbigniew Jędrzejewski-Szmek wrote:
> It's a good principle to require both tests and fixes required for
> those tests to pass to be submitted and merged as a single pull request.
> I'd love to see a PR that adds a test for one of my packages, exposes
> some bugs, but immediately fixes any fallout. I would be less thrilled
> to have tests committed which will fail on the next rebuild, leaving me to
> fix the package (or manually override the tests).

As I'm imaginging it, tests added in this way would be non-blocking,
and would be expected to pass initially.

-- 
Matthew Miller

Fedora Project Leader
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: RFC: Storing Automated Tasks/Tests In Dist-Git

2016-10-17 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Oct 17, 2016 at 11:56:35AM -0400, Matthew Miller wrote:
> On Mon, Oct 17, 2016 at 09:42:51AM -0600, Tim Flink wrote:
> > One of the differences in Fedora is that I expect most check/test
> > contributions will come from package maintainers instead of dedicated
> > QA folks. At this time, there just aren't enough available person hours
> > among the Fedora QA folks to match the number of packages and
> > components which are in Fedora.
> 
> I *would* love to build up a community of people interested in creating
> these tests. It seems like a relatively easy way to get involved. This,
> to me, argues for the separate repo with distinct (more relaxed)
> permissions. We don't have that "army" (as you say) now, but maybe if
> we had an easy way to funnel new contributors to it, we could.

Writing any tests closely precedes writing fixes for the bugs
uncovered by those tests ;) So asking people to write tests, which
will then (sometimes) fail, and having a separate process for the
fixes that would need to touch the main repo, would be an exercise in
frustration.

It's a good principle to require both tests and fixes required for
those tests to pass to be submitted and merged as a single pull request.
I'd love to see a PR that adds a test for one of my packages, exposes
some bugs, but immediately fixes any fallout. I would be less thrilled
to have tests committed which will fail on the next rebuild, leaving me to
fix the package (or manually override the tests).

In the end, I'd prefer to get the first few test cases as pagure PRs,
or patches in the bugzilla while pagure is not yet integrated, and
then just allow that person to have commit rights to the main repo.

Zbyszek
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Fedora 25-20161017.n.0 compose check report

2016-10-17 Thread Fedora compose checker
No missing expected images.

Failed openQA tests: 8/103 (x86_64), 1/17 (i386), 1/2 (arm)

New failures (same test did not fail in 25-20161016.n.0):

ID: 41940   Test: arm Minimal-raw_xz-raw.xz 
install_arm_image_deployment_upload
URL: https://openqa.fedoraproject.org/tests/41940
ID: 41956   Test: x86_64 Server-dvd-iso server_cockpit_basic
URL: https://openqa.fedoraproject.org/tests/41956
ID: 41957   Test: x86_64 Server-dvd-iso realmd_join_cockpit
URL: https://openqa.fedoraproject.org/tests/41957
ID: 41994   Test: x86_64 universal install_btrfs@uefi
URL: https://openqa.fedoraproject.org/tests/41994
ID: 42001   Test: x86_64 universal upgrade_desktop_64bit
URL: https://openqa.fedoraproject.org/tests/42001

Old failures (same test failed in 25-20161016.n.0):

ID: 41918   Test: x86_64 Workstation-live-iso desktop_update_graphical
URL: https://openqa.fedoraproject.org/tests/41918
ID: 41922   Test: x86_64 Workstation-live-iso 
desktop_notifications_postinstall
URL: https://openqa.fedoraproject.org/tests/41922
ID: 41987   Test: x86_64 universal install_iscsi
URL: https://openqa.fedoraproject.org/tests/41987
ID: 42019   Test: x86_64 universal install_rescue_encrypted@uefi
URL: https://openqa.fedoraproject.org/tests/42019
ID: 42029   Test: i386 universal upgrade_2_desktop_32bit
URL: https://openqa.fedoraproject.org/tests/42029

Soft failed openQA tests: 1/103 (x86_64)
(Tests completed, but using a workaround for a known bug)

New soft failures (same test did not softfail in 25-20161016.n.0):

ID: 41928   Test: x86_64 KDE-live-iso install_default_upload
URL: https://openqa.fedoraproject.org/tests/41928

Passed openQA tests: 94/103 (x86_64), 16/17 (i386)

New passes (same test did not pass in 25-20161016.n.0):

ID: 41995   Test: x86_64 universal install_ext3@uefi
URL: https://openqa.fedoraproject.org/tests/41995

Skipped openQA tests: 1 of 122
-- 
Mail generated by check-compose:
https://git.fedorahosted.org/cgit/fedora-qa.git/tree/check-compose
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: RFC: Storing Automated Tasks/Tests In Dist-Git

2016-10-17 Thread Matthew Miller
On Mon, Oct 17, 2016 at 09:42:51AM -0600, Tim Flink wrote:
> One of the differences in Fedora is that I expect most check/test
> contributions will come from package maintainers instead of dedicated
> QA folks. At this time, there just aren't enough available person hours
> among the Fedora QA folks to match the number of packages and
> components which are in Fedora.

I *would* love to build up a community of people interested in creating
these tests. It seems like a relatively easy way to get involved. This,
to me, argues for the separate repo with distinct (more relaxed)
permissions. We don't have that "army" (as you say) now, but maybe if
we had an easy way to funnel new contributors to it, we could.

-- 
Matthew Miller

Fedora Project Leader
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


jplesnik pushed to perl-App-Cme (f25). "1.015 bump"

2016-10-17 Thread notifications
From 1816abd678a4ab5402380c300e01db6de9912954 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Mon, 17 Oct 2016 17:39:23 +0200
Subject: 1.015 bump

---
 .gitignore| 1 +
 perl-App-Cme.spec | 9 -
 sources   | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 34d5738..9775102 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /App-Cme-1.012.tar.gz
 /App-Cme-1.013.tar.gz
 /App-Cme-1.014.tar.gz
+/App-Cme-1.015.tar.gz
diff --git a/perl-App-Cme.spec b/perl-App-Cme.spec
index 7678b40..1b85cad 100644
--- a/perl-App-Cme.spec
+++ b/perl-App-Cme.spec
@@ -1,5 +1,5 @@
 Name:   perl-App-Cme
-Version:1.014
+Version:1.015
 Release:1%{?dist}
 Summary:Check or edit configuration data with Config::Model
 License:LGPLv2+
@@ -16,6 +16,7 @@ BuildRequires:  sed
 # Run-time
 BuildRequires:  perl(App::Cmd::Setup)
 BuildRequires:  perl(base)
+BuildRequires:  perl(charnames)
 BuildRequires:  perl(Config::Model) >= 2.089
 # Config::Model::CursesUI - not used at test
 # Config::Model::FuseUI - Fuse is not packaged yet
@@ -26,13 +27,16 @@ BuildRequires:  perl(Config::Model::ObjTreeScanner)
 # Config::Model::TkUI - not used at test
 # Config::Model::Utils::GenClassPod - not used at test
 # Data::Dumper - not used at test
+BuildRequires:  perl(Encode)
 # JSON - not used at test
+BuildRequires:  perl(open)
 BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Pod::POM)
 BuildRequires:  perl(Pod::POM::View::Text)
 BuildRequires:  perl(Scalar::Util)
 # Tk - not used at test
 # Tk::ErrorDialog - not used at test
+BuildRequires:  perl(utf8)
 # YAML - not used at test
 # Tests
 BuildRequires:  perl(File::Path)
@@ -85,6 +89,9 @@ install -D -m 0644 contrib/bash_completion.cme 
%{buildroot}%{_sysconfdir}/bash_c
 %{_sysconfdir}/bash_completion.d
 
 %changelog
+* Mon Oct 17 2016 Jitka Plesnikova  - 1.015-1
+- 1.015 bump
+
 * Thu Sep 29 2016 Jitka Plesnikova  - 1.014-1
 - 1.014 bump
 
diff --git a/sources b/sources
index 7fdf60c..0716d16 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cc9f3bd99bffa35a0524b3b089659fdd  App-Cme-1.014.tar.gz
+a4b432c6113ad2de89c58f8aea5911bc  App-Cme-1.015.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-App-Cme.git/commit/?h=f25=1816abd678a4ab5402380c300e01db6de9912954
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1385624] perl-App-Cme-1.015 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1385624

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-App-Cme-1.015-1.fc26



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: RFC: Storing Automated Tasks/Tests In Dist-Git

2016-10-17 Thread Tim Flink
On Mon, 17 Oct 2016 11:16:22 +0200
Pavol Babincak  wrote:

> On 10/17/2016 06:46 AM, Tim Flink wrote:
> > On Mon, 3 Oct 2016 13:50:33 -0600
> > Tim Flink  wrote:
> >  
> >> One of the features for Taskotron that we've been planning since
> >> the beginning was a way for contributors to maintain their own
> >> automated tasks/tests which would be run during a package's
> >> lifecycle.
> >>
> >> I'm happy to say that we're almost to this milestone and wanted to
> >> get some feedback from devel@ on the specifics of what we're
> >> planning WRT where these automated tasks will be stored and the
> >> execution modes that we're planning to support. Our current plan
> >> is written up at:
> >>
> >> https://phab.qadevel.cloud.fedoraproject.org/w/taskotron/new_distgit_task_storage_proposal/
> >>
> >> The hope is that by making it easier for contributors to write
> >> automated tasks and making the model completely self-service and
> >> convention drive, there will be a lot more automated checks for
> >> packages than we currently have for Fedora.
> >>
> >> Please read through the wiki page I mentioned above and give us
> >> feedback on whether what we're planning to implement is going to be
> >> useful or if there are areas of the plan which could be improved.  
> >
> > Several folks have brought up concerns (off list) about our plan to
> > use sub-directories inside the rpms/ dist-git repos instead of
> > separate namespaces. The possibility of using namespaces (which are
> > effectively separate git repositories) did come up but I want to
> > make sure this discussion topic comes up in a more obvious fashion.
> >
> > As I understand it, the primary concern is around having non-rpm
> > stuff in the repo and the commit history. I'm aware of two reasons
> > for that concern:
> >
> >   - Red Hat uses separate repos internally to hold tests for RHEL
> > packages and putting checks/tests into the rpm repo will make it
> > more painful farther down the road for RHEL package
> > maintainers.  
> 
> I'd like to describe Red Hat's dist-git structure/design. There are
> two relevant namespaces:
> 
> - rpms/* for regular repositories used for building rpms
> - tests/* for storing tests
> 
> rpms repositories have product branches similarly to Fedora's
> dist-git.
> 
> Whereas tests repositories have only master branch. There is no
> global policy how tests repositories are structured and what goes in. 
> Everything is on QA group who manages set of repositories.

One of the differences in Fedora is that I expect most check/test
contributions will come from package maintainers instead of dedicated
QA folks. At this time, there just aren't enough available person hours
among the Fedora QA folks to match the number of packages and
components which are in Fedora.

>  From workflow point of view:
> - for every rpms/ repository there is tests/ repository created 
> automatically.
> - if there are any special operations done on rpms/ repository tests/ 
> repository is also considered here. E.g. removal, deprecation, etc.
> - rhpkg (preferred tool for working with dist-git repos - corresponds 
> with fedpkg) has separate command to checkout tests - "rhpkg tests". 
> This would roughly correspond to "fedpkg co tests/foo".
> 
> 
> Side note about the tooling:
> - dist-git repository management on server side started with the same 
> code base. So as long as Fedora doesn't diverge too much (e.g. pagure 
> isn't considered internally yet) porting these changes can be fairly 
> trivial.
> 
> - rhpkg, similarly to fedpkg gets majority of the code from pyrpkg 
> library. If it turns out tests/ support makes a sense in other client 
> tools pyrpkg may get this code thus get this feature easily. (I'm
> CCing cqi who is working on rhpkg/rpkg/fedpkg code and may provide
> more insight here).

Is that code in rhpkg or rpkg (the parent of both rhpkg and fedpkg,
assuming that I got the name right)?

> >   - Adding the checks/tests into the same repo increases the size of
> > the repo and could end up requiring more effort to search
> > through those commits for a specific change
> >
> >   - If there are other concerns, feel free to bring them up.
> >
> > We chose the directory-in-dist-git option because it seems like the
> > better, more simple option. It requires fewer steps to get
> > checks/tests pushed, no extra tooling modification, makes the
> > checks/tests easier to find and would make for a less complex
> > system overall.
> >
> > That being said, I don't maintain many packages and I'm not going to
> > pretend that I know what's best for maintainers. So long as the end
> > system is consistent, easy to use, makes sense and is feasible to
> > complete with resources we have, I don't have a strong opinion on
> > whether we use directories or namespaces to hold checks/tests.
> >
> > Which brings me to the question that I'd like to get some feedback
> > on: would it be preferable to store 

jplesnik pushed to perl-App-Cme (master). "1.015 bump"

2016-10-17 Thread notifications
From 1fc09e1c3e45d7a1d7f84e3db851ac678a4db417 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Mon, 17 Oct 2016 17:39:23 +0200
Subject: 1.015 bump

---
 .gitignore| 1 +
 perl-App-Cme.spec | 9 -
 sources   | 2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 34d5738..9775102 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /App-Cme-1.012.tar.gz
 /App-Cme-1.013.tar.gz
 /App-Cme-1.014.tar.gz
+/App-Cme-1.015.tar.gz
diff --git a/perl-App-Cme.spec b/perl-App-Cme.spec
index 7678b40..1b85cad 100644
--- a/perl-App-Cme.spec
+++ b/perl-App-Cme.spec
@@ -1,5 +1,5 @@
 Name:   perl-App-Cme
-Version:1.014
+Version:1.015
 Release:1%{?dist}
 Summary:Check or edit configuration data with Config::Model
 License:LGPLv2+
@@ -16,6 +16,7 @@ BuildRequires:  sed
 # Run-time
 BuildRequires:  perl(App::Cmd::Setup)
 BuildRequires:  perl(base)
+BuildRequires:  perl(charnames)
 BuildRequires:  perl(Config::Model) >= 2.089
 # Config::Model::CursesUI - not used at test
 # Config::Model::FuseUI - Fuse is not packaged yet
@@ -26,13 +27,16 @@ BuildRequires:  perl(Config::Model::ObjTreeScanner)
 # Config::Model::TkUI - not used at test
 # Config::Model::Utils::GenClassPod - not used at test
 # Data::Dumper - not used at test
+BuildRequires:  perl(Encode)
 # JSON - not used at test
+BuildRequires:  perl(open)
 BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Pod::POM)
 BuildRequires:  perl(Pod::POM::View::Text)
 BuildRequires:  perl(Scalar::Util)
 # Tk - not used at test
 # Tk::ErrorDialog - not used at test
+BuildRequires:  perl(utf8)
 # YAML - not used at test
 # Tests
 BuildRequires:  perl(File::Path)
@@ -85,6 +89,9 @@ install -D -m 0644 contrib/bash_completion.cme 
%{buildroot}%{_sysconfdir}/bash_c
 %{_sysconfdir}/bash_completion.d
 
 %changelog
+* Mon Oct 17 2016 Jitka Plesnikova  - 1.015-1
+- 1.015 bump
+
 * Thu Sep 29 2016 Jitka Plesnikova  - 1.014-1
 - 1.014 bump
 
diff --git a/sources b/sources
index 7fdf60c..0716d16 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cc9f3bd99bffa35a0524b3b089659fdd  App-Cme-1.014.tar.gz
+a4b432c6113ad2de89c58f8aea5911bc  App-Cme-1.015.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-App-Cme.git/commit/?h=master=1fc09e1c3e45d7a1d7f84e3db851ac678a4db417
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik uploaded App-Cme-1.015.tar.gz for perl-App-Cme

2016-10-17 Thread notifications
a4b432c6113ad2de89c58f8aea5911bc  App-Cme-1.015.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-App-Cme/App-Cme-1.015.tar.gz/md5/a4b432c6113ad2de89c58f8aea5911bc/App-Cme-1.015.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1385616] perl-Code-TidyAll-0.54 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1385616

Jitka Plesnikova  changed:

   What|Removed |Added

 Depends On||1385728




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1385728
[Bug 1385728] Review Request: perl-Specio-Library-Path-Tiny - Path::Tiny
types and coercions for Specio
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Fedora 25 compose report: 20161017.n.0 changes

2016-10-17 Thread Fedora Branched Report
OLD: Fedora-25-20161016.n.0
NEW: Fedora-25-20161017.n.0

= SUMMARY =
Added images:2
Dropped images:  0
Added packages:  4
Dropped packages:0
Upgraded packages:   36
Downgraded packages: 0

Size of added packages:  1.26 MiB
Size of dropped packages:0.00 B
Size of upgraded packages:   981.21 MiB
Size of downgraded packages: 0.00 B

Size change of upgraded packages:   86.79 MiB
Size change of downgraded packages: 0.00 B

= ADDED IMAGES =
Image: Scientific_KDE live x86_64
Path: Labs/x86_64/iso/Fedora-Scientific_KDE-Live-x86_64-25-20161017.n.0.iso
Image: Scientific_KDE live i386
Path: Labs/i386/iso/Fedora-Scientific_KDE-Live-i386-25-20161017.n.0.iso

= DROPPED IMAGES =

= ADDED PACKAGES =
Package: acme-tiny-0.1-10.20160810git5a7b4e7.fc25
Summary: Tiny auditable script to issue, renew Let's Encrypt certificates
RPMs:acme-tiny
Size:24538 bytes

Package: appmenu-qt5-0.3.0+16.10.20160628.1-1.fc25
Summary: Support for global DBus-exported application menu in Qt5
RPMs:appmenu-qt5 appmenu-qt5-profile.d
Size:416960 bytes

Package: cinnamon-applet-globalappmenu-0.6-1.git20160913.5b55d2d.fc25
Summary: Ubuntu AppMenu support for Cinnamon Desktop
RPMs:cinnamon-applet-globalappmenu
Size:401282 bytes

Package: unity-gtk-module-0.0.0+16.10.20160913-1.fc25
Summary: GTK+ module for exporting old-style menus as GMenuModels
RPMs:libunity-gtk-parser-devel libunity-gtk2-parser 
libunity-gtk2-parser-devel libunity-gtk3-parser libunity-gtk3-parser-devel 
unity-gtk-module-common unity-gtk2-module unity-gtk3-module
Size:475700 bytes


= DROPPED PACKAGES =

= UPGRADED PACKAGES =
Package:  adonthell-0.3.6-1.fc25
Old package:  adonthell-0.3.5-7.fc24
Summary:  A 2D graphical RPG game
RPMs: adonthell adonthell-doc
Size: 35129732 bytes
Size change:  2484632 bytes
Changelog:
  * Wed Sep 28 2016 Alexandre Moine <nobra...@gmail.com> - 0.3.6-1
  - New, sadly, final, release


Package:  anaconda-25.20.5-1.fc25
Old package:  anaconda-25.20.4-1.fc25
Summary:  Graphical system installer
RPMs: anaconda anaconda-core anaconda-dracut anaconda-gui anaconda-tui 
anaconda-widgets anaconda-widgets-devel
Size: 7992794 bytes
Size change:  -14300 bytes
Changelog:
  * Thu Oct 13 2016 Samantha N. Bueno <sbueno+anaco...@redhat.com> - 25.20.5-1
  - Merge pull request #824 from snbueno/1378338 (snbueno)
  - Generate a list of DASDs in GUI storage spoke. (#1378338) (sbueno+anaconda)


Package:  appstream-data-25-7.fc25
Old package:  appstream-data-25-6.fc25
Summary:  Fedora AppStream metadata
RPMs: appstream-data
Size: 13063986 bytes
Size change:  -368 bytes
Changelog:
  * Fri Oct 14 2016 Richard Hughes <rich...@hughsie.com> 25-7
  - New metadata version
  - Add Steam OARS overrides


Package:  bubblewrap-0.1.3-2.fc25
Old package:  bubblewrap-0.1.2-1.fc25
Summary:  Core execution tool for unprivileged containers
RPMs: bubblewrap
Size: 126570 bytes
Size change:  -2336 bytes
Changelog:
  * Fri Oct 14 2016 Colin Walters <walt...@verbum.org> - 0.1.3-2
  - New upstream version


Package:  cockpit-119-1.fc25
Old package:  cockpit-118-1.fc25
Summary:  A user interface for Linux servers
RPMs: cockpit cockpit-bridge cockpit-doc cockpit-docker 
cockpit-kubernetes cockpit-machines cockpit-networkmanager cockpit-ostree 
cockpit-pcp cockpit-selinux cockpit-shell cockpit-sosreport cockpit-storaged 
cockpit-subscriptions cockpit-ws
Added RPMs:   cockpit-machines
Size: 9549020 bytes
Size change:  415462 bytes
Changelog:
  * Thu Sep 29 2016 petervo <pete...@redhat.com> - 119-1
  - Adds basic VM Management and Monitoring
  - MDRaid job improvements
  - Show unmanaged network devices
  - Better errors when formating storage devices
  - Updated VNC example
  - Port subscriptions package to react
  - Allow branding.css to overide shell css


Package:  eclipse-1:4.6.1-5.fc25
Old package:  eclipse-1:4.6.1-2.fc25
Summary:  An open, extensible IDE
RPMs: eclipse-contributor-tools eclipse-equinox-osgi eclipse-jdt 
eclipse-p2-discovery eclipse-pde eclipse-platform eclipse-swt eclipse-tests
Size: 838687024 bytes
Size change:  90426912 bytes
Changelog:
  * Thu Sep 29 2016 Alexander Kurtakov <akurt...@redhat.com> 1:4.6.1-4
  - Bump for rebuild.

  * Thu Oct 13 2016 Mat Booth <mat.bo...@redhat.com> - 1:4.6.1-5
  - Fix build with new Glassfish EL packages
  - Patch to prefer x11 until wayland support improves


Package:  eclipse-mpc-1.5.2-1.fc25
Old package:  eclipse-mpc-1.5.1-1.fc25
Summary:  Eclipse Marketplace Client
RPMs: eclipse-mpc
Size: 1899590 bytes
Size change:  176 bytes
Changelog:
  * Thu Oct 13 2016 Mat Booth <mat.bo...@redhat.com> - 1.5.2-1
  - Update to 1.5.2 for Neon.1a


Package:  git-extras-4.2.0-1.fc25
Old package:  git-extras-4.1.0-2.fc24
Summary: 

[Test-Announce] Fedora 25 Branched 20161017.n.0 nightly compose nominated for testing

2016-10-17 Thread rawhide
Announcing the creation of a new nightly release validation test event
for Fedora 25 Branched 20161017.n.0. Please help run some tests for this
nightly compose if you have time. For more information on nightly
release validation testing, see:
https://fedoraproject.org/wiki/QA:Release_validation_test_plan

Notable package version changes:
anaconda - 20161013.n.0: anaconda-25.20.4-1.fc25.src, 20161017.n.0: 
anaconda-25.20.5-1.fc25.src

Test coverage information for the current release can be seen at:
https://www.happyassassin.net/testcase_stats/25

You can see all results, find testing instructions and image download
locations, and enter results on the Summary page:

https://fedoraproject.org/wiki/Test_Results:Fedora_25_Branched_20161017.n.0_Summary

The individual test result pages are:

https://fedoraproject.org/wiki/Test_Results:Fedora_25_Branched_20161017.n.0_Installation
https://fedoraproject.org/wiki/Test_Results:Fedora_25_Branched_20161017.n.0_Base
https://fedoraproject.org/wiki/Test_Results:Fedora_25_Branched_20161017.n.0_Server
https://fedoraproject.org/wiki/Test_Results:Fedora_25_Branched_20161017.n.0_Cloud
https://fedoraproject.org/wiki/Test_Results:Fedora_25_Branched_20161017.n.0_Desktop
https://fedoraproject.org/wiki/Test_Results:Fedora_25_Branched_20161017.n.0_Security_Lab

Thank you for testing!
-- 
Mail generated by relval: https://www.happyassassin.net/relval/
___
test-announce mailing list -- test-annou...@lists.fedoraproject.org
To unsubscribe send an email to test-announce-le...@lists.fedoraproject.org
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: [SO-NAME BUMP] jsoncpp 1.7.7 comes to rawhide (and maybe to fc25)

2016-10-17 Thread "besser82" Esser
Update for engrid and passenger:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-a7aec14960

Test, if rebuild was successful and give karma, please.  =)

Cheers,
  Björn


Am Montag, den 17.10.2016, 12:50 +0200 schrieb Björn 
> Am Sonntag, den 16.10.2016, 20:00 +0200 schrieb Kalev Lember:
> > On 10/04/2016 10:18 AM, Björn Esser wrote:
> > > All packages have been rebuilt, except for 'paraview', which
> > > FTBFS
> > > [1]
> > > [2].  It seems it needs a little patching for some small change
> > > in
> > > jsoncpp.  I will do that during the next few days.
> > 
> > Have you had a chance to look at this? In addition to paraview,
> > there's
> > a few other packages that still have broken jsoncpp dependencies in
> > the
> > F25 tree:
> > 
> > [engrid]
> > engrid-2.0.0-0.15.gitbaef0ce.fc25.i686 requires libjsoncpp.so.1
> > engrid-2.0.0-0.15.gitbaef0ce.fc25.x86_64 requires
> > libjsoncpp.so.1()(64bit)
> 
> Re-rebuild is running.  Something went wrong with the buildroot-
> override, I think…  :S
> 
> 
> > [kopete]
> > kopete-16.08.1-1.fc25.x86_64 requires libjsoncpp.so.1()(64bit)
> 
> There's already an update for a new version built against
> libjsoncpp.so.11, see:
> https://bodhi.fedoraproject.org/updates/FEDORA-2016-8b494f4606
> 
> 
> > [paraview]
> > paraview-5.1.2-1.fc25.i686 requires libjsoncpp.so.1
> > paraview-5.1.2-1.fc25.x86_64 requires libjsoncpp.so.1()(64bit)
> > paraview-mpich-5.1.2-1.fc25.i686 requires libjsoncpp.so.1
> > paraview-mpich-5.1.2-1.fc25.x86_64 requires
> > libjsoncpp.so.1()(64bit)
> > paraview-openmpi-5.1.2-1.fc25.i686 requires libjsoncpp.so.1
> > paraview-openmpi-5.1.2-1.fc25.x86_64 requires
> > libjsoncpp.so.1()(64bit)
> 
> Needs a patch, working on that.
> 
> 
> > [passenger]
> > passenger-5.0.26-2.fc25.x86_64 requires
> > libjsoncpp.so.1()(64bit)
> 
> Rebuild is running.
> 
> 
> Cheers,
>   Björn
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: [RFC] Standardizing RPM macro for out-of-tree builds

2016-10-17 Thread Tomasz Kłoczko
On 17 October 2016 at 15:37, Igor Gnatenko  wrote:

> during last FPC meeting we agreed[0] that we need some standardization
> of macro related to builds where builddir != srcdir (and with
> possibility to make it builddir = srcdir).
>

May I ask why? Is it any particular reason investing time on this area?
All projects are ready to have srcdir == builddir and many are not. Many
are not.

IMO there is no significant cons to switch to builddir != srcdir and there
are much more interesting things to do from point of view standardization like
even apply some common way of formatting spec files (human brain is well
adapted to find patterns or is able to easy catch breaking those patterns
.. so common formatting wouch be helpful on find issues with some spec
files).

kloczek
-- 
Tomasz Kłoczko | LinkedIn: *http://lnkd.in/FXPWxH *
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Python 3.6 beta release in F26 Rawhide?

2016-10-17 Thread Nick Coghlan
On 18 October 2016 at 00:49, Charalampos Stratakis  wrote:
> The current URL should be https://beaker.qa.fedoraproject.org/ if that is the 
> one you have in mind.

Indeed it is, thank you!

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
___
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org


Re: [RFC] Standardizing RPM macro for out-of-tree builds

2016-10-17 Thread Florian Weimer

On 10/17/2016 04:37 PM, Igor Gnatenko wrote:

Hi,

during last FPC meeting we agreed[0] that we need some standardization
of macro related to builds where builddir != srcdir (and with
possibility to make it builddir = srcdir).

I was working to make guidelines for ninja and meson. For ninja it
doesn't matter from where you build (it's like make),


For make and ninja-build, what works depends on the recipes.  I don't 
think there are ways to tell in an automated way if out-of-tree builds 
are supported or not.


(There are also out-of-tree builds which still write to the source tree.)

Florian
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Python 3.6 beta release in F26 Rawhide?

2016-10-17 Thread Charalampos Stratakis
The current URL should be https://beaker.qa.fedoraproject.org/ if that is the 
one you have in mind.

Regards,

Charalampos Stratakis
Associate Software Engineer
Python Maintenance Team, Red Hat


- Original Message -
From: "Nick Coghlan" 
To: "Fedora Python SIG" 
Sent: Monday, October 17, 2016 4:22:20 PM
Subject: Re: Python 3.6 beta release in F26 Rawhide?

On 17 October 2016 at 19:26, Charalampos Stratakis  wrote:
> Hi,
>
> The change is already approved by FESCo [0] although as mentioned at the 
> change page,

Aye, I'd missed that initially, and then saw the ChangeAccepted note on the BZ.

> it is accepted for release candidate, so I guess I should open another ticket 
> for FESCo if they agree for a beta version to be built in rawhide.

Let's see how far we can get with COPR builds before going back to
FESCo - we should at least run
https://beaker-project.org/docs/user-guide/beaker-provided-tasks.html#distribution-rebuild
against the COPR Python and the Fedora packages that depend on Python
before proposing early adoption of the betas.

(Although I'll have to ask what's become of beaker.fedoraproject.org
before doing that - if it's not going to be back any time soon, then I
may need to run that on the Red Hat internal instance instead)

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
___
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org
___
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org


[RFC] Standardizing RPM macro for out-of-tree builds

2016-10-17 Thread Igor Gnatenko
Hi,

during last FPC meeting we agreed[0] that we need some standardization
of macro related to builds where builddir != srcdir (and with
possibility to make it builddir = srcdir).

I was working to make guidelines for ninja and meson. For ninja it
doesn't matter from where you build (it's like make), but meson itself
accepts ONLY out-of-tree builds. Would be nice to get system-wide
(rpm-wide?) macro which stands for:
1) source directory where CMakeLists.txt/meson.build/configure are
2) build directory (I think _target_platform is a good candidate)

to make out-of-tree conversion to in-tree, you do the RPM variable override.

For example, in openSUSE it's defined in cmake[1] as __builddir and __srcdir.

Ideas, suggestions are appreciated!


[0] 
https://meetbot.fedoraproject.org/fedora-meeting-1/2016-10-13/fpc.2016-10-13-16.00.log.html
[1] https://build.opensuse.org/package/view_file/openSUSE:Factory/cmake
/cmake.macros?expand=1
-- 
-Igor Gnatenko
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Fedora Rawhide-20161017.n.0 compose check report

2016-10-17 Thread Fedora compose checker
Missing expected images:

Workstation live i386
Workstation live x86_64

Failed openQA tests: 9/92 (x86_64), 3/16 (i386), 1/2 (arm)

New failures (same test did not fail in Rawhide-20161016.n.0):

ID: 41806   Test: x86_64 KDE-live-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/41806

Old failures (same test failed in Rawhide-20161016.n.0):

ID: 41801   Test: x86_64 Workstation-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/41801
ID: 41802   Test: x86_64 Workstation-boot-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/41802
ID: 41803   Test: i386 Workstation-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/41803
ID: 41817   Test: arm Minimal-raw_xz-raw.xz 
install_arm_image_deployment_upload
URL: https://openqa.fedoraproject.org/tests/41817
ID: 41864   Test: x86_64 universal install_iscsi
URL: https://openqa.fedoraproject.org/tests/41864
ID: 41878   Test: x86_64 universal upgrade_desktop_64bit
URL: https://openqa.fedoraproject.org/tests/41878
ID: 41881   Test: x86_64 universal upgrade_desktop_encrypted_64bit
URL: https://openqa.fedoraproject.org/tests/41881
ID: 41883   Test: x86_64 universal upgrade_2_desktop_64bit
URL: https://openqa.fedoraproject.org/tests/41883
ID: 41886   Test: x86_64 universal upgrade_2_desktop_encrypted_64bit
URL: https://openqa.fedoraproject.org/tests/41886
ID: 41896   Test: x86_64 universal install_rescue_encrypted@uefi
URL: https://openqa.fedoraproject.org/tests/41896
ID: 41905   Test: i386 universal upgrade_desktop_32bit
URL: https://openqa.fedoraproject.org/tests/41905
ID: 41906   Test: i386 universal upgrade_2_desktop_32bit
URL: https://openqa.fedoraproject.org/tests/41906

Passed openQA tests: 83/92 (x86_64), 13/16 (i386)

Skipped openQA tests: 1 of 110
-- 
Mail generated by check-compose:
https://git.fedorahosted.org/cgit/fedora-qa.git/tree/check-compose
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Python 3.6 beta release in F26 Rawhide?

2016-10-17 Thread Nick Coghlan
On 17 October 2016 at 19:26, Charalampos Stratakis  wrote:
> Hi,
>
> The change is already approved by FESCo [0] although as mentioned at the 
> change page,

Aye, I'd missed that initially, and then saw the ChangeAccepted note on the BZ.

> it is accepted for release candidate, so I guess I should open another ticket 
> for FESCo if they agree for a beta version to be built in rawhide.

Let's see how far we can get with COPR builds before going back to
FESCo - we should at least run
https://beaker-project.org/docs/user-guide/beaker-provided-tasks.html#distribution-rebuild
against the COPR Python and the Fedora packages that depend on Python
before proposing early adoption of the betas.

(Although I'll have to ask what's become of beaker.fedoraproject.org
before doing that - if it's not going to be back any time soon, then I
may need to run that on the Red Hat internal instance instead)

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
___
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org


Reviews Weekly

2016-10-17 Thread nobody
Start Date: 2016-10-10 10:08:01.749633
End Date: 2016-10-17 10:08:01.749633

Kevin Fenzi : 3

https://bugzilla.redhat.com/show_bug.cgi?id=1383445 
python-requests_ntlm
https://bugzilla.redhat.com/show_bug.cgi?id=1382989 mirrormanager2
https://bugzilla.redhat.com/show_bug.cgi?id=1383434 python-ntlm3


Igor Gnatenko : 2

https://bugzilla.redhat.com/show_bug.cgi?id=1370239 
python-ansible-tower-cli
https://bugzilla.redhat.com/show_bug.cgi?id=1324784 pseudo


Julien Enselme : 2

https://bugzilla.redhat.com/show_bug.cgi?id=1379778 
python-diff-match-patch
https://bugzilla.redhat.com/show_bug.cgi?id=1382935 python-visitor


Remi Collet : 2

https://bugzilla.redhat.com/show_bug.cgi?id=1383487 
php-akamai-open-edgegrid-auth
https://bugzilla.redhat.com/show_bug.cgi?id=1383488 
php-asm89-stack-cors


William Moreno : 2

https://bugzilla.redhat.com/show_bug.cgi?id=1372889 python-thriftpy
https://bugzilla.redhat.com/show_bug.cgi?id=1372888 python-toro


Germano Massullo : 1

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


Haïkel Guémar : 1

https://bugzilla.redhat.com/show_bug.cgi?id=1385223 
python-rangehttpserver


Josef Ridky : 1

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


Neal Gompa : 1

https://bugzilla.redhat.com/show_bug.cgi?id=1383474 
perl-DateTime-Calendar-Julian


Parag AN(पराग) : 1

https://bugzilla.redhat.com/show_bug.cgi?id=1384917 python-pykwalify


Raphael Groner : 1

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


Shawn Iwinski : 1

https://bugzilla.redhat.com/show_bug.cgi?id=1384317 php-pecl-uopz


Wolfgang Ulbrich : 1

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


Zbigniew Jędrzejewski-Szmek : 1

https://bugzilla.redhat.com/show_bug.cgi?id=1385180 purple-facebook


leigh scott : 1

https://bugzilla.redhat.com/show_bug.cgi?id=1383680 mate-menu



Completed Review Requests: 21
This report was generated by bz-review-report.py.
The original source is available at: 
https://git.fedorahosted.org/cgit/triage.git/tree/scripts/bzReviewReport.py
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[POC-change] Fedora packages point of contact updates

2016-10-17 Thread nobody
Change in package status over the last 168 hours


26 packages were orphaned
-
ascend [master] was orphaned by sagitter
 ASCEND modelling environment
 https://admin.fedoraproject.org/pkgdb/package/ascend
eclipse-webtools [master] was orphaned by galileo
 Eclipse Webtools Projects
 https://admin.fedoraproject.org/pkgdb/package/eclipse-webtools
exonerate [master] was orphaned by sagitter
 A generic tool for sequence alignment
 https://admin.fedoraproject.org/pkgdb/package/exonerate
jboss-classpool-scoped [master] was orphaned by galileo
 A custom class pool for several JBoss products
 https://admin.fedoraproject.org/pkgdb/package/jboss-classpool-scoped
jboss-reflect [master] was orphaned by galileo
 JBoss Reflection
 https://admin.fedoraproject.org/pkgdb/package/jboss-reflect
jbossxb [master] was orphaned by galileo
 JBoss XML Binding
 https://admin.fedoraproject.org/pkgdb/package/jbossxb
jdf-stacks-client [master] was orphaned by galileo
 JBoss Stacks Parser
 https://admin.fedoraproject.org/pkgdb/package/jdf-stacks-client
librfm [master] was orphaned by sagitter
 Rodent file manager basic library functionality
 https://admin.fedoraproject.org/pkgdb/package/librfm
nodejs-acorn [master] was orphaned by galileo
 ECMAScript parser
 https://admin.fedoraproject.org/pkgdb/package/nodejs-acorn
nodejs-carrier [master] was orphaned by galileo
 Evented stream line reader for node.js
 https://admin.fedoraproject.org/pkgdb/package/nodejs-carrier
nodejs-doctrine [master] was orphaned by galileo
 A JSDoc parser
 https://admin.fedoraproject.org/pkgdb/package/nodejs-doctrine
nodejs-isarray [master] was orphaned by galileo
 Array#isArray for older browsers
 https://admin.fedoraproject.org/pkgdb/package/nodejs-isarray
nodejs-tern [master] was orphaned by galileo
 JavaScript code analyzer for deep, cross-editor language support
 https://admin.fedoraproject.org/pkgdb/package/nodejs-tern
nodejs-tern-cordovajs [master] was orphaned by galileo
 A Tern plugin adding support for CordovaJS
 https://admin.fedoraproject.org/pkgdb/package/nodejs-tern-cordovajs
nodejs-tern-liferay [master] was orphaned by galileo
 Tern plugin for Liferay JavaScript API
 https://admin.fedoraproject.org/pkgdb/package/nodejs-tern-liferay
nodejs-typescript [master] was orphaned by galileo
 A language for application scale JavaScript development
 https://admin.fedoraproject.org/pkgdb/package/nodejs-typescript
rodent-icon-theme [master] was orphaned by sagitter
 SVG scalable icon theme by Rodent
 https://admin.fedoraproject.org/pkgdb/package/rodent-icon-theme
smooks [master] was orphaned by galileo
 Smooks Framework
 https://admin.fedoraproject.org/pkgdb/package/smooks
snappy-player [master] was orphaned by sagitter
 A Gnome media player
 https://admin.fedoraproject.org/pkgdb/package/snappy-player
truecommons [master] was orphaned by galileo
 TrueCommons
 https://admin.fedoraproject.org/pkgdb/package/truecommons
truecommons-parent [master] was orphaned by galileo
 Parent Pom for OSS Projects
 https://admin.fedoraproject.org/pkgdb/package/truecommons-parent
truezip [master] was orphaned by galileo
 Java based VFS for treating archive files as virtual directories
 https://admin.fedoraproject.org/pkgdb/package/truezip
tubo [master] was orphaned by sagitter
 Library to thread process std-in/std-err/std-out from fork() child
 https://admin.fedoraproject.org/pkgdb/package/tubo
uddi4j [master] was orphaned by galileo
 Universal Description, Discovery and Integration registry API for Java
 https://admin.fedoraproject.org/pkgdb/package/uddi4j
wise [master] was orphaned by galileo
 JBoss Wise: 'Wise invokes services easily'
 https://admin.fedoraproject.org/pkgdb/package/wise
wsil4j [master] was orphaned by galileo
 Web Services Inspection Language for Java API
 https://admin.fedoraproject.org/pkgdb/package/wsil4j

4 packages were retired

nf3d [master] was retired by fale
 3D Netfilter visualization utility
 https://admin.fedoraproject.org/pkgdb/package/nf3d
python-XStatic-Angular-Cookies [master] was retired by mrunge
 Angular-Cookies (XStatic packaging standard)
 
https://admin.fedoraproject.org/pkgdb/package/python-XStatic-Angular-Cookies
rear [el6] was retired by gdha
 Relax-and-Recover is a Linux disaster recovery and system migration tool
 https://admin.fedoraproject.org/pkgdb/package/rear
winetricks [epel7] was retired by raphgro
 Work around common problems in Wine
 https://admin.fedoraproject.org/pkgdb/package/winetricks

12 packages unorphaned
--
aether-connector-okhttp [master] was unorphaned by mizdebsk
 OkHttp Aether Connector
 https://admin.fedoraproject.org/pkgdb/package/aether-connector-okhttp

Re: Someone needs to stop texlive madness!!!

2016-10-17 Thread Ian Malone
On 15 October 2016 at 23:38, Matěj Cepl  wrote:
> On 2016-10-15, 21:55 GMT, Ian Malone wrote:

> to be one Red Hat employee who did a lot of TeXLive maintenance
> (not much how much in his free time), but he is gone from Red
> Hat and now the main maintainer is spot. He is my hero, but take
> a look at the number of packages he maintains (including tiny
> ones like Chromium).
>

It's much appreciated!

-- 
imalone
http://ibmalone.blogspot.co.uk
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


python-sep-1.0.0 license change

2016-10-17 Thread Sergio Pascual
python-sep-1.0.0-1 has changed its license from "MIT and LGPLv3+" to
"MIT and BSD and LGPLv3+"

Regards
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


ppisar pushed to perl-List-AllUtils (f25). "0.12 bump"

2016-10-17 Thread notifications
From 85d5fcea66408f18a78a1e856f99d7fea3edecc4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Mon, 17 Oct 2016 15:34:39 +0200
Subject: 0.12 bump

---
 .gitignore  | 1 +
 perl-List-AllUtils.spec | 6 +-
 sources | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 21c77ff..753d4e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /List-AllUtils-0.09.tar.gz
 /List-AllUtils-0.10.tar.gz
 /List-AllUtils-0.11.tar.gz
+/List-AllUtils-0.12.tar.gz
diff --git a/perl-List-AllUtils.spec b/perl-List-AllUtils.spec
index 018fc28..c4ffe5d 100644
--- a/perl-List-AllUtils.spec
+++ b/perl-List-AllUtils.spec
@@ -1,5 +1,5 @@
 Name:   perl-List-AllUtils
-Version:0.11
+Version:0.12
 Release:1%{?dist}
 Summary:Combines List::Util and List::SomeUtils
 License:Artistic 2.0
@@ -24,6 +24,7 @@ BuildRequires:  perl(List::UtilsBy) >= 0.10
 # CPAN::Meta not useful
 # CPAN::Meta::Prereqs not usedful
 BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Sub::Util)
 BuildRequires:  perl(Test::More) >= 0.96
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -55,6 +56,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 17 2016 Petr Pisar  - 0.12-1
+- 0.12 bump
+
 * Tue Jun 28 2016 Petr Pisar  - 0.11-1
 - 0.11 bump
 
diff --git a/sources b/sources
index 6b82e79..d0a850d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-86b6383af301c6c32d98f3e736055ef9  List-AllUtils-0.11.tar.gz
+8803c2beaccaf5b042efd4399ed107e5  List-AllUtils-0.12.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-List-AllUtils.git/commit/?h=f25=85d5fcea66408f18a78a1e856f99d7fea3edecc4
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: Docker/Libvirt networking issue / bug?

2016-10-17 Thread Neil Horman
On Fri, Oct 14, 2016 at 03:00:58PM -0600, Nathanael D. Noblet wrote:
> On Thu, 2016-10-06 at 14:02 -0500, Dan Williams wrote:
> > 
> > Try running 'iptables-save' before you start docker, and then running
> > 'iptables-save' after.  Diff the results.  Did docker remove
> > anything?
> 
> Hello,
> 
>   So this seems to be the source of the problem but I'm a little out of
> my depth to all its doing.
> 
> So I've attached three files
> 
> [1] iptables.onBoot (which is iptables after a clean boot)
> [2] iptables.afterDockerService (which is iptables after systemctl
> start docker)
> [3] iptables.diff ( the difference between the two files where I've
> removed differences that don't matter like packet counts etc).
> 
> So this seems like docker doesn't play well with libvirtd? Should I be
> filing a bug on docker? Or is this just a mis-configuration on my part?
> I don't think I've changed either libvirtd/qemu or docker's default
> configuration. Other than my VMs all attach to bridge0 instead of using
> NAT.
> 
> I'll start looking up what the -m addrtype --dst-type LOCAL does and
> all the docker related rules that are added but I'm really not sure
> what's going on. Particularly since VMs that are running and network
> connected when before I run a docker container continue to be. Only VMs
> brought up after that aren't. Also at a minimum if I stop the docker
> service I would expect these rules to go away which they don't. For
> example after systemctl stop docker I still have docker0 bridge
> interface up and 
> 

Thats alot to look at, but I would wager you're correct, this rule:
-A PREROUTING -m addrtype --dst-type LOCAL -j DOCKER

Probably mucks up a good deal of other services.  This basically says that
regardless of egress interface, or source interface, if a packet is destined for
an ip address that is local to the system (e.g. a local bridge interface to
either a docker container of a libvirt guest), it should traverse the docker
rule chain.  Likely that rule chain is built with docker interfaces specified
and all others ignored, and the default rule is drop or some such there.  The
rule above should almost certainly be further constrained to only apply to
interfaces used by docker.

Neil

> [gnat@iridium ~]$ sudo iptables -L -n | grep DOCKER
> DOCKER-ISOLATION  all  --  0.0.0.0/00.0.0.0/0   
> DOCKER all  --  0.0.0.0/00.0.0.0/0   
> Chain DOCKER (1 references)
> Chain DOCKER-ISOLATION (1 references)
> 
> still shows the chains are in place...

> # Generated by iptables-save v1.6.0 on Fri Oct 14 14:49:48 2016
> *nat
> :PREROUTING ACCEPT [25:1604]
> :INPUT ACCEPT [0:0]
> :OUTPUT ACCEPT [126:9336]
> :POSTROUTING ACCEPT [126:9336]
> :DOCKER - [0:0]
> :OUTPUT_direct - [0:0]
> :POSTROUTING_ZONES - [0:0]
> :POSTROUTING_ZONES_SOURCE - [0:0]
> :POSTROUTING_direct - [0:0]
> :POST_FedoraWorkstation - [0:0]
> :POST_FedoraWorkstation_allow - [0:0]
> :POST_FedoraWorkstation_deny - [0:0]
> :POST_FedoraWorkstation_log - [0:0]
> :POST_dmz - [0:0]
> :POST_dmz_allow - [0:0]
> :POST_dmz_deny - [0:0]
> :POST_dmz_log - [0:0]
> :POST_trusted - [0:0]
> :POST_trusted_allow - [0:0]
> :POST_trusted_deny - [0:0]
> :POST_trusted_log - [0:0]
> :PREROUTING_ZONES - [0:0]
> :PREROUTING_ZONES_SOURCE - [0:0]
> :PREROUTING_direct - [0:0]
> :PRE_FedoraWorkstation - [0:0]
> :PRE_FedoraWorkstation_allow - [0:0]
> :PRE_FedoraWorkstation_deny - [0:0]
> :PRE_FedoraWorkstation_log - [0:0]
> :PRE_dmz - [0:0]
> :PRE_dmz_allow - [0:0]
> :PRE_dmz_deny - [0:0]
> :PRE_dmz_log - [0:0]
> :PRE_trusted - [0:0]
> :PRE_trusted_allow - [0:0]
> :PRE_trusted_deny - [0:0]
> :PRE_trusted_log - [0:0]
> -A PREROUTING -j PREROUTING_direct
> -A PREROUTING -j PREROUTING_ZONES_SOURCE
> -A PREROUTING -j PREROUTING_ZONES
> -A PREROUTING -m addrtype --dst-type LOCAL -j DOCKER
> -A OUTPUT -j OUTPUT_direct
> -A OUTPUT ! -d 127.0.0.0/8 -m addrtype --dst-type LOCAL -j DOCKER
> -A POSTROUTING -s 172.17.0.0/16 ! -o docker0 -j MASQUERADE
> -A POSTROUTING -s 192.168.121.0/24 -d 224.0.0.0/24 -j RETURN
> -A POSTROUTING -s 192.168.121.0/24 -d 255.255.255.255/32 -j RETURN
> -A POSTROUTING -s 192.168.121.0/24 ! -d 192.168.121.0/24 -p tcp -j MASQUERADE 
> --to-ports 1024-65535
> -A POSTROUTING -s 192.168.121.0/24 ! -d 192.168.121.0/24 -p udp -j MASQUERADE 
> --to-ports 1024-65535
> -A POSTROUTING -s 192.168.121.0/24 ! -d 192.168.121.0/24 -j MASQUERADE
> -A POSTROUTING -j POSTROUTING_direct
> -A POSTROUTING -j POSTROUTING_ZONES_SOURCE
> -A POSTROUTING -j POSTROUTING_ZONES
> -A DOCKER -i docker0 -j RETURN
> -A POSTROUTING_ZONES -o em1 -g POST_dmz
> -A POSTROUTING_ZONES -o bridge0 -g POST_dmz
> -A POSTROUTING_ZONES -o virbr0 -j POST_trusted
> -A POSTROUTING_ZONES -o virbr0-nic -j POST_trusted
> -A POSTROUTING_ZONES -g POST_FedoraWorkstation
> -A POSTROUTING_ZONES_SOURCE -d 192.168.121.0/24 -g POST_dmz
> -A POSTROUTING_ZONES_SOURCE -d 192.168.4.0/24 -g POST_dmz
> -A POST_FedoraWorkstation -j POST_FedoraWorkstation_log
> -A 

[Bug 1385645] perl-List-AllUtils-0.12 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1385645

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-List-AllUtils-0.12-1.f
   ||c26



--- Comment #1 from Petr Pisar  ---
A bug fix release suitable for F ≥ 25.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik pushed to perl-Archive-Tar (f25). "2.12 bump"

2016-10-17 Thread notifications
From cd9120b8683a658b71f0b02ab9d7203e54590570 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Mon, 17 Oct 2016 15:24:58 +0200
Subject: 2.12 bump

---
 .gitignore| 1 +
 perl-Archive-Tar.spec | 5 -
 sources   | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 005dec4..8ded7dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ Archive-Tar-1.64.tar.gz
 /Archive-Tar-2.06.tar.gz
 /Archive-Tar-2.08.tar.gz
 /Archive-Tar-2.10.tar.gz
+/Archive-Tar-2.12.tar.gz
diff --git a/perl-Archive-Tar.spec b/perl-Archive-Tar.spec
index f66adc8..d6c0122 100644
--- a/perl-Archive-Tar.spec
+++ b/perl-Archive-Tar.spec
@@ -1,5 +1,5 @@
 Name:   perl-Archive-Tar
-Version:2.10
+Version:2.12
 Release:1%{?dist}
 Summary:A module for Perl manipulation of .tar files
 Group:  Development/Libraries
@@ -104,6 +104,9 @@ make test
 
 
 %changelog
+* Mon Oct 17 2016 Jitka Plesnikova  - 2.12-1
+- 2.12 bump
+
 * Fri Jul 29 2016 Petr Pisar  - 2.10-1
 - 2.10 bump
 
diff --git a/sources b/sources
index cd6d278..68cff49 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6baa8a4d646d5daefaf7a58c130a71df  Archive-Tar-2.10.tar.gz
+e7e50512c992d448acd1a4f49557e4a6  Archive-Tar-2.12.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Archive-Tar.git/commit/?h=f25=cd9120b8683a658b71f0b02ab9d7203e54590570
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: Orphaning packages

2016-10-17 Thread Zuzana Svetlikova
Took nodejs-* packages.

Zuzka

- Original Message -
From: "Gerard Ryan" 
To: devel@lists.fedoraproject.org
Sent: Saturday, October 15, 2016 2:21:44 PM
Subject: Orphaning packages

Hi all,

I no longer use the following packages nor have the time to maintain
them, so I'm going to orphan them:

- aether-connector-okhttp
- dtdparser
- eclipse-jbosstools
- eclipse-m2e-core
- eclipse-webtools
- javaewah
- jboss-classpool-scoped
- jboss-reflect
- jbossxb
- jdf-stacks-client
- jhighlight
- maven-indexer
- minimal-json
- nodejs-acorn
- nodejs-carrier
- nodejs-doctrine
- nodejs-isarray
- nodejs-tern
- nodejs-tern-cordovajs
- nodejs-tern-liferay
- nodejs-typescript
- okhttp
- openshift-java-client
- port-allocator-maven-plugin
- smooks
- takari-filemanager
- takari-local-repository
- truecommons
- truecommons-parent
- truezip
- uddi4j
- wise
- wsil4j

Thanks,
Gerard.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[Bug 1385612] perl-Archive-Tar-2.12 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1385612

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Archive-Tar-2.12-1.fc2
   ||6



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


ppisar pushed to perl-List-AllUtils (master). "0.12 bump"

2016-10-17 Thread notifications
From 85d5fcea66408f18a78a1e856f99d7fea3edecc4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Mon, 17 Oct 2016 15:34:39 +0200
Subject: 0.12 bump

---
 .gitignore  | 1 +
 perl-List-AllUtils.spec | 6 +-
 sources | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 21c77ff..753d4e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /List-AllUtils-0.09.tar.gz
 /List-AllUtils-0.10.tar.gz
 /List-AllUtils-0.11.tar.gz
+/List-AllUtils-0.12.tar.gz
diff --git a/perl-List-AllUtils.spec b/perl-List-AllUtils.spec
index 018fc28..c4ffe5d 100644
--- a/perl-List-AllUtils.spec
+++ b/perl-List-AllUtils.spec
@@ -1,5 +1,5 @@
 Name:   perl-List-AllUtils
-Version:0.11
+Version:0.12
 Release:1%{?dist}
 Summary:Combines List::Util and List::SomeUtils
 License:Artistic 2.0
@@ -24,6 +24,7 @@ BuildRequires:  perl(List::UtilsBy) >= 0.10
 # CPAN::Meta not useful
 # CPAN::Meta::Prereqs not usedful
 BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Sub::Util)
 BuildRequires:  perl(Test::More) >= 0.96
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -55,6 +56,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 17 2016 Petr Pisar  - 0.12-1
+- 0.12 bump
+
 * Tue Jun 28 2016 Petr Pisar  - 0.11-1
 - 0.11 bump
 
diff --git a/sources b/sources
index 6b82e79..d0a850d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-86b6383af301c6c32d98f3e736055ef9  List-AllUtils-0.11.tar.gz
+8803c2beaccaf5b042efd4399ed107e5  List-AllUtils-0.12.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-List-AllUtils.git/commit/?h=master=85d5fcea66408f18a78a1e856f99d7fea3edecc4
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


ppisar uploaded List-AllUtils-0.12.tar.gz for perl-List-AllUtils

2016-10-17 Thread notifications
8803c2beaccaf5b042efd4399ed107e5  List-AllUtils-0.12.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-List-AllUtils/List-AllUtils-0.12.tar.gz/md5/8803c2beaccaf5b042efd4399ed107e5/List-AllUtils-0.12.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


gerd pushed to perl-Pod-PseudoPod-LaTeX (master). "update to 1.2011071"

2016-10-17 Thread notifications
From cf6f8de171e2de06688899a718e2f0db09725a41 Mon Sep 17 00:00:00 2001
From: gerd 
Date: Mon, 17 Oct 2016 15:30:32 +0200
Subject: update to 1.2011071

---
 .gitignore   |   1 +
 Pod-PseudoPod-LaTeX-1.20110710.patch | 204 ---
 perl-Pod-PseudoPod-LaTeX.spec|  25 ++---
 sources  |   2 +-
 4 files changed, 9 insertions(+), 223 deletions(-)
 delete mode 100644 Pod-PseudoPod-LaTeX-1.20110710.patch

diff --git a/.gitignore b/.gitignore
index 580dce5..cff753a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Pod-PseudoPod-LaTeX-1.000.tar.gz
 /Pod-PseudoPod-LaTeX-1.20110710.tar.gz
+/Pod-PseudoPod-LaTeX-1.20160626.tar.gz
diff --git a/Pod-PseudoPod-LaTeX-1.20110710.patch 
b/Pod-PseudoPod-LaTeX-1.20110710.patch
deleted file mode 100644
index 9871ee9..000
--- a/Pod-PseudoPod-LaTeX-1.20110710.patch
+++ /dev/null
@@ -1,204 +0,0 @@
 lib/Pod/PseudoPod/LaTeX.pm 2011-07-11 00:20:52.0 +0200
-+++ lib/Pod/PseudoPod/LaTeX.pm 2016-02-12 12:46:21.254244485 +0100
-@@ -382,7 +382,7 @@
- 
- $self->{scratch} .= "\\vspace{-6pt}\n"
-  .  "\\scriptsize\n"
-- .  "\\begin{Verbatim}[$verb_options]\n";
-+ .  "\\begin{verbatim}[$verb_options]\n";
- $self->{flags}{in_verbatim}++;
- }
- 
-@@ -390,7 +390,7 @@
- {
- my $self = shift;
- 
--$self->{scratch} .= "\n\\end{Verbatim}\n"
-+$self->{scratch} .= "\n\\end{verbatim}\n"
-  .  "\\vspace{-6pt}\n";
- 
- #$self->{scratch} .= "\\addtolength{\\parskip}{5pt}\n";
 t/sections.t   2011-07-11 00:20:52.0 +0200
-+++ t/sections.t.new   2016-02-13 02:16:50.620630461 +0100
-@@ -18,53 +18,53 @@
- $fh->setpos(0);
- my $text  = join( '', <$fh> );
- 
--like( $text, qr/\\chapter{Some Document}/,
-+like( $text, qr/\\chapter\{Some Document\}/,
- '0 heads should become chapter titles' );
- 
--like( $text, qr/\\section\*{A Heading}/,
-+like( $text, qr/\\section\*\{A Heading\}/,
- 'A heads should become section titles' );
- 
--like( $text, qr/\\subsection\*{B heading}/,
-+like( $text, qr/\\subsection\*\{B heading\}/,
- 'B heads should become subsection titles' );
- 
--like( $text, qr/\\subsubsection\*{c heading}/,
-+like( $text, qr/\\subsubsection\*\{c heading\}/,
- 'C heads should become subsubsection titles' );
- 
--like( $text, qr/\\begin{Verbatim}.+"This 
text.+--.+\$text."\n\\end{Verbatim}/s,
-+like( $text, qr/\\begin\{verbatim\}.+"This 
text.+--.+\$text."\n\\end\{verbatim\}/s,
- 'programlistings should become unescaped, verbatim text' );
- 
--like( $text, qr/\\begin{Verbatim}.*label=.+This should also be 
\$unm0d\+ified\n\\end{Verbatim}/s,
-+like( $text, qr/\\begin\{verbatim\}.*label=.+This should also be 
\$unm0d\+ified\n\\end\{verbatim\}/s,
- 'screens should become unescaped, verbatim text' );
- 
- like( $text, qr/Blockquoted text.+``escaped''\./,
- 'blockquoted text gets escaped' );
- 
--like( $text, qr/\\begin{description}.+\\item\[\] Verbatim\n\n/s,
-+like( $text, qr/\\begin\{description\}.+\\item\[\] Verbatim\n\n/s,
- 'text-item lists need description formatting to start' );
- 
--like( $text, qr/\\item\[\] items\n\n\\end{description}/,
-+like( $text, qr/\\item\[\] items\n\n\\end\{description\}/,
- '... and to end' );
- 
--like( $text, qr/rule too:\n\n.+?\\begin{itemize}.+?\\item BANG\n\n/s,
-+like( $text, qr/rule too:\n\n.+?\\begin\{itemize\}.+?\\item BANG\n\n/s,
- 'bulleted lists need itemized formatting to start' );
- 
--like( $text, qr/\\item BANGERANG!\n\n\\end{itemize}/,
-+like( $text, qr/\\item BANGERANG!\n\n\\end\{itemize\}/,
- '... and to end' );
- 
- like( $text,
--qr/\\begin{description}.+?\\item\[\] wakawaka.+?What/s,
-+qr/\\begin\{description\}.+?\\item\[\] wakawaka.+?What/s,
- 'definition lists need description formatting to start' );
- 
--like( $text, qr/\\item\[\] ook ook\n\nWhat.+says\.\n\n\\end{description}/,
-+like( $text, qr/\\item\[\] ook ook\n\nWhat.+says\.\n\n\\end\{description\}/,
- '... and to end' );
- 
- TODO:
- {
- local $TODO = "Seems like an upstream bug here\n";
- 
--like( $text, qr/\\begin{enumerate}.+\\item \[22\] First/,
-+like( $text, qr/\\begin\{enumerate\}.+\\item \[22\] First/,
- 'enumerated lists need their numbers intact' );
- 
--like( $text, qr/\\item \[77\].+Fooled you!.+\\end{itemize}/,
-+like( $text, qr/\\item \[77\].+Fooled you!.+\\end\{itemize\}/,
- '... and their itemized endings okay' );
- }
 t/emit_environments.t  2011-07-11 00:20:52.0 +0200
-+++ t/emit_environments.t  2016-02-12 15:52:04.474748371 +0100
-@@ -18,10 +18,10 @@
- $fh->setpos(0);
- my $text  = join( '', <$fh> );
- 
--like( $text, qr/\\vspace{3pt}\s*Hello, this is a sidebar/,
-+like( $text, qr/\\vspace\{3pt\}\s*Hello, this is a sidebar/,
- 'Emit formatting code when emit_environment option not set' );
- 
--unlike( 

jplesnik pushed to perl-Archive-Tar (master). "2.12 bump"

2016-10-17 Thread notifications
From 912fb377e5fc792372e6a05488fc186fb4bf72a3 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Mon, 17 Oct 2016 15:24:58 +0200
Subject: 2.12 bump

---
 .gitignore| 1 +
 perl-Archive-Tar.spec | 5 -
 sources   | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 005dec4..8ded7dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ Archive-Tar-1.64.tar.gz
 /Archive-Tar-2.06.tar.gz
 /Archive-Tar-2.08.tar.gz
 /Archive-Tar-2.10.tar.gz
+/Archive-Tar-2.12.tar.gz
diff --git a/perl-Archive-Tar.spec b/perl-Archive-Tar.spec
index f66adc8..d6c0122 100644
--- a/perl-Archive-Tar.spec
+++ b/perl-Archive-Tar.spec
@@ -1,5 +1,5 @@
 Name:   perl-Archive-Tar
-Version:2.10
+Version:2.12
 Release:1%{?dist}
 Summary:A module for Perl manipulation of .tar files
 Group:  Development/Libraries
@@ -104,6 +104,9 @@ make test
 
 
 %changelog
+* Mon Oct 17 2016 Jitka Plesnikova  - 2.12-1
+- 2.12 bump
+
 * Fri Jul 29 2016 Petr Pisar  - 2.10-1
 - 2.10 bump
 
diff --git a/sources b/sources
index cd6d278..68cff49 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6baa8a4d646d5daefaf7a58c130a71df  Archive-Tar-2.10.tar.gz
+e7e50512c992d448acd1a4f49557e4a6  Archive-Tar-2.12.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Archive-Tar.git/commit/?h=master=912fb377e5fc792372e6a05488fc186fb4bf72a3
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


gerd uploaded Pod-PseudoPod-LaTeX-1.20160626.tar.gz for perl-Pod-PseudoPod-LaTeX

2016-10-17 Thread notifications
2c32dc52f17031b3bd0c3379e92765cf  Pod-PseudoPod-LaTeX-1.20160626.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Pod-PseudoPod-LaTeX/Pod-PseudoPod-LaTeX-1.20160626.tar.gz/md5/2c32dc52f17031b3bd0c3379e92765cf/Pod-PseudoPod-LaTeX-1.20160626.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik uploaded Archive-Tar-2.12.tar.gz for perl-Archive-Tar

2016-10-17 Thread notifications
e7e50512c992d448acd1a4f49557e4a6  Archive-Tar-2.12.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Archive-Tar/Archive-Tar-2.12.tar.gz/md5/e7e50512c992d448acd1a4f49557e4a6/Archive-Tar-2.12.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: OpenImageIO: i686 builds failing

2016-10-17 Thread Richard Shaw
On Mon, Oct 17, 2016 at 8:11 AM, Florian Weimer  wrote:

> On 10/17/2016 03:08 PM, Richard Shaw wrote:
>
>>
>> Any specific recommendations for this issue? Should the variables be
>> initialized on x86_64 too or some kind of conditional implemented?
>>
>
> What's the definition of the float4 type?


Does this help? I'm not very fluent in C/C++.

https://github.com/OpenImageIO/oiio/blob/master/src/include/OpenImageIO/simd.h


Thanks,
Richard
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: Firebird update and Libreoffice dependency

2016-10-17 Thread Philippe Makowski
2016-10-16 21:25 GMT+02:00 David Tardon :

> Hi,
>
> On Sat, Oct 08, 2016 at 12:16:53PM +0200, Philippe Makowski wrote:
> > Hi,
> >
> > Firebird 3.0.1 is released, I can upgrade the package in Fedora, I have a
> > Copr repo with it :
> > https://copr.fedorainfracloud.org/coprs/makowski/firebird/
> >
> > The problem is that Firebird 3 don't provide anymore fbembed lib, they
> put
> > all in firebird lib.
> >
> > For Mageia, to don't disturb LibreOffice, I created a new package for
> > fbembed,
> > I think it is the easiest way, unless LibreOffice whant to build with
> > Firebird 3.
> >
> > Under Mageia, the change in LibreOffice was then :
> > [packages] Diff of /cauldron/libreoffice/current/SPECS/libreoffice.spec
> >  current/SPECS/libreoffice.spec?r1=997169=160>
> >
> > and here the new package fbembed :
> > http://svnweb.mageia.org/packages/cauldron/fbembed/current/
> >
> > Any thought ?
> > any one to jump to create fbembed ?
>
> Actually, I think I'll disable firebird support in libreoffice again. I
> enabled it at some point in the past because I foolishly thought it's
> about to replace hsqldb as the embedded DB format soon. But that has
> never happened, for good reasons (one of them is that the file format is
> endian-dependent). There was an attempt to update the firebird
> dependency to 3.0--and to change the format to some other one supported
> by that version--during this year's GSoC, but hsqldb is going to stay
> for the foreseeable future, so it's better to ignore firebird.
> Especially as it's only avaiable in libreoffice if experimental features
> are enabled...
>
> As you want, but in case, it's easy to create a fbembed package (with
firebird 2.5) if you need it
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: OpenImageIO: i686 builds failing

2016-10-17 Thread Florian Weimer

On 10/17/2016 03:08 PM, Richard Shaw wrote:

On Fri, Oct 14, 2016 at 1:24 AM, Florian Weimer  wrote:


On 10/14/2016 01:15 AM, Samuel Sieb wrote:


On 10/13/2016 12:04 PM, Richard Shaw wrote:


The following workaround was suggested by upstream and seemed to do the
trick but upstream doesn't want to perform needless initialization on
platforms/arches that don't require it.

Why would it be arch-dependent whether or not a variable needs to be

initialized?



These warnings are issued from the optimizers.  There are some GCC
optimizations which are architecture-specific and run very early, before
the warnings discussed here are generated.

-Werror for optimizer-dependent warnings is usually not a good idea for
this reason.



Any specific recommendations for this issue? Should the variables be
initialized on x86_64 too or some kind of conditional implemented?


What's the definition of the float4 type?

Thanks,
Florian
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: OpenImageIO: i686 builds failing

2016-10-17 Thread Richard Shaw
On Fri, Oct 14, 2016 at 1:24 AM, Florian Weimer  wrote:

> On 10/14/2016 01:15 AM, Samuel Sieb wrote:
>
>> On 10/13/2016 12:04 PM, Richard Shaw wrote:
>>
>>> The following workaround was suggested by upstream and seemed to do the
>>> trick but upstream doesn't want to perform needless initialization on
>>> platforms/arches that don't require it.
>>>
>>> Why would it be arch-dependent whether or not a variable needs to be
>> initialized?
>>
>
> These warnings are issued from the optimizers.  There are some GCC
> optimizations which are architecture-specific and run very early, before
> the warnings discussed here are generated.
>
> -Werror for optimizer-dependent warnings is usually not a good idea for
> this reason.


Any specific recommendations for this issue? Should the variables be
initialized on x86_64 too or some kind of conditional implemented?

Thanks,
Richard
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Broken dependencies: perl-Alien-ROOT

2016-10-17 Thread buildsys


perl-Alien-ROOT has broken dependencies in the rawhide tree:
On aarch64:
perl-Alien-ROOT-5.34.36.1-1.fc26.noarch requires root-core
Please resolve this as soon as possible.

___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Broken dependencies: perl-Data-Alias

2016-10-17 Thread buildsys


perl-Data-Alias has broken dependencies in the rawhide tree:
On aarch64:
perl-Data-Alias-1.20-2.fc24.aarch64 requires libperl.so.5.22()(64bit)
perl-Data-Alias-1.20-2.fc24.aarch64 requires perl(:MODULE_COMPAT_5.22.1)
On x86_64:
perl-Data-Alias-1.20-2.fc24.x86_64 requires libperl.so.5.22()(64bit)
perl-Data-Alias-1.20-2.fc24.x86_64 requires perl(:MODULE_COMPAT_5.22.1)
On i386:
perl-Data-Alias-1.20-2.fc24.i686 requires libperl.so.5.22
perl-Data-Alias-1.20-2.fc24.i686 requires perl(:MODULE_COMPAT_5.22.1)
On armhfp:
perl-Data-Alias-1.20-2.fc24.armv7hl requires libperl.so.5.22
perl-Data-Alias-1.20-2.fc24.armv7hl requires perl(:MODULE_COMPAT_5.22.1)
Please resolve this as soon as possible.

___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1341875] perl-Net-Statsd-Server-0.20 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1341875

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Net-Statsd-Server-0.20
   ||-1.fc26
 Resolution|--- |RAWHIDE
Last Closed||2016-10-17 08:50:09



--- Comment #4 from Petr Pisar  ---
0.20 added RRD back-end that requires `perl(RRDs)', hence rrdtool and some X11
libraries. It think the back-end module could be sub-packaged.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: Someone needs to stop texlive madness!!!

2016-10-17 Thread Gerald B. Cox
On Mon, Oct 17, 2016 at 5:28 AM, Matthew Miller 
wrote:

> On Mon, Oct 17, 2016 at 10:48:54AM +0200, Florian Weimer wrote:
> > >>3) Package *only* what is really need or requested by at last one
> person
> > >What exactly is the *harm* in having things you are not using packaged
> > >in Fedora? How does it affect you (or any other user of Fedora) if the
> > >number of people using a package is five, one, or zero?
> > “dnf update” takes longer to download package list and uses more of
> > your bandwidth quota.
>
> But that's true for me for thousands of packages I don't use, and
> whether or not someone uses them doesn't change that. I agree that this
> is a scaling problem we have (it's particular evident when installing
> packages into a minimal cloud image or a docker container!), but I
> don't think "don't scale, then!" is the answer.
>

Well, I believe we've drifted from the original point which implied some
type of test to determine
if a package was being used before it was included in the repository ---
which is akin to the chicken and the egg - if it's not there it isn't going
to be used.

The last thing we need is to discourage new packages, I believe for obvious
reasons.

As far as "takes longer" and "bandwidth usage" - we're talking about
metadata here - and the impact
would be trivial.  In any event, the advantages to the Fedora community of
having a large, robust
package repository would outweigh any increase in time or bandwidth
required to support the metadata.

There already was a thread regarding dnf and deltarpm which covered most of
this.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


ppisar pushed to perl-Net-Statsd-Server (master). "Add rebased patch"

2016-10-17 Thread notifications
From 8154214b072f40e43dda5f2fe476ded8b2d45674 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
Date: Mon, 17 Oct 2016 14:43:55 +0200
Subject: Add rebased patch

---
 Net-Statsd-Server-0.20-makefile.patch | 55 +++
 1 file changed, 55 insertions(+)
 create mode 100644 Net-Statsd-Server-0.20-makefile.patch

diff --git a/Net-Statsd-Server-0.20-makefile.patch 
b/Net-Statsd-Server-0.20-makefile.patch
new file mode 100644
index 000..5ea4848
--- /dev/null
+++ b/Net-Statsd-Server-0.20-makefile.patch
@@ -0,0 +1,55 @@
+From ce15f30c21b0678c217d2c93ebb0f003d55220fd Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Mon, 17 Oct 2016 13:51:23 +0200
+Subject: [PATCH] makefile
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Petr Písař 
+---
+ MANIFEST| 10 +-
+ Makefile.PL |  6 +-
+ 2 files changed, 6 insertions(+), 10 deletions(-)
+
+diff --git a/MANIFEST b/MANIFEST
+index 1f71153..41d88bd 100644
+--- a/MANIFEST
 b/MANIFEST
+@@ -8,11 +8,11 @@ META.yml
+ Makefile.PL
+ README
+ TODO
+-bin/exampleConfig.js
+-bin/localConfig.js
+-bin/logConfig.js
+-bin/rrdConfig.js
+-bin/statsd
++exampleConfig.js
++localConfig.js
++logConfig.js
++rrdConfig.js
++bin/statsd-perl
+ debian/statsd.init
+ lib/Net/Statsd/Server.pm
+ lib/Net/Statsd/Server/Backend.pm
+diff --git a/Makefile.PL b/Makefile.PL
+index 8ba5926..4df0534 100644
+--- a/Makefile.PL
 b/Makefile.PL
+@@ -14,11 +14,7 @@ my %WriteMakefileArgs = (
+   },
+   "DISTNAME" => "Net-Statsd-Server",
+   "EXE_FILES" => [
+-"bin/exampleConfig.js",
+-"bin/localConfig.js",
+-"bin/logConfig.js",
+-"bin/rrdConfig.js",
+-"bin/statsd"
++"bin/statsd-perl"
+   ],
+   "LICENSE" => "perl",
+   "NAME" => "Net::Statsd::Server",
+-- 
+2.7.4
+
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Net-Statsd-Server.git/commit/?h=master=8154214b072f40e43dda5f2fe476ded8b2d45674
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1385648] New: perl-Log-Dispatchouli-2.014 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1385648

Bug ID: 1385648
   Summary: perl-Log-Dispatchouli-2.014 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Log-Dispatchouli
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, jples...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 2.014
Current version/release in rawhide: 2.012-5.fc25
URL: http://search.cpan.org/dist/Log-Dispatchouli

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.

Based on the information from anitya: 
https://release-monitoring.org/project/7173/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1385642] New: Undeclared dependency on perl(Sys::Syslog)

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1385642

Bug ID: 1385642
   Summary: Undeclared dependency on perl(Sys::Syslog)
   Product: Fedora
   Version: rawhide
 Component: perl-AnyEvent
  Assignee: p...@city-fan.org
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: p...@city-fan.org, perl-devel@lists.fedoraproject.org



/usr/lib64/perl5/vendor_perl/AnyEvent/Log.pm from
perl-AnyEvent-7.13-1.fc26.x86_64 requires Sys::Syslog, e.g. in a documented
function:

sub log_to_syslog { 
   my ($ctx, $facility) = @_; 

   require Sys::Syslog;
[...]
}

I think the package should run-require `perl(Sys::Syslog)'.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1380005] perl-Crypt-ECB-2.21 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1380005

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Crypt-ECB-2.21-1.fc26
 Resolution|--- |RAWHIDE
Last Closed||2016-10-17 08:35:07



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1385624] New: perl-App-Cme-1.015 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1385624

Bug ID: 1385624
   Summary: perl-App-Cme-1.015 is available
   Product: Fedora
   Version: rawhide
 Component: perl-App-Cme
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 1.015
Current version/release in rawhide: 1.014-1.fc26
URL: http://search.cpan.org/dist/App-Cme/

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.

Based on the information from anitya: 
https://release-monitoring.org/project/9059/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1380005] perl-Crypt-ECB-2.21 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1380005

Jitka Plesnikova  changed:

   What|Removed |Added

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



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik pushed to perl-Crypt-ECB (master). "2.21 bump"

2016-10-17 Thread notifications
From 2357474ad914bcfc4ffb3b9825841295e0dee8c3 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Mon, 17 Oct 2016 14:31:47 +0200
Subject: 2.21 bump

---
 .gitignore  | 1 +
 perl-Crypt-ECB.spec | 9 ++---
 sources | 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index cbf6550..9576c76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Crypt-ECB-1.45.tar.gz
 /Crypt-ECB-2.20.tar.gz
+/Crypt-ECB-2.21.tar.gz
diff --git a/perl-Crypt-ECB.spec b/perl-Crypt-ECB.spec
index 76c11f5..cbe4300 100644
--- a/perl-Crypt-ECB.spec
+++ b/perl-Crypt-ECB.spec
@@ -1,5 +1,5 @@
 Name:   perl-Crypt-ECB
-Version:2.20
+Version:2.21
 Release:1%{?dist}
 Summary:Encrypt Data using ECB Mode
 License:GPL+ or Artistic
@@ -32,7 +32,7 @@ cryptography if you want to know why.
 
 %prep
 %setup -q -n Crypt-ECB-%{version}
-chmod -x ECB.pm CHANGES README* eg/* ARTISTIC GPL1
+chmod -x eg/*
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -49,12 +49,15 @@ find $RPM_BUILD_ROOT -type f -name .packlist -delete
 make test
 
 %files
-%license ARTISTIC GPL1
+%license ARTISTIC GPLv1
 %doc CHANGES eg README README.XTEA
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Oct 17 2016 Jitka Plesnikova  - 2.21-1
+- 2.21 bump
+
 * Tue Aug 30 2016 Jitka Plesnikova  - 2.20-1
 - 2.20 bump
 
diff --git a/sources b/sources
index a60bbde..c71d5df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4f3b753e1499cb5fa33ae7992ada423f  Crypt-ECB-2.20.tar.gz
+696e0658c344f5859f382dac7af92c3a  Crypt-ECB-2.21.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Crypt-ECB.git/commit/?h=master=2357474ad914bcfc4ffb3b9825841295e0dee8c3
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik uploaded Crypt-ECB-2.21.tar.gz for perl-Crypt-ECB

2016-10-17 Thread notifications
696e0658c344f5859f382dac7af92c3a  Crypt-ECB-2.21.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Crypt-ECB/Crypt-ECB-2.21.tar.gz/md5/696e0658c344f5859f382dac7af92c3a/Crypt-ECB-2.21.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: Someone needs to stop texlive madness!!!

2016-10-17 Thread Matthew Miller
On Mon, Oct 17, 2016 at 10:48:54AM +0200, Florian Weimer wrote:
> >>3) Package *only* what is really need or requested by at last one person
> >What exactly is the *harm* in having things you are not using packaged
> >in Fedora? How does it affect you (or any other user of Fedora) if the
> >number of people using a package is five, one, or zero?
> “dnf update” takes longer to download package list and uses more of
> your bandwidth quota.

But that's true for me for thousands of packages I don't use, and
whether or not someone uses them doesn't change that. I agree that this
is a scaling problem we have (it's particular evident when installing
packages into a minimal cloud image or a docker container!), but I
don't think "don't scale, then!" is the answer.

-- 
Matthew Miller

Fedora Project Leader
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Test-Vars (perl-Test-Vars-0.011-1.fc25). "Update to 0.011 (..more)"

2016-10-17 Thread notifications
From e8e96699a2f72bb438c3bf3c828e19366f139213 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 17 Oct 2016 13:04:47 +0100
Subject: Update to 0.011
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- New upstream release 0.011
  - Fixed tests to pass on Windows (GH#26 and GH#27)
- This release by DROLSKY → update source URL
---
 perl-Test-Vars.spec | 11 ---
 sources |  2 +-
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/perl-Test-Vars.spec b/perl-Test-Vars.spec
index 0db647e..620b668 100644
--- a/perl-Test-Vars.spec
+++ b/perl-Test-Vars.spec
@@ -1,11 +1,11 @@
 Name:  perl-Test-Vars
-Version:   0.010
+Version:   0.011
 Release:   1%{?dist}
 Summary:   Detects unused variables
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Test-Vars/
-Source0:   
http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/Test-Vars-%{version}.tar.gz
+Source0:   
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Test-Vars-%{version}.tar.gz
 BuildArch: noarch
 # ===
 # Build requirements
@@ -66,7 +66,7 @@ perl Build.PL --installdirs=vendor
 
 %install
 ./Build install --destdir=%{buildroot} --create_packlist=0
-%{_fixperms} %{buildroot}
+%{_fixperms} -c %{buildroot}
 
 %check
 ./Build test
@@ -83,6 +83,11 @@ prove -Ilib $(echo $(find xt/ -name '*.t'))
 %{_mandir}/man3/Test::Vars.3*
 
 %changelog
+* Mon Oct 17 2016 Paul Howarth  - 0.011-1
+- Update to 0.011
+  - Fixed tests to pass on Windows (GH#26 and GH#27)
+- This release by DROLSKY → update source URL
+
 * Fri Jul  1 2016 Paul Howarth  - 0.010-1
 - Update to 0.010
   - Fix for pp_match in Perl 5.22+ (GH#23)
diff --git a/sources b/sources
index 7b919c3..2f11281 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c15ff99e9ec8c57a5283b84c3939460c  Test-Vars-0.010.tar.gz
+7079b61d204f938415671a9c4a1f55c4  Test-Vars-0.011.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Vars.git/commit/?h=perl-Test-Vars-0.011-1.fc25=e8e96699a2f72bb438c3bf3c828e19366f139213
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Test-Vars (perl-Test-Vars-0.011-1.fc26). "Update to 0.011 (..more)"

2016-10-17 Thread notifications
This commit already existed in another branch.

http://pkgs.fedoraproject.org/cgit/perl-Test-Vars.git/commit/?h=perl-Test-Vars-0.011-1.fc26=e8e96699a2f72bb438c3bf3c828e19366f139213
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1385616] New: perl-Code-TidyAll-0.54 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1385616

Bug ID: 1385616
   Summary: perl-Code-TidyAll-0.54 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Code-TidyAll
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 0.54
Current version/release in rawhide: 0.53-1.fc26
URL: http://search.cpan.org/dist/Code-TidyAll/

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.

Based on the information from anitya: 
https://release-monitoring.org/project/8650/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Test-Vars (f25). "Update to 0.011 (..more)"

2016-10-17 Thread notifications
From e8e96699a2f72bb438c3bf3c828e19366f139213 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 17 Oct 2016 13:04:47 +0100
Subject: Update to 0.011
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- New upstream release 0.011
  - Fixed tests to pass on Windows (GH#26 and GH#27)
- This release by DROLSKY → update source URL
---
 perl-Test-Vars.spec | 11 ---
 sources |  2 +-
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/perl-Test-Vars.spec b/perl-Test-Vars.spec
index 0db647e..620b668 100644
--- a/perl-Test-Vars.spec
+++ b/perl-Test-Vars.spec
@@ -1,11 +1,11 @@
 Name:  perl-Test-Vars
-Version:   0.010
+Version:   0.011
 Release:   1%{?dist}
 Summary:   Detects unused variables
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Test-Vars/
-Source0:   
http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/Test-Vars-%{version}.tar.gz
+Source0:   
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Test-Vars-%{version}.tar.gz
 BuildArch: noarch
 # ===
 # Build requirements
@@ -66,7 +66,7 @@ perl Build.PL --installdirs=vendor
 
 %install
 ./Build install --destdir=%{buildroot} --create_packlist=0
-%{_fixperms} %{buildroot}
+%{_fixperms} -c %{buildroot}
 
 %check
 ./Build test
@@ -83,6 +83,11 @@ prove -Ilib $(echo $(find xt/ -name '*.t'))
 %{_mandir}/man3/Test::Vars.3*
 
 %changelog
+* Mon Oct 17 2016 Paul Howarth  - 0.011-1
+- Update to 0.011
+  - Fixed tests to pass on Windows (GH#26 and GH#27)
+- This release by DROLSKY → update source URL
+
 * Fri Jul  1 2016 Paul Howarth  - 0.010-1
 - Update to 0.010
   - Fix for pp_match in Perl 5.22+ (GH#23)
diff --git a/sources b/sources
index 7b919c3..2f11281 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c15ff99e9ec8c57a5283b84c3939460c  Test-Vars-0.010.tar.gz
+7079b61d204f938415671a9c4a1f55c4  Test-Vars-0.011.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Vars.git/commit/?h=f25=e8e96699a2f72bb438c3bf3c828e19366f139213
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1385612] New: perl-Archive-Tar-2.12 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1385612

Bug ID: 1385612
   Summary: perl-Archive-Tar-2.12 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Archive-Tar
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 2.12
Current version/release in rawhide: 2.10-1.fc26
URL: http://search.cpan.org/dist/Archive-Tar/

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.

Based on the information from anitya: 
https://release-monitoring.org/project/2649/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


ppisar uploaded Net-Statsd-Server-0.20.tar.gz for perl-Net-Statsd-Server

2016-10-17 Thread notifications
f7172ba04a56618e2f6eb2880fb85a35  Net-Statsd-Server-0.20.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Net-Statsd-Server/Net-Statsd-Server-0.20.tar.gz/md5/f7172ba04a56618e2f6eb2880fb85a35/Net-Statsd-Server-0.20.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1378073] perl-Text-BibTeX-0.77 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1378073

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Text-BibTeX-0.77-1.fc2
   ||6
 Resolution|--- |RAWHIDE
Last Closed||2016-10-17 08:06:49



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Test-Vars (master). "Update to 0.011 (..more)"

2016-10-17 Thread notifications
From e8e96699a2f72bb438c3bf3c828e19366f139213 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Mon, 17 Oct 2016 13:04:47 +0100
Subject: Update to 0.011
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- New upstream release 0.011
  - Fixed tests to pass on Windows (GH#26 and GH#27)
- This release by DROLSKY → update source URL
---
 perl-Test-Vars.spec | 11 ---
 sources |  2 +-
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/perl-Test-Vars.spec b/perl-Test-Vars.spec
index 0db647e..620b668 100644
--- a/perl-Test-Vars.spec
+++ b/perl-Test-Vars.spec
@@ -1,11 +1,11 @@
 Name:  perl-Test-Vars
-Version:   0.010
+Version:   0.011
 Release:   1%{?dist}
 Summary:   Detects unused variables
 License:   GPL+ or Artistic
 Group: Development/Libraries
 URL:   http://search.cpan.org/dist/Test-Vars/
-Source0:   
http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/Test-Vars-%{version}.tar.gz
+Source0:   
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Test-Vars-%{version}.tar.gz
 BuildArch: noarch
 # ===
 # Build requirements
@@ -66,7 +66,7 @@ perl Build.PL --installdirs=vendor
 
 %install
 ./Build install --destdir=%{buildroot} --create_packlist=0
-%{_fixperms} %{buildroot}
+%{_fixperms} -c %{buildroot}
 
 %check
 ./Build test
@@ -83,6 +83,11 @@ prove -Ilib $(echo $(find xt/ -name '*.t'))
 %{_mandir}/man3/Test::Vars.3*
 
 %changelog
+* Mon Oct 17 2016 Paul Howarth  - 0.011-1
+- Update to 0.011
+  - Fixed tests to pass on Windows (GH#26 and GH#27)
+- This release by DROLSKY → update source URL
+
 * Fri Jul  1 2016 Paul Howarth  - 0.010-1
 - Update to 0.010
   - Fix for pp_match in Perl 5.22+ (GH#23)
diff --git a/sources b/sources
index 7b919c3..2f11281 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c15ff99e9ec8c57a5283b84c3939460c  Test-Vars-0.010.tar.gz
+7079b61d204f938415671a9c4a1f55c4  Test-Vars-0.011.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Vars.git/commit/?h=master=e8e96699a2f72bb438c3bf3c828e19366f139213
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik pushed to perl-Text-BibTeX (master). "0.77 bump"

2016-10-17 Thread notifications
From dc6007489ea7a7c9bc6caf5f5c08484fab622b2c Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Mon, 17 Oct 2016 14:05:18 +0200
Subject: 0.77 bump

---
 .gitignore| 1 +
 perl-Text-BibTeX.spec | 6 +-
 sources   | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 63837dc..02c0ad9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Text-BibTeX-0.72.tar.gz
 /Text-BibTeX-0.74.tar.gz
 /Text-BibTeX-0.76.tar.gz
+/Text-BibTeX-0.77.tar.gz
diff --git a/perl-Text-BibTeX.spec b/perl-Text-BibTeX.spec
index 8796644..87db8db 100644
--- a/perl-Text-BibTeX.spec
+++ b/perl-Text-BibTeX.spec
@@ -1,5 +1,5 @@
 Name:   perl-Text-BibTeX
-Version:0.76
+Version:0.77
 Release:1%{?dist}
 Summary:Interface to read and parse BibTeX files
 License:GPL+ or Artistic
@@ -17,6 +17,7 @@ BuildRequires:  perl(Capture::Tiny) >= 0.06
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Config)
 BuildRequires:  perl(Config::AutoConf) >= 0.16
+BuildRequires:  perl(Cwd)
 BuildRequires:  perl(DynaLoader)
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(Exporter)
@@ -78,6 +79,9 @@ chrpath -d $RPM_BUILD_ROOT%{_bindir}/*
 %{_libdir}/*.so
 
 %changelog
+* Mon Oct 17 2016 Jitka Plesnikova  - 0.77-1
+- 0.77 bump
+
 * Fri Aug 26 2016 Jitka Plesnikova  - 0.76-1
 - 0.76 bump
 
diff --git a/sources b/sources
index 35ff7aa..c8f521f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-02a8df203a8e75922c8c2b5924bff741  Text-BibTeX-0.76.tar.gz
+0811516b5d25ca922d950d571514c7ae  Text-BibTeX-0.77.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Text-BibTeX.git/commit/?h=master=dc6007489ea7a7c9bc6caf5f5c08484fab622b2c
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc uploaded Test-Vars-0.011.tar.gz for perl-Test-Vars

2016-10-17 Thread notifications
7079b61d204f938415671a9c4a1f55c4  Test-Vars-0.011.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-Vars/Test-Vars-0.011.tar.gz/md5/7079b61d204f938415671a9c4a1f55c4/Test-Vars-0.011.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik uploaded Text-BibTeX-0.77.tar.gz for perl-Text-BibTeX

2016-10-17 Thread notifications
0811516b5d25ca922d950d571514c7ae  Text-BibTeX-0.77.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Text-BibTeX/Text-BibTeX-0.77.tar.gz/md5/0811516b5d25ca922d950d571514c7ae/Text-BibTeX-0.77.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1378073] perl-Text-BibTeX-0.77 is available

2016-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1378073

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||jples...@redhat.com
   Assignee|c...@m.fsf.org   |jples...@redhat.com



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


  1   2   >