Summary/Minutes from today's FESCo Meeting (2017-08-11)

2017-08-11 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 === #fedora-meeting: FESCO (2017-08-11) === Meeting started by sgallagh at 16:01:00 UTC. The full logs are available

Re: git push fails for new packages

2017-08-11 Thread Samuel Rakitničan
In addition to new package not building because of tag, by following the https://fedoraproject.org/wiki/Join_the_package_collection_maintainers#Import.2C_commit.2C_and_build_your_package On step: fedpkg switch-branch BRANCH Gives: $ fedpkg switch-branch f26

Re: pagure-over-dist-git: traceback in receive-hook when pushing to new repo

2017-08-11 Thread Jaroslav Skarvada
- Original Message - > On 08/10/2017 03:01 PM, Fabio Valentini wrote: > > I've just pushed an import commit to my first repository that was created > > with fedrepo_req on pagure, and I got the following traceback from the > > remote when it obviously failed to run a post-receive hook: >

Re: Fwd: Heads-up on rpm 4.14 coming to rawhide, incl. soname bump

2017-08-11 Thread Panu Matilainen
On 08/11/2017 03:44 AM, Kevin Fenzi wrote: Sadly we ran into a problem... as soon as the new rpm was in the rawhide buildroot and builds were made with it, things started piling up in f27-pending (the tag things land in after build so the autosigner can sign them and move them to f27). It

FAmSCo elections are cancelled due to wrong setup of Voting machine

2017-08-11 Thread Jan Kurik
Ambassadors and members of Fedora community, unfortunately I have to cancel the Elections to FAmSCo due to a mistake made in configuration of Voting machine. Today (Friday) morning I received an email reporting issue where people who are not members of "ambassadors" group in FAS can not vote.

Re: Mass rebuilds update

2017-08-11 Thread Mat Booth
On 7 August 2017 at 15:35, Dennis Gilmore wrote: > [3] https://kojipkgs.fedoraproject.org/mass-rebuild/f27-failures.html > This file seems suspiciously small... I somehow don't believe that there were "0 failed builds" :-) -- Mat Booth http://fedoraproject.org/get-fedora

New copr-frontend release

2017-08-11 Thread Michal Novotny
Hello, I am sending these release notes also to fedora-devel list (and not just copr-devel list as usually) because they contain information about upcoming Fedora branching and what features COPR provides to move the set of packages from your rawhide chroots into the newly branched ones. We have

Re: git push fails for new packages

2017-08-11 Thread Martin Gansser
for f27: This is a known problem see: https://pagure.io/fedora-infrastructure/issue/6236 They working on it right now. f26 works for me now with: $ git checkout -b f26; git push --set-upstream origin f26; fedpkg build --nowait on f25 branch: I don't know what happens. $ git push --set-upstream

Re: Mass package change (python2- binary package renaming)

2017-08-11 Thread Athmane Madjoudj
Hi Zbyszek, On Wed, Aug 9, 2017 at 12:14 AM, Zbigniew Jędrzejewski-Szmek wrote: ... > athmanepython-fluidity-sm python-lexicon python-pybloomfiltermmap Fixed in rawhide, they were using the old python3 guidelines (ie: without special macros) BR.

Re: Is it possible atlas is linked wrongly by new binutils?

2017-08-11 Thread Dominik 'Rathann' Mierzejewski
On Thursday, 10 August 2017 at 12:29, Richard W.M. Jones wrote: > Never mind. Something in the atlas build segfaults when building > on ppc64le: > > https://koji.fedoraproject.org/koji/taskinfo?taskID=21145734 > > This is a mess :-( Just switch to openblas already. ;) I'd propose a Change for

Re: git push fails for new packages

2017-08-11 Thread Wart
On 08/11/2017 09:57 AM, Pierre-Yves Chibon wrote: > On Fri, Aug 11, 2017 at 10:17:59AM -, Martin Gansser wrote: >> for f27: This is a known problem see: >> https://pagure.io/fedora-infrastructure/issue/6236 >> They working on it right now. >> >> f26 works for me now with: >> $ git checkout -b

kcov: code coverage for programs and python/shell scripts

2017-08-11 Thread Dridi Boukelmoune
Greetings developers, I just submitted a review request [1] for kcov [2] that I recently discovered. It has no relation to Linux's kcov and is more akin to lcov, except that all it needs is a binary with DWARF debuginfo instead of requiring compile-time instrumentation. I came across kcov when I

koji-1.13 cannot be resolved as a dependency in f25

2017-08-11 Thread Chenxiong Qi
Hi, I found this issue when installing fedpkg in either f25 container or VM. There are two koji versions in f25 repos, following steps run in a f25 container [root@e151b05870c7 pkgs]# dnf repoquery koji Last metadata expiration check: 0:01:39 ago on Sat Aug 12 02:25:14 2017.

Re: New copr-frontend release

2017-08-11 Thread Kevin Kofler
Hi, Michal Novotny wrote: > - "Follow Fedora branching" project switch that (if enabled) makes COPR > fork your rawhide chroots into the newly branched ones > and hence user will have your packages available in their f27 systems > and they will also be available for your upcoming builds >

F25->F26 upgrade fingerprint reader regression

2017-08-11 Thread Wells, Roger K.
Hello, I reported the same incident just after F24->F25 upgrade and it was rectified rather quickly. Now it happens again after the F25->F26 upgrade. When entering one's password to dismiss the screen lock the fingerprint reader is flashing which seems ok. However after entering the

Re: Fwd: Heads-up on rpm 4.14 coming to rawhide, incl. soname bump

2017-08-11 Thread Kevin Fenzi
On 08/11/2017 02:02 AM, Panu Matilainen wrote: > > The full story is in https://bugzilla.redhat.com/show_bug.cgi?id=1480407 > but to summarize, this is actually a bug in rpm 4.13.x which is not > ignoring unknown signature header tag like it should, older rpm versions > are not affected. Also the

Re: pagure-over-dist-git: traceback in receive-hook when pushing to new repo

2017-08-11 Thread Pierre-Yves Chibon
On Fri, Aug 11, 2017 at 04:55:34AM -0400, Jaroslav Skarvada wrote: > > I see the following when pushing to new repo: > > $ fedpkg push > /usr/lib/python2.7/site-packages/fedora/client/bodhi.py:48: > DeprecationWarning: fedora.client.bodhi has been deprecated. Please use > bodhi.client.bindings

Re: git push fails for new packages

2017-08-11 Thread Pierre-Yves Chibon
On Fri, Aug 11, 2017 at 10:17:59AM -, Martin Gansser wrote: > for f27: This is a known problem see: > https://pagure.io/fedora-infrastructure/issue/6236 > They working on it right now. > > f26 works for me now with: > $ git checkout -b f26; git push --set-upstream origin f26; fedpkg build >

Re: Schedule for Friday's FESCo Meeting (2017-08-11)

2017-08-11 Thread Stephen Gallagher
On Thu, Aug 10, 2017 at 8:18 PM Stephen Gallagher wrote: > Following is the list of topics that will be discussed in the > FESCo meeting Friday at 16:00UTC in #fedora-meeting onirc.freenode.net. > > To convert UTC to your local time, take a look at >

[EPEL-devel] Summary/Minutes from EPEL meeting (2017-08-09)

2017-08-11 Thread Stephen John Smoogen
Apologies for the delay -- Stephen J Smoogen. ___ epel-devel mailing list -- epel-devel@lists.fedoraproject.org To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org

[Bug 1480480] perl-RPM2-1.3-8.fc27 FTBFS: lib/RPM2.xs:157:20: error: ' RPMVSF_NOSHA1' undeclared

2017-08-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1480480 Petr Pisar changed: What|Removed |Added External Bug ID||CPAN 122767 -- You

[Bug 1480480] perl-RPM2-1.3-8.fc27 FTBFS: lib/RPM2.xs:157:20: error: ' RPMVSF_NOSHA1' undeclared

2017-08-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1480480 Panu Matilainen changed: What|Removed |Added CC|

[Bug 1480480] perl-RPM2-1.3-8.fc27 FTBFS: lib/RPM2.xs:157:20: error: ' RPMVSF_NOSHA1' undeclared

2017-08-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1480480 Panu Matilainen changed: What|Removed |Added See Also|https://bugzilla.redhat.com |

[Bug 1480480] perl-RPM2-1.3-8.fc27 FTBFS: lib/RPM2.xs:157:20: error: ' RPMVSF_NOSHA1' undeclared

2017-08-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1480480 Petr Pisar changed: What|Removed |Added See Also|

Re: Setting up a fedora-python pagure.io group

2017-08-11 Thread Nick Coghlan
On 2 August 2017 at 21:34, Nick Coghlan wrote: > While working on > https://fedoraproject.org/wiki/User:Ncoghlan/Default_python_module, I > started getting annoyed at the lack of decent review and commenting > features in MediaWiki, so prompted by >

ignatenkobrain pushed to perl-RPM-VersionCompare (master). "Rebuilt after RPM update (??? 3) (..more)"

2017-08-11 Thread notifications
From 111677b57d3da018feecad5c90125b1d8cd8b026 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Aug 11 2017 07:42:51 + Subject: Rebuilt after RPM update (№ 3) Signed-off-by: Igor Gnatenko --- diff --git a/perl-RPM-VersionCompare.spec

ignatenkobrain pushed to perl-RPM2 (master). "Rebuilt after RPM update (??? 3) (..more)"

2017-08-11 Thread notifications
From 73b761203c3eb53fbdbe759b3742f8ec681f6b0d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Aug 11 2017 07:46:16 + Subject: Rebuilt after RPM update (№ 3) Signed-off-by: Igor Gnatenko --- diff --git a/perl-RPM2.spec b/perl-RPM2.spec index

Self-introduction

2017-08-11 Thread Elliott Sales de Andrade
Hello, My name is Elliott, but you may know me as QuLogic on IRC/FAS/GitHub/etc. I am interested in Python 3 porting, scientific libraries, Jupyter, etc., some of which you can find in my coprs [1]. I am also an upstream developer on libraries such as Matplotlib and Cartopy. I have opened a few

[Bug 1467357] biber-2.6-5.fc27 FTBFS: Undefined subroutine :: define_alias called at /usr/lib64/perl5/vendor_perl/Encode.pm line 102

2017-08-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1467357 --- Comment #2 from Petr Pisar --- Yes, it was fixed in Encode-2.92 . -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 1480480] New: perl-RPM2-1.3-8.fc27 FTBFS: lib/RPM2.xs:157:20: error: 'RPMVSF_NOSHA1' undeclared

2017-08-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1480480 Bug ID: 1480480 Summary: perl-RPM2-1.3-8.fc27 FTBFS: lib/RPM2.xs:157:20: error: 'RPMVSF_NOSHA1' undeclared Product: Fedora Version: rawhide Component: perl-RPM2

ppisar pushed to perl-Proc-InvokeEditor (master). "1.09 bump"

2017-08-11 Thread notifications
From 013de334740ef80fa31cd851ffbec68a29cf1eb4 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Aug 11 2017 12:48:29 + Subject: 1.09 bump --- diff --git a/.gitignore b/.gitignore index 8edce2d..40d6c37 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@

ppisar pushed to perl-Shell-Guess (master). "0.07 bump"

2017-08-11 Thread notifications
From 176e770476c833384da9533d9cc79819d30a6cea Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Aug 11 2017 13:26:16 + Subject: 0.07 bump --- diff --git a/.gitignore b/.gitignore index 57f7346..8d980b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@

jplesnik pushed to perl-MARC-Record (master). "2.0.7 bump"

2017-08-11 Thread notifications
From 658e9d2dafe8c3332654b69f9aca99eb9e38a442 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Aug 11 2017 11:26:20 + Subject: 2.0.7 bump --- diff --git a/.gitignore b/.gitignore index ec77b77..b306623 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@

jplesnik uploaded MARC-Record-2.0.7.tar.gz for perl-MARC-Record

2017-08-11 Thread notifications
81e29de564ced204b45a18765f1d51664f8d8d9584c7000b92902ddf8adfa9c17837f4f7de1a6b64e59f08257f89295e8d6ff9edf4b78a90556ce1e65cf97601 MARC-Record-2.0.7.tar.gz

[Bug 1480553] perl-Module-Starter-1.73 is available

2017-08-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1480553 --- Comment #3 from Upstream Release Monitoring --- ppisar's perl-Module-Starter-1.73-1.fc27 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=954074 -- You are receiving this

[Bug 1480553] perl-Module-Starter-1.73 is available

2017-08-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1480553 Petr Pisar changed: What|Removed |Added Status|ASSIGNED|CLOSED Fixed In

ppisar uploaded IRI-0.008.tar.gz for perl-IRI

2017-08-11 Thread notifications
0ad0889321aa281fba2762fbd6b1bd459a0714264e81b067f49cd1a2f4a7b523f0a21f88447fae6d71585aa47c5d249232fb524b77e6fa4b9b17f21db0f31432 IRI-0.008.tar.gz

ppisar pushed to perl-IRI (master). "0.008 bump"

2017-08-11 Thread notifications
From c6c53c3d890d2011624c4f8ea08a95ccc721d1e0 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Aug 11 2017 12:01:55 + Subject: 0.008 bump --- diff --git a/.gitignore b/.gitignore index de2484c..a921ee0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@

Re: Self-introduction

2017-08-11 Thread Miro Hrončok
On 11.8.2017 08:25, Elliott Sales de Andrade wrote: Hello, My name is Elliott, but you may know me as QuLogic on IRC/FAS/GitHub/etc. I am interested in Python 3 porting, scientific libraries, Jupyter, etc., some of which you can find in my coprs [1]. I am also an upstream developer on

ppisar pushed to perl-Mail-JMAPTalk (f26). "0.08 bump"

2017-08-11 Thread notifications
From ee2ebc88af83e7b005ca3d62e730c86c0bea06a6 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Aug 11 2017 12:18:53 + Subject: 0.08 bump --- diff --git a/.gitignore b/.gitignore index f80490e..7ed8d2d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@

ppisar pushed to perl-MooseX-AttributeShortcuts (master). "Rebuild to deal with a clash after merging f27-rebuild tag"

2017-08-11 Thread notifications
From dca807efedbf182f10d713ebcb31e4fc911f4c51 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Aug 11 2017 12:33:52 + Subject: Rebuild to deal with a clash after merging f27-rebuild tag --- diff --git a/perl-MooseX-AttributeShortcuts.spec

ppisar uploaded Proc-InvokeEditor-1.09.tar.gz for perl-Proc-InvokeEditor

2017-08-11 Thread notifications
06494279b96d5c6346c863580eb1cd2e70abbce0e6d46eccfade58ac6e73d92ee5aaea988b9d27ca13dc529b7380e502651576972a28a3a30a2304e9969c7d2c Proc-InvokeEditor-1.09.tar.gz

ppisar uploaded Shell-Guess-0.07.tar.gz for perl-Shell-Guess

2017-08-11 Thread notifications
534eb01c0186a56a61dc4af65126742246b50fa3b32cb5046807cd68c5f6e2814958532d372d9c86be9247f5ea58d0dd4c65c7a20f52f8b1429157c13dce878f Shell-Guess-0.07.tar.gz

pkgdb_updater updated: description of rpms/perl-Config-INI-Reader-Multiline

2017-08-11 Thread notifications
pkgdb_updater updated: description of rpms/perl-Config-INI-Reader-Multiline https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Config-INI-Reader-Multiline/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe

pkgdb_updater updated: description of rpms/perl-Data-Dmp

2017-08-11 Thread notifications
pkgdb_updater updated: description of rpms/perl-Data-Dmp https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Data-Dmp/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to

pkgdb_updater updated: description of rpms/perl-Env-ShellWords

2017-08-11 Thread notifications
pkgdb_updater updated: description of rpms/perl-Env-ShellWords https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Env-ShellWords/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to

pkgdb_updater updated: description, upstream_url of rpms/perl-Shell-Config-Generate

2017-08-11 Thread notifications
pkgdb_updater updated: description, upstream_url of rpms/perl-Shell-Config-Generate https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Shell-Config-Generate/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe

pkgdb_updater updated: description of rpms/perl-Log-ger

2017-08-11 Thread notifications
pkgdb_updater updated: description of rpms/perl-Log-ger https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Log-ger/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to

pkgdb_updater updated: description of rpms/perl-Shell-Guess

2017-08-11 Thread notifications
pkgdb_updater updated: description of rpms/perl-Shell-Guess https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Shell-Guess/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to

pkgdb_updater updated: description of rpms/perl-Regexp-Stringify

2017-08-11 Thread notifications
pkgdb_updater updated: description of rpms/perl-Regexp-Stringify https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Regexp-Stringify/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to

pkgdb_updater updated: description of rpms/perl-Email-Address-XS

2017-08-11 Thread notifications
pkgdb_updater updated: description of rpms/perl-Email-Address-XS https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Email-Address-XS/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to

pkgdb_updater updated: description of rpms/perl-Graphics-TIFF

2017-08-11 Thread notifications
pkgdb_updater updated: description of rpms/perl-Graphics-TIFF https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Graphics-TIFF/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to

ignatenkobrain pushed to perl-RPM2 (master). "Do not export old APIs (..more)"

2017-08-11 Thread notifications
From 5a98c62c15688f31fc9abae1aab7caa819d94a81 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Aug 11 2017 10:03:27 + Subject: Do not export old APIs Signed-off-by: Igor Gnatenko --- diff --git a/perl-RPM2-unimplemented-rpmvsf.patch

jplesnik pushed to perl-Mail-DKIM (master). "0.42 bump"

2017-08-11 Thread notifications
From 4d17ca597a7b007e6dcf96d4c96ca9fd22f66232 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Aug 11 2017 10:50:01 + Subject: 0.42 bump --- diff --git a/.gitignore b/.gitignore index a45a504..0fe867a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@

jplesnik uploaded Mail-DKIM-0.42.tar.gz for perl-Mail-DKIM

2017-08-11 Thread notifications
219b2c195920f0522165a22782fc68b6f50a4ebb815da9c7683ac449217c0c6a284466a840e2c058316e2d5d6996d65334af46340c1253cc73e636cb832c9da8 Mail-DKIM-0.42.tar.gz

[Bug 1480553] New: perl-Module-Starter-1.73 is available

2017-08-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1480553 Bug ID: 1480553 Summary: perl-Module-Starter-1.73 is available Product: Fedora Version: rawhide Component: perl-Module-Starter Keywords: FutureFeature, Triaged Assignee:

[Bug 1480553] perl-Module-Starter-1.73 is available

2017-08-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1480553 --- Comment #1 from Upstream Release Monitoring --- Created attachment 1312088 --> https://bugzilla.redhat.com/attachment.cgi?id=1312088=edit [patch] Update to 1.73 (#1480553) -- You are

ppisar uploaded Module-Starter-1.73.tar.gz for perl-Module-Starter

2017-08-11 Thread notifications
813bb98a2cd2344c5a8fd032d2ee42c13f767b436ac48a7d88bd6338ec21929cefd8940fa0b606abaa4e264291fcbfc993e10d0c0d471d1b5fda0d2eb7d80d58 Module-Starter-1.73.tar.gz

ppisar pushed to perl-Mail-JMAPTalk (master). "0.08 bump"

2017-08-11 Thread notifications
From 624f0aee7ad21f19747ac6e1148f74ba62d0ada3 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Aug 11 2017 12:17:08 + Subject: 0.08 bump --- diff --git a/.gitignore b/.gitignore index f80490e..7ed8d2d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@

ppisar pushed to perl-Mail-JMAPTalk (f25). "0.08 bump"

2017-08-11 Thread notifications
From d59e0baf12394db8274791687a06fe69d99ad990 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Aug 11 2017 12:19:38 + Subject: 0.08 bump --- diff --git a/.gitignore b/.gitignore index f80490e..7ed8d2d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@

pkgdb_updater updated: description of rpms/perl-Test-Exec

2017-08-11 Thread notifications
pkgdb_updater updated: description of rpms/perl-Test-Exec https://admin.fedoraproject.org/pkgdb/package/rpms/perl-Test-Exec/ ___ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to

ppisar pushed to perl-Module-Starter (master). "1.73 bump"

2017-08-11 Thread notifications
From 983ddf41e56bbda1c66eff1918c335bff1506a7e Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Aug 11 2017 11:51:16 + Subject: 1.73 bump --- diff --git a/.gitignore b/.gitignore index bf9d01b..84be5a3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@

ppisar pushed to perl-Mail-JMAPTalk (f26). "perl dependency renamed to perl-interpreter "

2017-08-11 Thread notifications
From 15a2c0a2eee9f4531667febcc1d79492860139b5 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Aug 11 2017 12:18:32 + Subject: perl dependency renamed to perl-interpreter --- diff --git

ppisar pushed to perl-Mail-JMAPTalk (f25). "perl dependency renamed to perl-interpreter "

2017-08-11 Thread notifications
From 475517f1b642ba2aa6810beb8815201a65070f6c Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Aug 11 2017 12:19:38 + Subject: perl dependency renamed to perl-interpreter --- diff --git

[Bug 1480553] perl-Module-Starter-1.73 is available

2017-08-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1480553 --- Comment #2 from Upstream Release Monitoring --- hotness's scratch build of perl-Module-Starter-1.73-1.el7.src.rpm for rawhide failed

ppisar pushed to perl-HTTP-Cookies (master). "6.04 bump"

2017-08-11 Thread notifications
From b3dfb78120ac061eae913189e8fd622337b14625 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Aug 11 2017 11:40:07 + Subject: 6.04 bump --- diff --git a/.gitignore b/.gitignore index 8cf4fc2..9cd1757 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@

ppisar uploaded HTTP-Cookies-6.04.tar.gz for perl-HTTP-Cookies

2017-08-11 Thread notifications
e8b24b96e6630f1238e828edfbf7074fb9186a391fd1d129fb65a82748a4cf7d71669fa658c31957560a6faac3e638c8dc7aa3182acaa6fd14f0d56f3968f5e4 HTTP-Cookies-6.04.tar.gz

[Bug 1480568] New: Upgrade perl-libintl-perl to 1.27

2017-08-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1480568 Bug ID: 1480568 Summary: Upgrade perl-libintl-perl to 1.27 Product: Fedora Version: rawhide Component: perl-libintl-perl Keywords: FutureFeature Assignee:

ppisar uploaded Mail-JMAPTalk-0.08.tar.gz for perl-Mail-JMAPTalk

2017-08-11 Thread notifications
56e885b2d9c9566b6bda8303f1f84c228f9a8ca063e1db198e288911a554a89926955ec2b6617502f248c19e26fa8917a6a693c09c331d641b56e45aa8454d35 Mail-JMAPTalk-0.08.tar.gz

Re: Mass package change (python2- binary package renaming)

2017-08-11 Thread Athmane Madjoudj
Hi Zbyszek, On Wed, Aug 9, 2017 at 12:14 AM, Zbigniew Jędrzejewski-Szmek wrote: ... > athmanepython-fluidity-sm python-lexicon python-pybloomfiltermmap Fixed in rawhide, they were using the old python3 guidelines (ie: without special macros) BR.

[Bug 1480817] New: perl-Array-Base-0.006 is available

2017-08-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1480817 Bug ID: 1480817 Summary: perl-Array-Base-0.006 is available Product: Fedora Version: rawhide Component: perl-Array-Base Keywords: FutureFeature, Triaged Assignee:

[Bug 1480815] New: perl-Env-C-0.15 is available

2017-08-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1480815 Bug ID: 1480815 Summary: perl-Env-C-0.15 is available Product: Fedora Version: rawhide Component: perl-Env-C Keywords: FutureFeature, Triaged Assignee: jples...@redhat.com

[Bug 1479680] perl-Time-OlsonTZ-Download-0.006 is available

2017-08-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1479680 Fedora Update System changed: What|Removed |Added Status|MODIFIED|ON_QA

[Bug 1283764] Use of uninitialized value in numeric eq (==) at /usr/share/ perl5/vendor_perl/File/Tail.pm line 391

2017-08-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1283764 Fedora Update System changed: What|Removed |Added Status|MODIFIED|ON_QA

till pushed to perl-LWP-Protocol-https (epel7). "2017-08-11: package is now included in RHEL"

2017-08-11 Thread notifications
From ced0348c61b8c20822b512f8c33774aa1c69c2ac Mon Sep 17 00:00:00 2001 From: Till Maas Date: Aug 11 2017 19:49:10 + Subject: 2017-08-11: package is now included in RHEL --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 9888b9c..000 ---

till pushed to perl-Mozilla-CA (epel7). "2017-08-11: package is now included in RHEL"

2017-08-11 Thread notifications
From 826fd44b192eccc19dfb0155185d3309a8f3085c Mon Sep 17 00:00:00 2001 From: Till Maas Date: Aug 11 2017 19:49:24 + Subject: 2017-08-11: package is now included in RHEL --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 0d1305f..000 ---

[EPEL-devel] Fedora EPEL 6 updates-testing report

2017-08-11 Thread updates
The following Fedora EPEL 6 Security updates need testing: Age URL 765 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7031 python-virtualenv-12.0.7-1.el6 759 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7168 rubygem-crack-0.3.2-2.el6 649

[EPEL-devel] Summary/Minutes from EPEL meeting (2017-08-11)

2017-08-11 Thread Stephen John Smoogen
https://meetbot.fedoraproject.org/fedora-meeting/2017-08-09/epel.2017-08-09-18.01.html https://meetbot.fedoraproject.org/fedora-meeting/2017-08-09/epel.2017-08-09-18.01.log.html -- Stephen J Smoogen. ___ epel-devel mailing list --

[389-devel] Strategy proposal for making DB dump in LDIF format from dbscan

2017-08-11 Thread Ilias Stamatis
Hi everybody, Following Ludwig's and Mark's suggestions on how to perform a database dump in LDIF format from dbscan, I have come up with a strategy. I'm talking about ticket #47567: https://pagure.io/389-ds-base/issue/47567 I'd like to discuss this strategy and get some feedback. The general